This algorithm is a possible alternative to the all-popular backpropagation algorithm that powers most of present-day ML.
The following steps are to be followed to run this repo:
- Run the
main.py
script.
There are still a few additions to make to the project. They include:
- Improve documentation.
- Network does not train.
- Possible issue with Layer optimizer.