leeroee / NN-by-NumpyLinks
cnn
☆134Updated 5 years ago
Alternatives and similar repositories for NN-by-Numpy
Users that are interested in NN-by-Numpy are comparing it to the libraries listed below
Sorting:
- A super light-weight deep learning library based on NumPy in PyTorch fashion.☆94Updated 3 years ago
- A lightweight deep learning library☆388Updated 2 months ago
- Inplement an CNN frame with Numpy, easy to learn, hard to use hhhh☆304Updated 7 years ago
- PyTorch Project Specification.☆680Updated 4 years ago
- tinynn with automatic differentiation☆40Updated last year
- A brief of TorchScript by MNIST☆112Updated 3 years ago
- A simple deep learning framework in pure python for purpose of learning in DL☆442Updated 5 months ago
- 仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...☆545Updated 4 years ago
- Review, theoretical analysis and implementation of classic Machine Learning methods☆100Updated last year
- my blog☆55Updated 5 years ago
- Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174☆599Updated 5 years ago
- A small deep-learning framework with C++/Python/CUDA☆54Updated 7 years ago
- pytorch源码阅读 0.2.0 版本☆90Updated 5 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆224Updated 6 years ago
- 服务侧深度学习部署案例☆452Updated 5 years ago
- ☆196Updated last year
- www.giantpandacv.com☆151Updated last year
- Several simple examples for popular neural network toolkits calling custom CUDA operators.☆1,494Updated 4 years ago
- A tool that automatically extracts network structures from Tensorflow model files☆247Updated 6 years ago
- ☆38Updated 2 years ago
- 学习反向传播的python3代码☆56Updated 5 years ago
- 《深入浅出 PyTorch——从模型到源码》源代码和勘误(见Issues)☆343Updated 2 years ago
- ONNX2Pytorch☆162Updated 4 years ago
- ☆46Updated 5 years ago
- Models and examples built with OneFlow☆98Updated 9 months ago
- B站Efficient-Neural-Network学习分享的配套代码☆300Updated 3 years ago
- The pure and clear PyTorch Distributed Training Framework.☆275Updated last year
- ☆85Updated 2 years ago
- NumPy实现类PyTorch的动态计算图和神经网络框架(MLP, CNN, RNN, Transformer)☆81Updated last year
- model compression based on pytorch (1、quantization: 8/4/2bits(dorefa)、ternary/binary value(twn/bnn/xnor-net);2、 pruning: normal、regular a…☆170Updated 5 years ago