Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkturkcan/psychiatric-disorders-manifold
Prototyping for the AI-ON Psychiatric Disorders Manifold Project
https://github.com/mkturkcan/psychiatric-disorders-manifold
Last synced: 17 days ago
JSON representation
Prototyping for the AI-ON Psychiatric Disorders Manifold Project
- Host: GitHub
- URL: https://github.com/mkturkcan/psychiatric-disorders-manifold
- Owner: mkturkcan
- License: mit
- Created: 2017-12-12T06:01:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T23:09:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T08:03:11.388Z (2 months ago)
- Language: Jupyter Notebook
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Psychiatric-Disorders-Manifold
Code for prototyping adversarial autoencoders for the [AI-ON Psychiatric Disorders Manifold](https://ai-on.org/pdf/thomas-discovering-manifold-psychiatric.pdf) Project.## Prerequisites
The code was executed with the following installations:
- Python 3.5 (or higher)
- Numpy
- Tensorflow 1.4.0
- Keras 2.1.2
- [Keras-Adversarial](https://github.com/bstriner/keras-adversarial)## Pretrained Models
Pretrained model weights for the model specified in the notebook can be found [here](https://www.dropbox.com/sh/27l9au5qxau4zlo/AABk_UYZRP_bixE9axwMGrv5a?dl=0).
## How to Use
Despite being sparse in terms of comments right now, the code in the Notebook
should be relatively easy to understand.