Table of Contents
GateON is a continual learning algorithm based on context gating of activity and learning rate modulation based on a leaky availability of neurons or parameters Fast adaptive learning in volatile environment
SpikesumNet is a pytorch implemented neural network. few other libraries are used for plotting mainly
Installation of the does not require special software but for python. and python dependencies
- python to instal python follow the installation guide
- Clone the repo
git clone https://github.com/martinbarry59/GateON.git
- Install libraries (go to the repository folder)
pip install -r requirements.txt
- To run the code:
python run_context_network
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request