Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roebius committed May 2, 2017
1 parent c1a5aec commit 7355f62
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Modified notebooks and Python files for Keras 2 and Python 3 from the fast.ai Deep Learning course
The repository includes modified copies of the Jupyter notebooks and Python files from the excellent (and really unique)
deep learning course created by [fast.ai](http:https://course.fast.ai). The [original files](https://github.com/fastai/courses)
The repository includes modified copies of the original Jupyter notebooks and Python files from the excellent
(and really unique) deep learning course "Practical Deep Learning For Coders"
created by [fast.ai](http:https://course.fast.ai). The [original files](https://github.com/fastai/courses)
require Keras 1 and Python 2.

The code in this repo has been tested on both Ubuntu 16.04 with Python 3.5 (installed through apt-get) and
macOS 10.12.4 with Python 3.6 (installed with Homebrew). A Python 3 virtualenv has been used in both cases.

In order to facilitate the installation of the required Python packages, this repository includes
also two requirements files that can be used with the pip command.
Please note that the requirements files include also additional packages that are not necessary,
that might be useful for further exploration.
Please note that the requirements files include also additional packages that, although not necessary,
might be useful for further exploration.

0 comments on commit 7355f62

Please sign in to comment.