scratch-implementation topic
Pixel-Processing
📷 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
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
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
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
A deep learning framework created from scratch with Python and NumPy
chibivue
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
Scratch Interpreter for the CLI!
node-sockets
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
React implementation in Python 3, which runs on the client-side.
nmf-and-ntf
The sample code to study non-negative matrix and tensor factorization.