rezaarezvan / rfs

rezvan from scratch - a repo where I implement AI/ML related stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfs (Rezvan From Scratch)

About

'rfs' is a personal project where I explore and implement various AI/ML algorithms and concepts from scratch. This repository serves as learning journey in the fields of artificial intelligence and machine learning.

Table of Contents

Installation

To get started with 'rfs', clone this repository and install the required dependencies:

git clone https://github.com/rezaarezvan/rfs.git
cd rfs
pip install -r requirements.txt

Components

The project includes implementations of:

  • BNN (Bayesian Neural Networks)
  • CNN (Convolutional Neural Networks)
  • GAN (Generative Adversarial Networks)
  • GPT (Generative Pre-trained Transformer)
  • RNN (Recurrent Neural Networks)
  • ViT (Vision Transformer)
  • Backpropagation
  • Various AI/ML papers
  • Transformers

About

rezvan from scratch - a repo where I implement AI/ML related stuff.

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.7%