accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.46k stars 2k forks source link

Probabilistic Neural Network(PNN) or Feedforward Neural Network(FNN) #977

Open blaisexen opened 6 years ago

blaisexen commented 6 years ago

is it possible in the next released 3.9.0 that PNN is implemented or usable like SVM?

and I hope it's possible then a simple sample implementation with image classification like the sample with BoW?

thanks

https://sourceforge.net/projects/ffnet/ https://sourceforge.net/projects/unbbayes/

Possibly that this is the same from ParallelResilientBackpropagationLearning?

cesarsouza commented 6 years ago

Hi @blaisexen,

I cannot promise any of those models would be implemented in the future, but you are more than invited to submit them as a pull request if you would like!

Regards, Cesar

blaisexen commented 6 years ago

ok, thanks for the reply!