NOX73 / go-neural

Neural network implementation on golang
254 stars 40 forks source link

Unsupervised Learning? #12

Open ChrisCooney opened 7 years ago

ChrisCooney commented 7 years ago

It seems that your library supports the idea of supervised learning, but would it be able to support unsupervised learning?

Perhaps varying weights as per some genetic algorithm and the user can provide a cost function?

Is there already functionality for this that I have missed?

NOX73 commented 7 years ago

no, there is no such functionality here yet