# untitlednn **Repository Path**: cdfmlr/untitlednn ## Basic Information - **Project Name**: untitlednn - **Description**: Yet another untitled Neural Network. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UntitledNN Yet another untitled Neural Network with Automatic Differentiation support. Based on [borgwang/tinynn](https://github.com/borgwang/tinynn/tree/mini) and [dlsys-course/assignment1](https://github.com/dlsys-course/assignment1/blob/master/autodiff.py). - master 分支参考文献 [1], 实现了一个简单的深度学习框架。 - [autodiff](https://github.com/cdfmlr/untitlednn/tree/autodiff) 分支参考文献 [2], 补充实现了自动微分功能。 - [schoolwork](https://github.com/cdfmlr/untitlednn/tree/schoolwork) 分支是学校作业, 利用 UntitledNN 解决语音特征信号识别问题。 ## Bibliography [1] 王桂波. 动手设计实现一个深度学习框架. [zhuanlan.zhihu.com/p/78713744](https://zhuanlan.zhihu.com/p/78713744), 2020-09-21 [2] 李豪. Python实现自动微分(Automatic Differentiation). [zhuanlan.zhihu.com/p/161635270](https://zhuanlan.zhihu.com/p/161635270), 2020-07-19 ## License MIT License Copyright (c) 2020 CDFMLR