Stars
Absolute minimalistic implementation of a GPT-like transformer using only numpy (<650 lines).
GAN with pure numpy and display use Matplotlib
This repository contains implementations of an Autoencoder NN and a GAN for image generation using the MNIST dataset. The Autoencoder is implemented from scratch using NumPy, while the GAN is imple…
Implementation of vanilla transformer model using numpy.
An embeddable interpreter for scripting Flutter applications
Flutter应用的调试工具,协助采集性能优化、设计走查、QA测试等数据问题 ,提供UI拾取、UI标尺、取色器、内存信息、FPS检测和展示页面代码等功能。
A Flutter IDE by developers for developers (In Development)
This repo contains the code and explanation on how to write a GAN from scratch without using any ml libraries. -------------- Focus: GAN
Image Processing Codes using C, without the use of any external libraries. The codes in this repository apply traditional image processing algorithms with use of plain C language, which is almost r…
image processing on Bitmap images with c without using any third party library
C++ implementation for machine learning algorithm K-NN
A C++ implementation of an Artificial Neural Network (ANN).
This is a VERY simple object detection program developed in pure CSharp with no external libraries as a proof of concept and as a guide for people who want to learn the basic ideas of object detect…
Implement feedforward, convolution neural network in C++ with only built-in libraries. This is a tutorial style project which implements back propagation in neural networks without using external l…
Handwritten digit recognition implemented in c++ without libraries
Implementing Deep Convolutional Neural Network in C without External Libraries for YUV video Super-Resolution
Convolutional Neural Network in C (for educational purposes)