Skip to content

Commit 718f836

Browse files
committed
Updated README for ch1-3
1 parent 87fe273 commit 718f836

File tree

3 files changed

+5
-1
lines changed
  • notebooks

3 files changed

+5
-1
lines changed

notebooks/Ch01_Machine_Learning_Basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Chapter 1: Machine Learning Basics
44

5-
5+
This chapter familiarizes and acquaints readers with the basics of machine learning, industry standard workflows followed for machine learning processes and expands on the different types of machine learning and deep learning algorithms. We also present different applications of machine learning.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch01_Machine_Learning_Basics#chapter-1-machine-learning-basics"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 2: The Python Machine Learning Ecosystem
4+
5+
This chapter introduces readers to the python language and the entire ecosystem built around machine learning with python tools, frameworks and libraries. Overview and code samples are given for each tool to depict its usage and effectiveness. This chapter introduces tools/frameworks such as Anaconda distribution, pandas, numpy, scipy, sklearn, theano, tensorflow, keras and many more
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch02_The_Python_ML_Ecosystem#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch04_Feature_Engineering_and_Selection#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 3: Processing, Wrangling and Visualizing Data
4+
5+
This chapter focuses on data retrieval, processing, wrangling and visualizations. Hands-on examples with various data formats have been depicted along with ways of leveraging various frameworks for handling data & summarization. This chapter also covers aspects relation to Visualization of data to get insights.

0 commit comments

Comments
 (0)