I enjoy learning about artificial intelligence techniques What other techniques are useful for AI and machine learning other than neural networks?
|
closed as not a real question by Walter, gnat, ElYusubov, MainMa, Thomas Owens♦ Nov 12 '12 at 13:21
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
This is somewhat akin to asking if a hammer is the best tool for building houses. It's just one of many, and not all problems are well suited to it. Other interesting techniques include:
Neural Networks are definitely pretty cool, but they are not "the best approach" for all problems, any more than any other technique is. |
|||||
|
|
Artificial intelignce and machine learning are unsolved problems in computer science and so there is no real "best approach" yet. No matter what specific techniuqe you use, success in these fields will require a strong understanding of algorithms, statistics and probability. I don't think its a good idea to limit yourself to neural networks or any other machine learning methodology. Instead, focus on understanding the problem of machine learning as a whole, why its so difficult and the differents approaches various people have taken. Specifically, you might be interested in: Lastly, if you intend to take this field of study seriously and you hope to make a contribution to it, you should focus on understanding when and why neural networks, like all other algorithms that exist today fail to provide compelling artificial intelligence. Perhaps you can think of something better... |
||||
|
|
|
No, they're not, for the following reasons:
|
|||||
|
|
For artificial neural networks you need training data, but maybe you want to find structure in data you haven´t seen before and for which you couldn´t do a training. This problem is called unsupervised learning. ANNs belonge to the category of supervised learning. So if you are searching for other techniques, a natural choice would be to look at unsupervised algorithms like k-means clustering. |
|||
|
|
|
When i was represented with Neural networks , it was said that neural networks are logical gates that are learning the needed map. Meaning you will get logical gates out of the network. If you could do it yourself with a set of logical gates, then you could do it with neural network. The limits of neural network is discusses and got to a mathematical definitions, about continues functions and such. saying that statistical and probability are the tools for understanding AI is just as good as saying that a hammer is the tool to build a house. One of the biggest problems with people who don't know mathematics is saying "hey! this is a strong mathematical tool lets try it out" instead of making the tool they need. this is how AI approaches looks today, when it hit statistics and probability. |
|||
|
|