# Building-Machine-Learning-Projects-with-TensorFlow **Repository Path**: mirrors_PacktPublishing/Building-Machine-Learning-Projects-with-TensorFlow ## Basic Information - **Project Name**: Building-Machine-Learning-Projects-with-TensorFlow - **Description**: Building Machine Learning Projects with TensorFlow by Packt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building Machine Learning Projects with TensorFlow This is the code repository for [Building Machine Learning Projects with TensorFlow](https://www.packtpub.com/big-data-and-business-intelligence/building-machine-learning-projects-tensorflow?utm_source=github&utm_medium=repository&utm_campaign=9781786466587), published by [Packt](https://www.packtpub.com). It contains all the supporting project files necessary to work through the book from start to finish. ## Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. The code will look like the following: ``` >>> import tensorflow as tf >>> tens1 = tf.constant([[[1,2],[2,3]],[[3,4],[5,6]]]) >>> sess = tf.Session() >>> print sess.run(tens1)[1,1,0] 5 ```
| Software Required | Hardware Required | Operating System |
|---|---|---|
| Tensorflow 0.10, Jupyter Notebook | Any x86 computer | Ubuntu Linux 16.04 |