Neural Networks Virtual Study Group
groups.google.com
Neural Networks Virtual Study Group
1–10 of 12 posts
Re: Neural Networks Virtual Study Group
#2Of course C# seems like a horrible choice for learning about this sort of stuff, but maybe that's just me.
Re: Neural Networks Virtual Study Group
#3Seems like a great idea. Would be cool to see more of these... Of course C# seems like a horrible choice for learning about this sort of stuff, but maybe that's just me.
There's a bunch of free textbooks online, especially for CS and math topics. I'd love to see online communities develop around the textbooks for like-minded people to form study groups.
Re: Neural Networks Virtual Study Group
#4Seems like a great idea. Would be cool to see more of these... Of course C# seems like a horrible choice for learning about this sort of stuff, but maybe that's just me.
Re: Neural Networks Virtual Study Group
#5Re: Neural Networks Virtual Study Group
#6Re: Neural Networks Virtual Study Group
#7Seems like a great idea. Would be cool to see more of these... Of course C# seems like a horrible choice for learning about this sort of stuff, but maybe that's just me.
in my opinion, using mathematica (or some such) would have been a far saner choice, to get to the essence of the subject. also, a dosage of classical (pioneering ?) work as described in (parallel-distributed-processing vol-1&2) http://www.amazon.com/Parallel-Distributed-Processing-Vol-Fo..., would be just great.
Re: Neural Networks Virtual Study Group
#8Look, a neural network is not some magic machine that can solve all your classification problems. A good 90% of applications of ANNs I've seen could (read: should) have been replaced with a support vector machine, or a Bayesian classifier, or some other proper statistically principled model.
I swear, I get the impression that people keep coming back to ANNs just because the goddamn name sounds cool.
Re: Neural Networks Virtual Study Group
#9Oy! enough with the neural networks already. Look, a neural network is not some magic machine that can solve all your classification problems. A good 90% of applications of ANNs I've seen could (read: should) have been replaced with a support vector machine, or a Bayesian classifier, or some other proper statistically principled model. I swear, I get the impression that people keep coming back to ANNs just because th…
Re: Neural Networks Virtual Study Group
#10question: where else can i learn about neural networks and ai?
- parallel distributed processing (PDP group vol 1 & 2)
- simon haykin (Neural Networks and Learning Machines)
- christopher bishop (Neural Networks for Pattern Recognition)