Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
reveurmichael committed Dec 3, 2023
2 parents afb6871 + 87ee801 commit 84d6d60
Show file tree
Hide file tree
Showing 17 changed files with 10,733 additions and 1,889 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ __pycache__
/venv/
*.py[cod]
*.DS_Store
open-machine-learning-jupyter-book/assets/pickle/ufo-model.pkl
open-machine-learning-jupyter-book/ml-fundamentals/classification/cleaned_cuisines.csv
open-machine-learning-jupyter-book/assignments/environment.yml
open-machine-learning-jupyter-book/assignments/README.md
open-machine-learning-jupyter-book/assignments/prerequisites/*
*/tmp/*
*/tmp/**
*/**/node_modules/*
Expand Down
Binary file modified awesome/database/data.db
Binary file not shown.
8 changes: 1 addition & 7 deletions open-machine-learning-jupyter-book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,15 @@ execute:
- 'assignments/*'
- 'assignments/**/*'
- 'deep-learning/*'
- 'deep-learning/*/*'
- 'slides/*'
- 'slides/**/*'
- 'data-science/working-with-data/pandas/*'
- 'ml-fundamentals/classification/introduction-to-classification.ipynb'
- 'ml-fundamentals/build-a-web-app-to-use-a-machine-learning-model.ipynb'
- 'ml-fundamentals/regression/managing-data.ipynb'
- 'ml-fundamentals/regression/loss-function.ipynb'
- 'ml-advanced/ensemble-learning/random-forest.ipynb'
- 'ml-advanced/clustering/introduction-to-clustering.ipynb'
- 'ml-advanced/clustering/k-means-clustering.ipynb'
- 'ml-advanced/unsupervised-learning-pca-and-clustering.ipynb'
- 'data-science/data-visualization/visualization-distributions.ipynb'
- 'ml-advanced/unsupervised-learning.ipynb'
- 'data-science/data-science-in-the-cloud/the-azure-ml-sdk-way.ipynb'
- 'data-science/data-science-in-the-cloud/the-low-code-no-code-way.ipynb'

parse:
myst_enable_extensions:
Expand Down
5 changes: 4 additions & 1 deletion open-machine-learning-jupyter-book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ parts:
numbered: True
chapters:
- file: deep-learning/dl-overview
- file: deep-learning/cnn
- file: deep-learning/cnn/cnn
sections:
- file: deep-learning/cnn/cnn-vgg
- file: deep-learning/cnn/cnn-deepdream
- file: deep-learning/gan.ipynb
- file: deep-learning/rnn.ipynb
- file: deep-learning/autoencoder.ipynb
Expand Down
Loading

0 comments on commit 84d6d60

Please sign in to comment.