-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
__Modern Computer Architecture and Organization Second Edition__, by Jim Ledin. Published by Packt Publishing. | ||
# Chapter 16, Exercise 1 | ||
|
||
If you do not already have Python installed on your computer, visit https://www.python.org/downloads/ and install the current version. Ensure Python is in your search path by typing **python –version** at a system command prompt. You should receive a response similar to **Python 3.9.6**. Install TensorFlow (an open source platform for machine learning) with the command (also at the system command prompt) **pip install tensorflow**. Install Matplotlib (a library for visualizing data) with the command **pip install matplotlib**. | ||
If you do not already have Python installed on your computer, visit https://www.python.org/downloads/ and install the current version. Ensure Python is in your search path by typing **python –-version** at a system command prompt. You should receive a response similar to **Python 3.10.3**. Install TensorFlow (an open source platform for machine learning) with the command (also at the system command prompt) **pip install tensorflow**. You may need to use the *Run as administrator* option when opening the command prompt to get a successful installation. Install Matplotlib (a library for visualizing data) with the command **pip install matplotlib**. | ||
|
||
# Answer | ||
See the Windows batch file [Ex__1_install_tensorflow.bat](src/Ex__1_install_tensorflow.bat) for the commands to install TensorFlow and Matplotlib. | ||
|
||
To run the batch file, assuming **python** is installed and is in your path, execute the command **Ex__1_install_tensorflow.bat** | ||
To run the batch file, assuming **python** is installed and is in your path, open an *Administrator* command prompt and execute the command **Ex__1_install_tensorflow.bat** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters