Skip to content

mpJunot/AI-Development

Repository files navigation

AI-Development

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.

Setup

  1. Clone this repository.

  2. Run the setup script to create a virtual environment and install dependencies:

    bash setup.sh
  3. Activate the virtual environment:

    source ai/bin/activate

Requirements

  • Python 3.7 or higher

Project Structure

  • requirements.txt — Python dependencies
  • setup.sh — Setup script for environment and dependencies

Usage

After activating the environment, you can start developing or running scripts in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published