Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit e28a264

Browse files
committed
convert book
1 parent fe9d2e6 commit e28a264

File tree

81 files changed

+244196
-907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+244196
-907
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
77
# https://learnxinyminutes.com/docs/yaml/
88

9-
title: fastpages
10-
description: An easy to use blogging platform with support for Jupyter Notebooks.
9+
title: hands-on-ml2-notebooks
10+
description: Notebooks from Aurélien Geron's Book - "Hands-On Machine Learning with Scikit-Learn and TensorFlow"
1111
github_username: machine-learning-apps
1212
# you can comment the below line out if your repo name is not different than your baseurl
1313
github_repo: "hands-on-ml2"
@@ -43,7 +43,7 @@ minima:
4343
github: fastai
4444

4545
# Set this to true to get LaTeX math equation support
46-
use_math:
46+
use_math: true
4747

4848
# Set this to true to display the summary of your blog post under your title on the Home page.
4949
show_description: true
@@ -82,8 +82,8 @@ plugins:
8282

8383
# See https://jekyllrb.com/docs/pagination/
8484
# For pagination to work, you cannot have index.md at the root of your repo, instead you must rename this file to index.html
85-
paginate: 15
86-
paginate_path: /page:num/
85+
# paginate: 100
86+
# paginate_path: /page:num/
8787

8888
remote_theme: jekyll/minima
8989

_notebooks/01_the_machine_learning_landscape.ipynb

Lines changed: 3083 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)