There are three ways to get started with Machine Learning:
The first way is to use “ready to use” APIs, like Cloud Vision.
These are powered by machine learning, but you can take advantage of them without needing to know all the details
The second way is to use an existing model, and retrain it with your data.
For example, say you wanted to train a model to recognize your own images
One way to do this is to use TensorFlow, an open source library for machine learning
You could start with an existing model, like Inception, and train it with your own data
We’ll see an example of how to do this using TensorFlow for Poets later on
Finally, you can use TensorFlow to develop your own algorithms