Pinned Repositories
backpropagation
学习反向传播的python3代码
CFU-Playground
Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM).
cuda_programming
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
fpga-ml-accelerator
This repository hosts the code for an FPGA based accelerator for convolutional neural networks
myleveldb
Simple implementation of Dostoevsky Model with LevelDB
PipeCNN
An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Pseudo-ISP
Pynq-Accelerator
A easy general acc.
python-ocr-example
The code for the blogpost A Python Approach to Character Recognition
Typefont
The first open-source library that detects the font of a text in a image.
lipaul's Repositories
lipaul/cuda_programming
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
lipaul/AXIMasterStreamTutorial
lipaul/bit
Bitcoin made easy.
lipaul/Bitcoin-from-scratch
A study on Bitcoin main components
lipaul/bitcoin-simplified
₿ Simplified Proof of Concept demonstrating bitcoin architecture and components interactions ₿
lipaul/bitcoin-tx-tutorial
A technical tutorial for understanding how bitcoin transactions are created and signed
lipaul/blockchain-learning-path
A suggested learning path for blockchain development
lipaul/chess-deep-rl
Research project: create a chess engine using Deep Reinforcement Learning
lipaul/chess-deep-rl-cpp
C++ version of my chess-deep-rl project. WIP
lipaul/CLTune
CLTune: An automatic OpenCL & CUDA kernel tuner
lipaul/cpp_from_scratch
Examples from the "C++ From Scratch" Series
lipaul/DCVC
Deep Contextual Video Compression
lipaul/deepedgebench
Python framework for testing Tensorflow imagenet image classification models trained on the ImageNet dataset and object detection models trained on the COCO dataset on various platforms
lipaul/ebook
classic books of computer science!
lipaul/fast-llama
Runs LLaMA with Extremely HIGH speed
lipaul/ggml
Tensor library for machine learning
lipaul/HeCBench
lipaul/ICRA_ASP
Planning Assembly Sequence with Graph Transformer
lipaul/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
lipaul/Karpathy-Neural-Networks-Zero-to-Hero
Detailed python notes & code for lectures and exercises of Andrej Karpathy's course "Neural Networks: Zero to Hero." The course is focused on building neural networks from scratch.
lipaul/Learning-to-See-in-the-Dark
Learning to See in the Dark. CVPR 2018
lipaul/llm_interview_note
主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题
lipaul/openai-cookbook
Examples and guides for using the OpenAI API
lipaul/parallel_cpp
lipaul/programmingbitcoin
Repository for the book
lipaul/RD-sandwich
Official repo for the ICLR22 paper "Towards Empirical Sandwich Bounds on the Rate-Distortion Function"
lipaul/SimpleCoin
Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
lipaul/simt
lipaul/syclacademy
SYCL Academy, a set of learning materials for SYCL heterogeneous programming
lipaul/tiny-gpu
A minimal GPU design in Verilog to learn how GPUs work from the ground up