Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkturkcan/noiseignoringnetworks
Code for generating noise-ignoring networks
https://github.com/mkturkcan/noiseignoringnetworks
Last synced: 17 days ago
JSON representation
Code for generating noise-ignoring networks
- Host: GitHub
- URL: https://github.com/mkturkcan/noiseignoringnetworks
- Owner: mkturkcan
- License: mit
- Created: 2020-07-05T01:15:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T15:24:20.000Z (over 4 years ago)
- Last Synced: 2024-11-05T08:03:14.064Z (2 months ago)
- Language: Python
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noise-Ignoring Networks
This code allows one to generate noise-ignoring networks.## Installation:
This codebase depends on AutoKeras and Keras Tuner. However, it changes a number of files in both libraries. For simplicity's sake, they are bundled with the repository.
### Instructions:
1. Install AutoKeras and Keras Tuner.
2. Replace files in your "lib/python3.7/site-packages" directory with the contents of the autokeras and kerastuner folders.## Use
1. Run the scripts provided in the scripts/ folder.