Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 351 Bytes

Neural Network

Synopsis

Its an implementation of a small artificial neural network.

Problem Specification

No inputs are provided. Just some training samples. In layer config file, numbers given shows each layes have how many neurons.

Output

For all training samples, show 1.feature vectors. 2.actual class. 3.class predicted by my code.