Skip to content

neural-fortran/keras-snippets

Repository files navigation

keras-snippets

Keras snippets in support of the development and testing of neural-fortran.

Getting started

Get the code and set up your Python environment:

git clone https://github.com/neural-fortran/keras-snippets
cd keras-snippets
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -U -r requirements.txt

Run the snippets:

python3 keras_dense_mnist.py
python3 keras_cnn_mnist.py
python3 keras_reshape.py

to generate the HDF5 model output files.

Archived data

About

Keras snippets in support of the development and testing of neural-fortran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages