Artificial Intelligence
Artificial Intelligence is a broad category of these subjects:
Children- Expert System None
- Genetic Algorithms Trying to find the best solution by breeding the best with the best and applying a fitness function.
- Machine Learning Creating a complex model (or function) by training a system with given input and outputs.
- Machine Vision None
- Neural Networks Artificial Neural Networks simulate how brains learn.
- Natural Language Processing None
- TensorFlow (1) An open-source platform for machine learning. Similar to numpy, TensorFlow can run on GPUs and in parallel across many machines.
- PyTorch Another Pythonish open-source library similar to TensorFlow and created by Facebook. It purports to be more flexible when creating complex models, easier to use with Python, easier to debug, and imperative.