- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 74字
- 2025-04-04 14:38:11
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.