Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Keywords
Repository
Playing with Keras
Basic Info
- Host: GitHub
- Owner: andreww
- Language: Jupyter Notebook
- Default Branch: master
- Size: 174 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Playing around with Keras
Some notebooks as I work out if I can do anything useful with Keras...
Install
I'm using Keras and the TensorFlow backend. It makes sense to install this in its own environment and I'm an anaconda user and am moving most of my python over to python 3. So the first step is to set up a full new anaconda environment using python 3.5:
conda create -n tensorflow python=3.5 anaconda
Then switch to the new environment:
source activate tensorflow
The next step is to install the TensorFlow backend inside the conda environment following the documentation at https://www.tensorflow.org/install/installmac#installingwith_anaconda this amounts to running:
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl
Do the basc validation by following the instructions at: https://www.tensorflow.org/install/install_mac#ValidateYourInstallation - I get warnings about tensorflow not using SSE4.1, 4.2 AVX AVX2 and FMA instructions. But I'm only playing on this machine so I'll take the (probably quite big) hit. Finally, install keras:
pip install keras
It seems this also installs the theano back end.
Resources
In terms of designing NN this looks useful: http://hagan.okstate.edu/NNDesign.pdf
Owner
- Name: Andrew Walker
- Login: andreww
- Kind: user
- Website: http://homepages.see.leeds.ac.uk/~earawa/
- Repositories: 81
- Profile: https://github.com/andreww
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andrew Walker | a****r@l****k | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0