All Projects → yuanxiaosc → Theoretical Proof Of Neural Network Model And Implementation Based On Numpy

yuanxiaosc / Theoretical Proof Of Neural Network Model And Implementation Based On Numpy

Licence: mit
This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for the in-depth understanding of neural networks. 神经网络模型的理论证明与基于Numpy的实现。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Theoretical Proof Of Neural Network Model And Implementation Based On Numpy

Go Deep
Artificial Neural Network
Stars: ✭ 303 (+366.15%)
Mutual labels:  backpropagation
Pocorgtfo
a "Proof of Concept or GTFO" mirror with extra article index, direct links and clean PDFs.
Stars: ✭ 560 (+761.54%)
Mutual labels:  proof-of-concept
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-16.92%)
Mutual labels:  proof-of-concept
Recyclerviewitemdecorations
ItemDecoration for Android Recyclerview
Stars: ✭ 351 (+440%)
Mutual labels:  proof-of-concept
Poc
Proofs-of-concept
Stars: ✭ 467 (+618.46%)
Mutual labels:  proof-of-concept
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-46.15%)
Mutual labels:  backpropagation
RCNN MDP
Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.
Stars: ✭ 65 (+0%)
Mutual labels:  backpropagation
Nodejs Virus
A Node.js Proof of Concept Virus
Stars: ✭ 58 (-10.77%)
Mutual labels:  proof-of-concept
Spikes
Where ideas & concepts are born & incubated
Stars: ✭ 540 (+730.77%)
Mutual labels:  proof-of-concept
Seth
Perform a MitM attack and extract clear text credentials from RDP connections
Stars: ✭ 1,084 (+1567.69%)
Mutual labels:  proof-of-concept
Ios Mail.app Inject Kit
iOS 8.3 Mail.app inject kit
Stars: ✭ 356 (+447.69%)
Mutual labels:  proof-of-concept
Mathematics
数学知识点滴积累 矩阵 数值优化 神经网络反向传播 图优化 概率论 随机过程 卡尔曼滤波 粒子滤波 数学函数拟合
Stars: ✭ 417 (+541.54%)
Mutual labels:  backpropagation
Content Aware Resize
Stars: ✭ 41 (-36.92%)
Mutual labels:  proof-of-concept
Crookedstylesheets
Webpage tracking only using CSS (and no JS)
Stars: ✭ 3,269 (+4929.23%)
Mutual labels:  proof-of-concept
Genann
simple neural network library in ANSI C
Stars: ✭ 1,088 (+1573.85%)
Mutual labels:  backpropagation
Deep Learning From Scratch
Six snippets of code that made deep learning what it is today.
Stars: ✭ 255 (+292.31%)
Mutual labels:  backpropagation
Machine Learning Notebooks
Assorted exercises and proof-of-concepts to understand and study machine learning and statistical learning theory
Stars: ✭ 33 (-49.23%)
Mutual labels:  proof-of-concept
Sutekh
An example rootkit that gives a userland process root permissions
Stars: ✭ 62 (-4.62%)
Mutual labels:  proof-of-concept
Go Restful
🚀 A real world production-grade RESTful Web Services proof-of-concept project.
Stars: ✭ 58 (-10.77%)
Mutual labels:  proof-of-concept
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-20%)
Mutual labels:  proof-of-concept

Theoretical-Proof-of-Neural-Network-Model-and-Implementation-Based-on-Numpy

Talk is easy ,show me the proof and code.

This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for the in-depth understanding of neural networks. 神经网络模型的理论证明与基于Numpy的实现。

Installation

This repo was tested on Python 3.6

pip install numpy

Feedforward neural network 前馈神经网络模型图

Recurrent neural network 循环神经网络模型图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].