GitXplorerGitXplorer
v

Neural_net_tira

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
4c910f7ff4527d058d6c77a4ee4ac22e01a14f16

Update README.md

vvitoriapacela committed 6 years ago
Unverified
c07d0abab8353314f3681bb03116f1058b972185

compile

vvitoriapacela committed 6 years ago
Verified
11a9384f57080335b2b3c66c479e8444bdec9e5a

Update README.md

vvitoriapacela committed 6 years ago
Unverified
d6d82885e269587098d460c316311e664a0b7966

final documentation

vvitoriapacela committed 6 years ago
Unverified
065d461e4a36f5447649d6ce5c91d6cb72937b64

fix typo

vvitoriapacela committed 6 years ago
Unverified
349bff0104c07502068fb3e3c2452bb49df83dcd

more doc

vvitoriapacela committed 6 years ago

README

The README file for this repository.

Neural_net_tira

Data structures and algorithms project on neural networks applied to the MNIST dataset.

The main program initializes a neural network with 300 neurons in the hidden layer and trains it in one pass through the whole training set. The error rate is calculated over all the images from the test set.

Documentation