from-scratch topic

List from-scratch repositories

stutter

76
Stars
6
Forks
Watchers

Implement a Lisp, in C, from scratch, no libs

MLfromScratch

19
Stars
6
Forks
Watchers

Library for machine learning where all algorithms are implemented from scratch. Used only numpy.

gauss-naive-bayes

44
Stars
21
Forks
Watchers

Gauss Naive Bayes in Python From Scratch.

cheapml

21
Stars
11
Forks
Watchers

Machine Learning algorithms coded from scratch

knights_province

59
Stars
6
Forks
Watchers

Knights Province missions and wiki.

SimpleDB

30
Stars
3
Forks
Watchers

Database implementation from the scratch. The textbook is shown in the following link.

MachineLearningPractice

39
Stars
12
Forks
Watchers

Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)

numpyCNN

21
Stars
4
Forks
Watchers

A simple vectorized implementation of a Convolutional Neural Network in plain Numpy && more