Machine learning, the field of computer science that gives computer systems the ability to learn from data, is one of the hottest topics in computer science. It's transforming the world: from spam filtering in social networks to computer vision for self-driving cars, the potential applications of machine learning are vast.
Included in this tutorial is Deep learning, a cutting-edge form of machine learning inspired by the architecture of the human brain, but it doesn’t have to be intimidating. In this tutorial, you will use TensorFlow and Keras to train, test, and tune neural networks for regression and classification. Along the way, you will demonstrate your skills by building actual models with real data.
A-D. Introduction to Machine Learning
- A. Why use Machine Learning?
- B. The Machine Learning Process
- C. Supervised vs. Unsupervised Learning
- C1. Supervised vs. Unsupervised Learning-In Detail
- D. Scikit-Learn Cheatsheet
E-F. Linear Regression
G. Regression vs. Classification
H-L. Foundations of Deep Learning and Perceptrons
- H. Introduction-Foundations of Deep Learning and Perceptrons
- I. What are Neural Networks?
- J. Deep Learning Math
- K. Dangers of the Black Box
- L. Perceptron
M-N. Getting Started with TensorFlow