Skip to content

timohe/ML-Keras_ConvNeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Keras_ConvNeuralNet

Python Code for the FS 2018 Course Machine learning for Managers

Install Dependencies on MacOS

As there is a problem with older Tensorflowversions (the ones installed by Anaconda Navigator) keras-team/keras#9621 It is needed to install the dependencies (tensorflow and keras using pip)

source activate environmentXY
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.8.0-py3-none-any.whl
pip install keras

To run

Install the requirements from the yml file, maybe source deactivate; needed instead of activate.

source activate myenvironment;
conda env update -f environment.yml; #use path to env file   
  1. Use a jupyter notbook with a python 3.5 environment.

About

Machine Learning with Keras using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published