What do you think are the ideal resources to learn today, as a beginner, and how to continue to grow that knowledge?
Ask HN: AI is going to be big. How should we learn?
1–10 of 24 posts
Re: Ask HN: AI is going to be big. How should we learn?
#2"An Introduction to Behaviour Trees": http://obviam.net/index.php/game-ai-an-introduction-to-behav...
Re: Ask HN: AI is going to be big. How should we learn?
#3Some potentially helpful Quora answers: https://www.quora.com/What-is-the-best-way-to-learn-Artifici... "An Introduction to Behaviour Trees": http://obviam.net/index.php/game-ai-an-introduction-to-behav...
Re: Ask HN: AI is going to be big. How should we learn?
#4It's a pretty broad category, and a lot of it is (still) very far from commercialization.
It's almost like asking about "the Internet" in 1992.
Here are some categories that may help to dive into...
-Computer Vision
-Natural Language Processing
AClustering vs classification in machine learning
-Neural nets (convolutional, recursive, hyerparameters and optimizTion techniques)
Read "how to create a Mind" by kurtzweil
Related (but distinct topics)
-Understand rise (and fall) of semantic web
-Open/Linked data
-Relational vs NoSql databases
-distributed/parallel processing (MapReduce ->hadoop-> spark)
*edit - typo
Re: Ask HN: AI is going to be big. How should we learn?
#5The other side of AI where people talk about AGI and ASI is nothing but intellectual masturbation at this point.
Re: Ask HN: AI is going to be big. How should we learn?
#6Re: Ask HN: AI is going to be big. How should we learn?
#7The author is such a stand-up guy, he's made it available for free: http://www.inference.phy.cam.ac.uk/itprnn/book.pdf
Re: Ask HN: AI is going to be big. How should we learn?
#8http://karpathy.github.io/2015/05/21/rnn-effectiveness/
with some personally selected stock market data to see if it can kick out profitable buy/sells.
(There is some how to stuff in the article under 'Source Code')
Re: Ask HN: AI is going to be big. How should we learn?
#9From a personal point of view as someone also interested in learning a bit I think building something is often a good way to go. I kind of have a plan one day to hack together the neural network from http://karpathy.github.io/2015/05/21/rnn-effectiveness/ with some personally selected stock market data to see if it can kick out profitable buy/sells. (There is some how to stuff in the article under 'Source Code')
Anything based purely on the stock charts themselves becomes simply a sophisticated pattern matcher and can't possibly respond to the actual drivers of price movement.
Re: Ask HN: AI is going to be big. How should we learn?
#10Note that AI is bigger than machine learning, and there's a chance that the future AI will be heavily modeled after a human brain. So it might be a good idea to take a couple of foundational courses in neuroscience.