Skip to content

Commit 17eb5d3

Browse files
Update README.md
1 parent 3214061 commit 17eb5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TensorFlow Machine Learning Cookbook
22
This is the code repository for [TensorFlow Machine Learning Cookbook](https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook?utm_source=github&utm_medium=repository&utm_content=9781786462169), published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
33

4-
# About the book
4+
## About the book
55
TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You’ll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning – each using Google’s machine learning library TensorFlow.
66

77
This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP.
@@ -20,7 +20,7 @@ The code will look like the following:
2020
from tensorflow.python.framework import ops
2121
ops.reset_default_graph()
2222

23-
# Software requirements:
23+
### Software requirements:
2424
Python 3, with the following installed Python libraries: TensorFlow, Numpy,
2525
Scikit-Learn, Requests, and Jupyter. It is compatible in all three major operating
2626
systems, Mac, Windows, and Linux. It requires no special hardware to run the

0 commit comments

Comments
 (0)