Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.