Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abbas/ml-fromscratch
Machine Learning Algorithms implemented in various languages from scratch
https://github.com/iam-abbas/ml-fromscratch
algorithm hacktoberfest machine-learning
Last synced: about 2 months ago
JSON representation
Machine Learning Algorithms implemented in various languages from scratch
- Host: GitHub
- URL: https://github.com/iam-abbas/ml-fromscratch
- Owner: iam-abbas
- License: mit
- Created: 2020-10-01T05:04:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T06:43:51.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:24:58.222Z (8 months ago)
- Topics: algorithm, hacktoberfest, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 5.68 MB
- Stars: 23
- Watchers: 2
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Machine Learning From Scratch
A community-built repository which has Machine Learning algorithms that are built using basics (from scratch) in various languages .
## What is this repository for?
This repository contains Machine Learning Alogorithms that are implemented from scratch for purpose of better understanding to beginners
## Who can contribute for this repository?
Anyone. Absolutely anyone can contribute to this repository. Please check the rules below before you make pull requests.
# CONTRIBUTION
## How to contribute?
- Add an issue to this repository stating ML Algorithm Name and Language
- Fork this repository
- Pick an ML Algorithm and a Language
- Implement it from **scratch without using libraries like skLearn, sciPy etc**.
- Try to make the code more readable by adding comments wherever required
- Add it to your repository in the directory order `[repository root]/Algorithm Name/Language/`
- Create a Pull request
- Feel free to improve the README.md## Rules
- Please do not spam pull request for the sake of Hacktoberfest.
- No duplicate entries. Please check if the code is existing or not before you start submitting.
- Star this repository to show appreciation towards public efforts.