This repository contains the code and documentation for the project "Dynamic Input Activation in Neural Networks for Enhanced Learning and Adaptability". The project introduces a novel neural network architecture with dynamic input activation and an intuition module to enhance learning and adaptability.
data/
: Directory for datasets.runs/
: Directory for model checkpoints and logs.src/
: Source code directory.notebooks/
: Jupyter notebooks for experiments.figures/
: Directory for storing figures and plots.docs/
: Directory for documentation.README.md
: Project description and instructions.requirements.txt
: List of dependencies.LICENSE
: License file.
-
Clone the repository:
git clone https://github.com/nbursa/Dynamic-Input-Activation-Network.git cd Dynamic-Input-Activation-Network
-
Install the required packages:
pip install -r requirements.txt
-
Download the dataset (if applicable) and place it in the
data/
directory.
-
Train the model:
python app.py
This project is licensed under the MIT License. See the LICENSE
file for more details.