Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 308 Bytes

File metadata and controls

9 lines (8 loc) · 308 Bytes

multilayer-perceptron

What is this?

This repository contains the code for a multi-layer perceptron neural network. The main code will run back prop to train the network with a specified number of epochs. Then, inference will be run on the weights and biases.

How to run it?

$ make
$ ./a.out