Skip to content

hkt456/scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Scratch

This repository contains my implementation of different elements in AI using PyTorch from scratch (as much as possible).

Currently working on activation functions and machine learning models

Project Structure

Type Implementation Description Status
Activation Functions ReLU ReLU activation function implementation
Activation Functions Sigmoid Sigmoid activation function implementation
Models ML/GaussianNaiveBayes.py Gaussian Naive Bayes model implementation
Models ML/KNearestNeighbors.py KKN model implementation
Models ML/LinearRegression.py Linear regression model implementation
Models ML/LogisticsRegression.py Logistic regression model implementation
Models ML/KMeanClustering.py K-Means Clustering model implementation

Tribute

I would like to acknowledge the following sources for their invaluable tutorials and lessons that have greatly contributed to my understanding and implementation of AI:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages