- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 74字
- 2021-06-24 15:41:04
How it works...
In this recipe, we used the tensorflow library to build a simple neural network to classify iris species from four features measured. In this way, we saw how simple it is to implement a model based on a machine learning algorithm using the tensorflow library. This topic, and on deep neural networks in general, will be analyzed in detail in Chapter 13, Deep Neural Networks.