scratch-implementation topic

List scratch-implementation repositories

Pixel-Processing

128
Stars
95
Forks
Watchers

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.

Algo-ScriptML

91
Stars
66
Forks
Watchers

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basi...

Natural-Language-Processing-Nanodegree

19
Stars
16
Forks
Watchers

Natural Language Processing Nanodegree from Udacity Platform, in which I implement Hidden Markov Model for POS Tagger, Bidirectional LSTM for English-French Machine Translation, and End-to-End LSTM-ba...

Deep-Learning-Scratch-Arena

17
Stars
3
Forks
Watchers

Implementing most important basic building blocks of Deep Learning from scratch. My goal is to provide high quality Scratch Implementations of the fundamentals of Deep Learning and its applications, w...

neograd

233
Stars
9
Forks
Watchers

A deep learning framework created from scratch with Python and NumPy

chibivue

357
Stars
37
Forks
Watchers

chibivue is minimal Vue.js v3 core implementations (Reactivity System, Virtual DOM, Component, Compiler (Template, SFC)). An online book for building your own Vue.js.

scrape

15
Stars
3
Forks
Watchers

Scratch Interpreter for the CLI!

node-sockets

20
Stars
0
Forks
Watchers

A custom implementation of web sockets using Node.js, a runtime environment for JavaScript. Web sockets enable real-time communication between a client (e.g. web browser) and server, often used for ap...

ReactPy

25
Stars
1
Forks
Watchers

React implementation in Python 3, which runs on the client-side.

nmf-and-ntf

37
Stars
14
Forks
Watchers

The sample code to study non-negative matrix and tensor factorization.