This website requires JavaScript.
c1f10c380d
Make gym optional
Aurelien Geron
2017-02-17 14:52:28 +01:00
d637bfccb5
Versicolor instead of Versicolour
Aurelien Geron
2017-02-17 14:47:18 +01:00
e1249fca19
Removing Dockerfile because it seems to fail with Binder
Aurelien Geron
2017-02-17 14:45:15 +01:00
d526403bb8
Upgrade notebooks to TensorFlow 1.0.0
Aurelien Geron
2017-02-17 11:51:26 +01:00
248fe59358
Fix requirements.txt to simplify TensorFlow installation, and try to fix binder
Aurelien Geron
2017-02-13 14:26:12 +01:00
3c6ad486e1
Replace reduce_sum by reduce_mean for MSE (rather than SSE) error.
Aurelien Geron
2017-02-02 18:51:54 +01:00
cabe792b23
Change xvfb comment
Aurelien Geron
2016-11-25 09:34:55 +01:00
0611db2e38
Specify exact versions and add instructions
Aurelien Geron
2016-11-25 09:34:17 +01:00
86e09c89f8
Remove pip cache
Aurelien Geron
2016-11-25 09:33:57 +01:00
bd7fa748bb
Update Dockerfile to TensorFlow 0.11.0
Aurelien Geron
2016-11-24 21:57:26 +01:00
d6ea099312
Merge branch 'master' of github.com:ageron/ml-notebooks
Aurelien Geron
2016-11-24 17:23:28 +01:00
f29354fae8
Add word embeddings and NLP stub
Aurelien Geron
2016-11-24 17:23:11 +01:00
e6e98d9f71
Migrate to TF 0.11.0
Aurelien Geron
2016-11-24 16:57:43 +01:00
e0b1cd29f1
Migrate to TF 0.11.0
Aurelien Geron
2016-11-24 16:52:05 +01:00
277df4aa1b
Migrate to TensorFlow 0.11.0
Aurelien Geron
2016-11-23 09:26:19 +01:00
ffba742a76
Move to sklearn 0.18
Aurelien Geron
2016-11-05 18:13:54 +01:00
bc25ecacfe
Remove warnings and fix path in ch16
Aurelien Geron
2016-11-05 14:29:24 +01:00
f533018ccf
Move to sklearn 0.18
Aurelien Geron
2016-11-05 14:26:57 +01:00
9cb9f6ea83
Move to sklearn 0.18
Aurelien Geron
2016-11-05 14:26:29 +01:00
bab77600cf
Move to sklearn 0.18
Aurelien Geron
2016-11-05 14:25:56 +01:00
829a624475
Upgrade chapter 2 to sklearn 0.18 and ensure python 2 and python 3 both work
Aurelien Geron
2016-11-03 23:47:11 +01:00
ae81f69729
Fix hash() bug reported by Thiago
Aurelien Geron
2016-11-03 17:47:08 +01:00
8ec063695d
Add Policy Gradients and DQN to RL notebook
Aurelien Geron
2016-10-23 15:32:33 +02:00
02c051b24b
Add gym[box2d] to Dockerfile
Aurelien Geron
2016-10-12 21:52:58 +02:00
921a3b13dd
Catch all exceptions when loading gl_info
Aurelien Geron
2016-10-09 11:22:36 +02:00
ecd710bcf5
Rolling back to previous Dockerfile, cannot get xvfb to work with binder
Aurelien Geron
2016-10-09 11:07:57 +02:00
9f51e54a6b
Improve Dockerfile for ageron/handson-ml
Aurelien Geron
2016-10-09 11:04:45 +02:00
e10f8a15c3
Fix CartPole rendering issue in chapter 16
Aurelien Geron
2016-10-09 11:01:56 +02:00
c95448a136
Use system pip and pip3, not Anaconda
Aurelien Geron
2016-10-09 09:01:37 +02:00
b1f950d55b
Run python 3 outside of a virtualenv for OpenAI gym image rendering to work
Aurelien Geron
2016-10-08 23:51:14 +02:00
8e0b31d068
Add reinforcement learning notebook (in progress)
Aurelien Geron
2016-10-08 22:17:45 +02:00
d94c0d774c
Rollback Dockerfile, change failed for some reason
Aurelien Geron
2016-10-08 21:45:47 +02:00
212289e88e
Use docker image ageron/handson-ml-base which solves the issue with using OpenAI gym within Jupyter
Aurelien Geron
2016-10-08 21:39:36 +02:00
37a7ed37b5
Add missing import sys
Aurelien Geron
2016-10-08 00:19:23 +02:00
25e0c356c4
Add --upgrade to pip install gym
Aurelien Geron
2016-10-07 11:20:52 +02:00
5fe21fafad
Update installation instructions to add OpenAI gym and Anaconda
Aurelien Geron
2016-10-07 09:41:58 +02:00
043bedb35f
Fix gym[atari]
Aurelien Geron
2016-10-06 22:59:35 +02:00
7bbc504e95
Add OpenAI gym
Aurelien Geron
2016-10-06 20:24:25 +02:00
6496cc617b
Little tweaks to beautify code in chapter 14
Aurelien Geron
2016-10-06 14:52:36 +02:00
cbb757f611
Minor improvement in chapter 10
Aurelien Geron
2016-10-06 14:09:17 +02:00
5909b3b470
Add autoencoders, chapter 15
Aurelien Geron
2016-10-06 14:08:46 +02:00
34dc187b25
Fix china/flower order bug
Aurelien Geron
2016-09-28 12:37:31 +02:00
0a43e43469
Fix china/flower order bug
Aurelien Geron
2016-09-28 11:30:56 +02:00
305ad7c06c
Rename classification.ipynb to 03_classification.ipynb
Aurelien Geron
2016-09-27 23:32:03 +02:00
da638e55e4
Add notebooks for chapters 5 to 14
Aurelien Geron
2016-09-27 23:31:21 +02:00
ade25b2aff
Update chapters 1, 2 and 4
Aurelien Geron
2016-09-27 16:39:16 +02:00
f6b303b8a6
Point to O'Reilly book
Aurelien Geron
2016-09-27 14:08:23 +02:00
40e715480d
Point to the right Table of Contents extension
Aurelien Geron
2016-09-27 13:08:15 +02:00
88e691a506
Point to the right Table of Contents extension
Aurelien Geron
2016-09-27 12:48:06 +02:00
023bec478c
Add details about nb extensions
Aurelien Geron
2016-09-27 12:31:37 +02:00
0f7be9f253
Activate table of contents (2) extension
Aurelien Geron
2016-09-27 12:18:29 +02:00
5516e22cb1
Fix jupyter extensions
Aurelien Geron
2016-09-27 12:06:59 +02:00
1d712729b8
Remove unecessary packages (already included in Anaconda) from Dockerfile
Aurelien Geron
2016-09-27 11:33:10 +02:00
fa5a084846
Add Dockerfile to have TensorFlow on both python 2 and python 3 (crossing my fingers)
Aurelien Geron
2016-09-27 11:11:39 +02:00
efedd7751f
Default to python 3.5
Aurelien Geron
2016-09-26 20:40:51 +02:00
f2bb3ce3f9
Renamed project from ml-notebooks to handson-ml
Aurelien Geron
2016-09-26 20:33:14 +02:00
202d86ba82
Add imagenet class names
Aurelien Geron
2016-09-26 10:33:28 +02:00
cea094f59e
Add TF models slim nets
Aurelien Geron
2016-09-25 18:42:01 +02:00
28ad1bff76
Update to TF 0.10.0 and ignore images in images/ directory
Aurelien Geron
2016-09-25 17:48:39 +02:00
23075452e2
fix PROJECT_ROOT_DIR path
Aurelien Geron
2016-05-22 18:16:29 +02:00
9978cac0a5
Add import os
Aurelien Geron
2016-05-22 18:07:41 +02:00
8e5c604d8d
Remove link to Binder next to the 'launch binder' button, it was confusing.
Aurelien Geron
2016-05-22 17:54:54 +02:00
f49b797f6a
Add chapters to the index
Aurelien Geron
2016-05-22 17:53:16 +02:00
63eac76be0
Add images directory
Aurelien Geron
2016-05-22 17:43:26 +02:00
662f000075
Add classification notebook
Aurelien Geron
2016-05-22 17:40:18 +02:00
6d0324a52b
Add fundamentals and training_linear_models notebooks
Aurelien Geron
2016-05-22 16:01:18 +02:00
c3df956528
Many small fixes in end_to_end_project.ipynb
Aurelien Geron
2016-05-07 17:41:41 +02:00
c4b3945a0b
Add housing.tgz
Aurelien Geron
2016-05-03 11:43:39 +02:00
3fd23c7cda
Fix read_csv for GDP per capita dataset
Aurelien Geron
2016-05-03 11:40:00 +02:00
aa555aa16b
Add datasets, fix a few math linear algebra issues
Aurelien Geron
2016-05-03 11:35:17 +02:00
6fd28bc366
fixed typo in README.md
Aurelien Geron
2016-03-04 09:02:18 +01:00
379888cbf6
Point to jupyter.org's notebook viewer instead of github.com's because github's does not display math formulas correctly
Aurelien Geron
2016-03-04 09:01:26 +01:00
32571a70a1
fixed typo in tools_matplotlib.ipynb
Aurelien Geron
2016-03-04 08:49:56 +01:00
5d3962f908
Remove one level of headers
Aurelien Geron
2016-03-03 18:40:31 +01:00
6a0124f242
Add introduction to Linear Algebra
Aurelien Geron
2016-03-03 18:29:41 +01:00
847c93cfb6
Finished pandas tutorial
Aurelien Geron
2016-02-23 14:26:13 +01:00
b2f24660b0
Simplify the my_* entries in .gitignore
Aurelien Geron
2016-02-21 15:06:48 +01:00
c627fefa20
Small tweak to the NumPy tutorial
Aurelien Geron
2016-02-20 21:47:44 +01:00
8fb30097e3
First part of the pandas tutorial
Aurelien Geron
2016-02-20 21:37:07 +01:00
bb8b78747e
Adding numexpr to the requirements for the pandas tutorial
Aurelien Geron
2016-02-20 21:32:03 +01:00
5ede156610
Remove tons of unecessary print() calls
Aurelien Geron
2016-02-19 15:29:24 +01:00
e91a2a861a
Add an empty notebook for pandas
Aurelien Geron
2016-02-19 14:33:34 +01:00
cb28cfff03
Add gitter chat button, and make it clear that no installation is required
Aurelien Geron
2016-02-19 14:19:30 +01:00
c2130ff1ac
Improved installation instructions
Aurelien Geron
2016-02-19 13:33:34 +01:00
2be82bd1e6
Default platform is python 2, Ubuntu/Linux 64 bits. This is for Binder to work properly.
Aurelien Geron
2016-02-19 13:27:48 +01:00
19bd27037c
Fix a few remaining python 2/3 glitches
Aurelien Geron
2016-02-19 13:24:08 +01:00
6e0fbe17ae
Revert notebooks back to python 2 so they can work on both python 2 and 3
Aurelien Geron
2016-02-19 12:42:03 +01:00
137301045b
Make notebooks compatible with both python 2 and python 3
Aurelien Geron
2016-02-19 12:22:42 +01:00
efade77671
Update installation instructions, and replace 'import numpy' with 'import numpy as np'
Aurelien Geron
2016-02-19 11:34:59 +01:00
332e37a12d
All pip requirements in requirements.txt
Aurelien Geron
2016-02-19 11:14:26 +01:00
0e51bf078c
Finished the numpy tutorial
Aurelien Geron
2016-02-18 22:00:33 +01:00
3abe38332e
Added installation instructions
Aurelien Geron
2016-02-18 00:30:04 +01:00
fda579346e
Added (unfinished) NumPy tutorial.
Aurelien Geron
2016-02-18 00:09:50 +01:00
ae5920e192
Added matplotlib sections about images and lines
Aurelien Geron
2016-02-17 23:53:23 +01:00
b0677168f1
First notebook added: matplotlib
Aurelien Geron
2016-02-16 21:40:20 +01:00
c3102adeb3
Initial commit
Aurélien Geron
2016-02-16 20:48:39 +01:00