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

https://github.com/simonusher/multi-layer-perceptron

My solution to an assignment on multi-layer perceptron. Implemented in python and numpy. Contains the forward and backward pass code, as well as some utility functions.
https://github.com/simonusher/multi-layer-perceptron

multi-layer-perceptron neural-network numpy python

Last synced: 4 months ago
JSON representation

My solution to an assignment on multi-layer perceptron. Implemented in python and numpy. Contains the forward and backward pass code, as well as some utility functions.

Awesome Lists containing this project

README

          

This repository contains my solution to a course assignment on multi-layer perceptron.