Skip to content

Machine Learning development for climate applications

Notifications You must be signed in to change notification settings

nasa-nccs-cds/cliMLe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliMLe

Machine Learning workflow development for climate applications

Requirements

cliMLe uses the Keras framework.

Keras Installation instructions

For Anaconda:
  • Start with a brand new shell (no conda env activated):
  $ conda create -n tensorflow -c conda-forge -c cdat cdat
  $ source activate tensorflow
  • Linux Install
  $ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
  • OSX Install
  $ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.8.0-py3-none-any.whl 
  • Test tensorflow :
  $ python
  >>> import tensorflow
  >>>
  • Install Keras:
  $ pip install pillow h5py scikit-learn keras
  • Install additional packages:
  $ conda install xarray

About

Machine Learning development for climate applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages