Skip to content
View hewenbiao123's full-sized avatar

Block or report hewenbiao123

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.

Content in all repositories owned by your account will be closed.
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. CompilerFrontWorkbench CompilerFrontWorkbench Public

    基于 Qt/C++ 的编译器前端可视化工作台,支持从正则表达式/BNF 文法自动生成词法分析器,并完成 LR(1) 语法分析与语义分析。

    C++ 3

  2. char_rnn char_rnn Public

    A character-level RNN language model built with PyTorch that predicts and generates text.

    Python

  3. mnist_neural_network_v1 mnist_neural_network_v1 Public

    纯 NumPy 实现的前馈神经网络,用于 MNIST 手写数字识别

    Python

  4. mnist_neural_network_v2 mnist_neural_network_v2 Public

    基于 NumPy 从零实现的两层神经网络,用于 MNIST 手写数字识别

    Python

  5. mnist_neural_network_v3 mnist_neural_network_v3 Public

    基于纯 NumPy 从零实现的两层神经网络 MNIST 手写数字识别 — 反向传播 + 模块化层抽象,零框架依赖。

    Python

  6. mnist_neural_network_v4 mnist_neural_network_v4 Public

    Two-layer neural network for MNIST digit recognition, implemented in PyTorch (nn.Module + autograd).

    Python