Skip to content

Commit 84a2f10

Browse files
authored
Update README.md
1 parent d0c616c commit 84a2f10

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,42 @@
1+
2+
13
# Data Science with Python
4+
Data Science with Python will help you get comfortable with using the Python environment for data science. You will learn all the libraries that a data scientist uses on a daily basis. By the end of this book, you will be able to take a large raw dataset, clean it, manipulate it, and run machine learning algorithms to obtain results that influence business decisions.
5+
6+
Advanced JavaScript by Rohan Chopra, Aaron England and Mohamed Noordeen
7+
8+
## What you will learn
9+
* Pre-process data to make it ready to use for machine learning
10+
* Create data visualizations with Matplotlib
11+
* Use scikit-learn to perform dimension reduction using principal component analysis (PCA)
12+
* Solve classification and regression problems
13+
* Get predictions using the XGBoost library
14+
* Process images and create machine learning models to decode them
15+
* Process human language for prediction and classification
16+
* Use TensorBoard to monitor training metrics in real time
17+
* Find the best hyperparameters for your model with AutoML
18+
19+
20+
21+
### Hardware Requirements
22+
For an optimal student experience, we recommend the following hardware configuration:
23+
* **Processor**: Intel Core i5 or equivalent
24+
* **Memory**: 4GB RAM (8 GB Preferred)
25+
* **Storage**: 15 GB available hard disk space
26+
* Internet connection
27+
28+
### Software Requirements
29+
You'll also need the following software installed in advance:
30+
* **OS**: Windows 7 SP1 64-bit, Windows 8.1 64-bit or Windows 10 64-bit, Ubuntu Linux, or the latest version of OS X
31+
* **Browser**: Google Chrome/Mozilla Firefox Latest Version
32+
* Notepad++/Sublime Text as IDE (optional, as you can practice everything using Jupyter Notebook in your browser)
33+
* Python 3.4+ (the latest version is Python 3.7) installed (https://python.org)
34+
* Anaconda (https://www.anaconda.com/distribution/)
35+
236

337

438
#### Please note
539
You can download the dataset for the following lessons from the respective URL:
640

7-
Lesson 06 and Lesson 07: https://github.com/PacktPublishing/Datasets-of-Master-Data-Science-with-Python
41+
Lesson 06, Lesson 07 and Lesson 08: https://github.com/PacktPublishing/Datasets-of-Master-Data-Science-with-Python
842
Lesson 06 and Lesson 08 use the same dataset

0 commit comments

Comments
 (0)