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
- Host: GitHub
- URL: https://github.com/divdash/eclt
- Owner: DivDash
- License: mit
- Created: 2020-05-18T10:57:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T19:56:39.000Z (over 4 years ago)
- Last Synced: 2024-12-02T20:25:35.131Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

### ANDGATE

### ORGATE

### SETTINGS

### ABOUT

## UI FEATURES
### Material Designing

### Color Change

### Theme Change

## HOW IT WORKS?
### ANDGATE EXECUTION

### ORGATE EXECUTION

## 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.