|
| 1 | + |
| 2 | + |
1 | 3 | # 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 | + |
2 | 36 |
|
3 | 37 |
|
4 | 38 | #### Please note
|
5 | 39 | You can download the dataset for the following lessons from the respective URL:
|
6 | 40 |
|
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 |
8 | 42 | Lesson 06 and Lesson 08 use the same dataset
|
0 commit comments