Skip to content

Releases: AlexPasqua/NNs-from-scratch

Delivery

13 Feb 16:42
Compare
Choose a tag to compare

Delivery of the complete project for evaluation

Exploited matrices + regularization implemented

04 Jan 16:08
adfaf01
Compare
Choose a tag to compare
  • Unit class not present anymore, computations are more "parallelized" exploiting matrix multiplications.
  • Implemented L1 and L2 regularization

Cross validation implemented

30 Dec 10:24
Compare
Choose a tag to compare
2.1

Fixed bug with tanh

Backprop implemented

18 Dec 17:22
Compare
Choose a tag to compare
2.0

Updated requirements.txt

1st network demo (only inference)

17 Nov 19:12
Compare
Choose a tag to compare

The 1st demo of our network is working! 😃

Characteristics:

  • Training and backprop are not implemented yet, only inference works.
  • Weights initialization is random between 0 and 1
  • Net's topology can be decided on net's creation
  • Available activation functions: ReLU, Sigmoid