Soarex16 / NeuralNetStudy

Just practice with implementation of multilayer NN using python
GNU General Public License v3.0
0 stars 0 forks source link

Api enhancement #9

Open Soarex16 opened 6 years ago

Soarex16 commented 6 years ago

Rewrite in terms of weight matrices, not neurons (that can help with non-linear networks). Each layer have their own activation, weight init etc.

Look at keras