Building Machine Learning Projects with TensorFlow by Rodolfo Bonnin
Author:Rodolfo Bonnin
Language: eng
Format: mobi, pdf
Publisher: Packt Publishing
Published: 2016-11-23T23:00:00+00:00
Alcohol
Malic acid
Ash
Alcalinity of ash
Magnesium
Total phenols
Flavanoids
Nonflavanoid phenols
Proanthocyanins
Color intensity
Hue
OD280/OD315 of diluted wines
Proline
To read the dataset, we will simply use the provided CSV file and pandas:
df = pd.read_csv("./wine.csv", header=0)
Dataset preprocessing
As the values on the csv begin at 1, we will normalize the values resting the bias:
y = df['Wine'].values-1
For the results, we will have to represent the options as a one hot list of arrays:
Y = tf.one_hot(indices = y, depth=3, on_value = 1., off_value = 0., axis = 1 , name = "a").eval()
Download
Building Machine Learning Projects with TensorFlow by Rodolfo Bonnin.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
AI & Machine Learning | Bioinformatics |
Computer Simulation | Cybernetics |
Human-Computer Interaction | Information Theory |
Robotics | Systems Analysis & Design |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8296)
Test-Driven Development with Java by Alan Mellor(6707)
Data Augmentation with Python by Duc Haba(6613)
Principles of Data Fabric by Sonia Mezzetta(6369)
Learn Blender Simulations the Right Way by Stephen Pearson(6266)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6133)
Hadoop in Practice by Alex Holmes(5958)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5806)
RPA Solution Architect's Handbook by Sachin Sahgal(5528)
Big Data Analysis with Python by Ivan Marin(5353)
The Infinite Retina by Robert Scoble Irena Cronin(5224)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5144)
Pretrain Vision and Large Language Models in Python by Emily Webber(4314)
Infrastructure as Code for Beginners by Russ McKendrick(4076)
Functional Programming in JavaScript by Mantyla Dan(4038)
The Age of Surveillance Capitalism by Shoshana Zuboff(3946)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3789)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3591)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3568)
