This repository implements several machine learning and deep learning models, including:
- Convolutional Neural Networks (CNN)
- Long Short-Term Memory networks (LSTM)
- Multi-Layer Perceptrons (MLP)
- BERT
- And more
These models are intended for experimentation, research, and educational purposes.
-
Clone this repository.
-
Run the setup script to create a virtual environment and install dependencies:
bash setup.sh
-
Activate the virtual environment:
source ai/bin/activate
- Python 3.7 or higher
requirements.txt— Python dependenciessetup.sh— Setup script for environment and dependencies
After activating the environment, you can start developing or running scripts in this repository.