Skip to content

passalis/keras_meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras_meetup

Deep Learning Made Easy with Keras (Thessaloniki Machine Learning Meetup)

To run the examples be sure to have all the required dependecies installed:

pip install tensorflow(-gpu)
pip install h5py scikit-learn matplotlib
pip install jupyter

If you want to use GPU acceleration use the following:

pip install tensorflow[and-cuda]
pip install h5py scikit-learn matplotlib
pip install jupyter

Then, clone the repository and start the jupyter notebook:

git clone https://github.com/passalis/keras_meetup
cd keras_meetup
python -m notebook

Acknowledgments

Many online tutorials, including (but not limited to) https://github.com/fchollet/keras-resources

About

Deep Learning Made Easy with Keras (Thessaloniki Machine Learning Meetup)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors