Skip to content

A general-purpose, easily configurable, MLP (multi-layer perceptron) implementing a custom-optimized backpropagation algorithm....

Notifications You must be signed in to change notification settings

utk003/Neural-Networks

Repository files navigation

Neural Networks

This is my repository for all code related to the neural networks class I took in 11th grade.

The repository will be updated to back up my work and reflect my work path through the class.

This repository is completely in Java.

If you would like a python version of this code base, check out this repository by Rishab Parthasarathy.
For a C version, check out this repository by Gloria Zhu.

If you have taken this class and have well-written code in another popular language such as C++, contact me so I can set up a link to your repository as well.

This repository is public but will only be sporadically updated.

There may be some mild swearing (in commit names, JavaDoc, etc.).

This repository can be used as a reference for how basic multi-layer perceptrons can be set up.

By accessing this repository, you agree to take any and all responsibility for any consequences that may arise from accusations of plagiarism or theft. Do NOT copy any code from this repository.

About

A general-purpose, easily configurable, MLP (multi-layer perceptron) implementing a custom-optimized backpropagation algorithm....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages