Does Sup Forums into Artificial Neural Networks?
Does Sup Forums into Artificial Neural Networks?
Other urls found in this thread:
boingboing.net
neuralnetworksanddeeplearning.com
twitter.com
Are ANN more powerful than perceptron with kernel trick ? Can someone give an example were you'll prefer ANN ?
...
ruski go away
a perceptron is an ANN
ANNs are more powerful where the target task is more complex. This complexity makes the objective function a lot less convex. The perceptron with kernel trick (or an SVM) incorrectly assumes the function to be estimated to be smooth.
Basically, if the target task is difficult enough, layers of nonlinear models outperform pretty much anything else.
Sup Forums is only into pajeet and Linux memes.
What software do you guys ANN with?
tensorflow is the only logical choice as of now
evolutinaory reinforcement learning is neat, neural nets are a meme
Yes I predict the weather using a mesh of sensors for agriculture purposes. Shit is cash and with that I mean literal money
Tensorflow
Few years ago matConvNet but it kind of died since tensorflow became so great
Are you using a cnn for that?
There used to be a lot of image data but we don't really use that anymore, so I think the cNN is decomissioned
Can any of you smart dudes point me to any Sup Forums approved learning materials for this subject? I'm kinda a dumbass but I find this stuff fascinating.
your universities intro to ai class ?
When would you use an SVM over an ANN or vice versa?
yeah i just finished writing one that writes raps.
ANN's are so interesting it's crazy - too bad we can't really see what's going on inside of them.
boingboing.net
>high schooler
i'm t-totally 18 g-guys...
>Artificial Intelligence: A Modern Approach by Stuart Russel & Peter Norvig
this is literally one of the most used book for AI courses in university
Both are turing-equivalent. Only one doesn't take infinite time to work.
t. never did anything remotely related to ANNs
Also completely irrelevant to the topic at hand, just like K&R is not going to help someone learn python.
dat London look
well it's a book about AI. it's co authored by the director of research of google and has a introduction to AI and contains the most methods of machine learning. and neural networks are of course part of it. it's theoretic, but provides to understand the topic. don't know what's the problem right there
Literally (You).
if you have hand engineered features and a small dataset, use svm. if you want a black box that takes raw data and gives results, use ann.
don't bother with this I think cs231n is applied enough for a beginner. It's completely focused on vision though.
hey dudebro you're the one calling them ANNs
Theano and Torch are just as cutting-edge, and way more research is done on those two compared to tensorflow.
Tensor flow is being adopted more, however, and has better benchmarks, github activity, and support.
And the other two are more popular. It is logical to go with the popular choice.
Tensorflow 1.0 came out today. Soon there will be skynet.
neuralnetworksanddeeplearning.com
This is what my ML class follows. Is good enough for most tasks.