An open API service indexing awesome lists of open source software.

https://github.com/divdash/eclt

ECLT : A tool designed to help students and teachers visualize the Error Correction Learning Technique in action
https://github.com/divdash/eclt

Last synced: about 1 year ago
JSON representation

ECLT : A tool designed to help students and teachers visualize the Error Correction Learning Technique in action

Awesome Lists containing this project

README

          

# ECLT



ECLT is an exclusive C# code written to visualize the **Error Correction Learning Technique** that is amongst the basic node of the Neural Network learning process. It's a tool that help students & teachers to easily understand the flow by looking at it. Rather than making hand written calculations, lengthy operations can be iterated within seconds of time.

## SCREENSHOT

### HOME
![](Screenshots/Home.png)
### ANDGATE
![](Screenshots/ANDGate.png)
### ORGATE
![](Screenshots/ORGate.png)
### SETTINGS
![](Screenshots/Settings.png)
### ABOUT
![](Screenshots/About.png)

## UI FEATURES

### Material Designing
![](Screenshots/StylishMenu.gif)

### Color Change
![](Screenshots/ChangeColor.gif)

### Theme Change
![](Screenshots/ThemeChanger.gif)

## HOW IT WORKS?

### ANDGATE EXECUTION
![](Screenshots/ANDGateExecution.gif)

### ORGATE EXECUTION
![](Screenshots/ORGateExecution.gif)

## Prerequisites

| Tool | Purpose | Description |
| :----: | :----: | :----: |
| [.NetFramework 4.6.1](https://dotnet.microsoft.com/download/dotnet-framework/net461) |Framework required to run the app |Not mandatory for [Windows 10 November 2015 Update (all editions)](https://docs.microsoft.com/en-gb/archive/blogs/astebner/mailbag-what-version-of-the-net-framework-is-included-in-what-version-of-the-os) as it is already included in Operating System. |
|[Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/)| Coding |Microsoft's Integrated Development Environment |

## Nuget Packages

* [MaterialSkin.2](https://www.nuget.org/packages/MaterialSkin.2/) - Material Design
* [Squirrel.windows](https://www.nuget.org/packages/squirrel.windows/) - Silent Updater

## Author

* **Zujaj Misbah Khan** - *Initial work* - [Profile](https://github.com/Zujaj)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* Thanks to Dr. Yawar Rehman for his generous teaching.