Skip to content

Commit

Permalink
Restructuring all of the chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashguptas committed Nov 20, 2024
1 parent 240e13c commit e4b268e
Show file tree
Hide file tree
Showing 12 changed files with 93 additions and 113 deletions.
28 changes: 21 additions & 7 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
format: jb-book
root: README.md
parts:
- caption: Machine Learning
- caption: Foundations of Machine Learning
chapters:
- file: chapters/Chapter 1 - Introduction to Machine Learning
title: "Chapter 1 - Introduction to Machine Learning"
- file: chapters/Chapter 2 - Supervised Machine Learning
title: "Chapter 2 - Supervised Machine Learning"
- file: chapters/Chapter 3 - Unsupervised Machine Learning
title: "Chapter 3 - Unsupervised Machine Learning"
- caption: Deep Learning
- file: chapters/Chapter 2 - Data Fundamentals
title: "Chapter 2 - Data Fundamentals"
- file: chapters/Chapter 3 - Supervised Learning
title: "Chapter 3 - Supervised Learning"
- file: chapters/Chapter 4 - Unsupervised Learning
title: "Chapter 4 - Unsupervised Learning"
- caption: Deep Learning Fundamentals
chapters:
- file: "chapters/Chapter x - Introduction to Deep Learning"
- file: chapters/Chapter 5 - Neural Networks Basics
title: "Chapter 5 - Neural Networks Basics"
- file: chapters/Chapter 6 - Deep Learning Tools
title: "Chapter 6 - Deep Learning Tools"
- caption: Advanced Deep Learning
chapters:
- file: chapters/Chapter 7 - Convolutional Neural Networks
title: "Chapter 7 - Convolutional Neural Networks"
- file: chapters/Chapter 8 - Sequential Data and RNNs
title: "Chapter 8 - Sequential Data and RNNs"
- file: chapters/Chapter 9 - Modern Deep Learning
title: "Chapter 9 - Modern Deep Learning"
- file: chapters/Chapter x - Introduction to Deep Learning
title: "Chapter x - Introduction to Deep Learning"
22 changes: 1 addition & 21 deletions chapters/Chapter 1 - Introduction to Machine Learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@
"</div>\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -159,8 +145,7 @@
"td:last-child {\n",
" width: 30%;\n",
"}\n",
"</style>\n",
"\n"
"</style>\n"
]
},
{
Expand Down Expand Up @@ -239,11 +224,6 @@
"}\n",
"</style>\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
42 changes: 0 additions & 42 deletions chapters/Chapter 2 - Supervised Machine Learning.ipynb

This file was deleted.

10 changes: 10 additions & 0 deletions chapters/Chapter 2: Data Fundamentals.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
42 changes: 0 additions & 42 deletions chapters/Chapter 3 - Unsupervised Machine Learning.ipynb

This file was deleted.

10 changes: 10 additions & 0 deletions chapters/Chapter 3: Supervised Learning.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10 changes: 10 additions & 0 deletions chapters/Chapter 4: Unsupervised Learning.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Introduction to Deep Learning\n",
"# DeepLearning Course\n",
"----"
]
},
Expand Down
10 changes: 10 additions & 0 deletions chapters/Chapter 6: Deep Learning Tools.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10 changes: 10 additions & 0 deletions chapters/Chapter 7: Convolutional Neural Networks.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10 changes: 10 additions & 0 deletions chapters/Chapter 8: Sequential Data and RNNs.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10 changes: 10 additions & 0 deletions chapters/Chapter 9: Modern Deep Learning.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit e4b268e

Please sign in to comment.