itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks

Home Page:http://neupy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF calculation in PNN algorithm

iamvoxlan opened this issue · comments

Hi, currently I'm on a college project about PNN and I decided to use neupy because it's the only library providing PNN in python as far as I know.
Do you mind to tell me the formula for PDF calculation in this PNN?
Also there is a problem when I use the PNN algorithm here, it seems like it got a bad prediction in my case. I tried to change the std values but the changes doesn't affect the prediction result.
Thanks