https://github.com/thefloatingstring/project-heal
Sample neural network used to identify cervical cancer.
https://github.com/thefloatingstring/project-heal
Last synced: 3 months ago
JSON representation
Sample neural network used to identify cervical cancer.
- Host: GitHub
- URL: https://github.com/thefloatingstring/project-heal
- Owner: TheFloatingString
- Created: 2017-05-06T13:57:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:46:01.000Z (about 8 years ago)
- Last Synced: 2025-01-13T08:12:44.761Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project-Heal
This is a sample neural network built with Keras, which will be used as a base for a cancer-estimator project.
To make this code run, install the following components:
Python 3
Installation: https://www.python.org/downloads/
The latest version is the most reliable one.
Install Tensorflow
For Mac: https://www.tensorflow.org/install/install_mac#installing_with_native_pip
For Windows: https://www.tensorflow.org/install/install_windows#installing_with_native_pip
Type the commands in Terminal (for Mac) or cmd (for Windows)
Install Keras
Installation: https://keras.io/#installation
Type the commands in Terminal (for Mac) or cmd (for Windows)
Running the script
You can run the python script via command-line or with the Python IDE
Make sure the .CSV file is in the same directory as the python script, and that there is no other file with the same name.