-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Neural Networks
· I recently read a book Introduction to Neural Networks for C# , by Jeff Heaton. http://www.amazon.com/Introduction-Neural-Networks-C-2nd/dp/1604390093/ref=sr_1_2?ie=UTF8&s=books&qid=1296821004&sr=8-2-spell. Not the 1st ANN book I've perused, but a nice revision…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the AForge library framework and its neural network.
At the moment when I train my network I create lots of images (one image per letter per font) at a big size (30 pt), cut out the actual letter, scale this down to a smaller size (10x10 px) and then save it to my harddisk. I can then go…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried to write a Neural Network system, but even running through simple AND/OR/NOR type problems, the outputs seem to group around 0.5 (for a bias of -1) and 0.7 (for a bias of 1).
It doesn't look exactly "wrong"... The 1,1 in the AND pattern does seem higher than the rest and the 0,0 in the OR…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hai this is naveena
My guide given a simple example to solve in artificial neural network and PSO
If any body help then i m very happy
the example is `A B C
a1 b1 c1
a2 b2 c2
how i have to solve manually i cannot understand plz any help me and send a mail to this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey,
I'm creating a face detection program using neural networks, and looking for some reliable training sets. I'm aware there's various sets around the web, but I've not idea how good they are. Any ideas where to start? Thanks.
>>> More