Download
Feedback
- 107 Reviews on iTunes
- America's Test Kitchen
- Picking a Programming Language
- Jason: WebM http://www.webmproject.org/
- Patrick: FFMpeg http://www.ffmpeg.org/
- Jason: 2br02b http://www.gutenberg.org/ebooks/21279
- Patrick: The Code Book
(Kindle: http://amzn.to/14zADaL),
(Paperback: http://amzn.to/11j2l7G)
Applied Artificial Intelligence
Common Terms
- Objective Function
- Features
- Under/Over Fitting
- Classification / Regression / Control
Methods
- Supervised (Learn a function from residuals)
- Gradient-Descent
- Perceptron
- Back-Propagation (Non-Linear)
- Reinforcement Learning (Estimating value from reward)
- Minimax, Monte Carlo Tree Search (MCTS)
- Temporal Difference Learning
- Genetic Algorithms
- NEAT
- Unsupervised (Clustering & Dimensionality Reduction)
- K-Means
- PCA
- Neural Gas
Challenges
- Making an objective function
- Training-Serving Skew
- Modeling
- Linearizing
- Feature-Extraction & Discretization
- Kernels
- Measuring Performance
Tools
- Apache Mahout http://mahout.apache.org/
- MASON http://cs.gmu.edu/~eclab/projects/mason/
- OpenNLP http://opennlp.apache.org/