cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.91k stars 666 forks source link

How to make linear regression? #225

Closed epdev closed 7 years ago

epdev commented 7 years ago

Is there any example of network with the linear regression? Now my output is always not bigger than 1.

wagenaartje commented 7 years ago

Have you tried normalizing your data?

epdev commented 7 years ago

I'm just getting started with AI and I thought about normalizing data but I didn't know it's a good practice, so thanks for the tip.