Skip to content
View luoxuwei's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report luoxuwei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Compiler Compiler Public

    练习和实践编译原理、虚拟机、AOT、JIT。

    C++ 4 2

  2. MyCaffe MyCaffe Public

    己动手写一个精简版的caffe,是一个以学习为目的的项目。目标是加深对深度学习的理解。流程和架构完全仿照caffe,实现上不考虑性能,用最简单的方案,跑通流程。其中每一层(如卷积、全连接、ReLU)同时实现前向(Forward)和反向(Backward)两个核心函数,求导公式分别在底层硬编码写死。

    C++ 4

  3. SoftwareOpenGL SoftwareOpenGL Public

    从零开始实现一个OpenGL风格的软光栅渲染器,包括最底层的向量和矩阵的数据结构和相关运算都实现一遍。主要目的是为了梳理图形学知识。

    C++

  4. TetrisAI TetrisAI Public

    用遗传算法玩俄罗斯方块,并用图形展示训练过程

    Python 6

  5. Learn-Rust Learn-Rust Public

    rust学习笔记

    1 1

  6. Graph-Algorithms Graph-Algorithms Public

    练习图论算法

    Java 4 1