欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Artificial neural network
来自开放百科 - 灰狐
(版本间的差异)
小 (→文档) |
小 (→项目) |
||
(未显示1个用户的12个中间版本) | |||
第3行: | 第3行: | ||
Artificial neural network (ANN) 人工神经网络 | Artificial neural network (ANN) 人工神经网络 | ||
− | [[convolutional neural network|卷积神经网络]] | + | ==类型== |
+ | *[[convolutional neural network|卷积神经网络]] | ||
+ | *[[Deep belief network|深度信念网络]] | ||
==项目== | ==项目== | ||
*[http://deeplearning4j.org/zh-word2vec.html Word2vec]是一个神经网络,它用来在使用深度学习算法之前预处理文本。它本身并没有实现深度学习,但是Word2Vec把文本变成深度学习能够理解的向量形式。 | *[http://deeplearning4j.org/zh-word2vec.html Word2vec]是一个神经网络,它用来在使用深度学习算法之前预处理文本。它本身并没有实现深度学习,但是Word2Vec把文本变成深度学习能够理解的向量形式。 | ||
*[[Deeplearning4j]], [http://deeplearning4j.org/neuralnetworktable.html 如何选择神经网络], [http://deeplearning4j.org/neuralnet-overview Introduction to Deep Neural Networks] | *[[Deeplearning4j]], [http://deeplearning4j.org/neuralnetworktable.html 如何选择神经网络], [http://deeplearning4j.org/neuralnet-overview Introduction to Deep Neural Networks] | ||
+ | *[https://github.com/ivan-vasilev/neuralnetworks JavaNN] | ||
*[[emergent]] | *[[emergent]] | ||
+ | *[https://developer.nvidia.com/cuDNN cuDNN] | ||
+ | *[https://circuit-gnn.csail.mit.edu/ Circuit-GNN] Graph Neural Networks for Distributed Circuit Design | ||
+ | *[https://github.com/MolecularAI/GraphINVENT GraphINVENT] Graph neural networks for molecular design. | ||
==文档== | ==文档== | ||
+ | *[http://docs.huihoo.com/deep-learning/deeplearningsummerschool/2015/Multilayer-Neural-Networks.pdf Multilayer Neural Networks] | ||
+ | *[http://docs.huihoo.com/deep-learning/deeplearningsummerschool/2015/Training-Deep-Neural-Networks.pdf Training Deep Neural Networks] | ||
*[http://docs.huihoo.com/deep-learning/Artificial-Neural-Networks-and-Deep-Learning--Slides-zh-CN-20151227.pdf 神经网络与深度学习-幻灯片] | *[http://docs.huihoo.com/deep-learning/Artificial-Neural-Networks-and-Deep-Learning--Slides-zh-CN-20151227.pdf 神经网络与深度学习-幻灯片] | ||
*[http://docs.huihoo.com/deep-learning/Artificial-Neural-Networks-and-Deep-Learning-Notes-zh-CN-20151211.pdf 神经网络与深度学习-讲义] | *[http://docs.huihoo.com/deep-learning/Artificial-Neural-Networks-and-Deep-Learning-Notes-zh-CN-20151211.pdf 神经网络与深度学习-讲义] | ||
第18行: | 第26行: | ||
*[http://docs.huihoo.com/deep-learning/Statistical-Language-Models-based-on-Neural-Networks.pdf Statistical Language Models based on Neural Networks] | *[http://docs.huihoo.com/deep-learning/Statistical-Language-Models-based-on-Neural-Networks.pdf Statistical Language Models based on Neural Networks] | ||
*[http://docs.huihoo.com/deep-learning/Supervised-Sequence-Labelling-with-Recurrent-Neural-Networks.pdf Supervised Sequence Labelling with Recurrent Neural Networks] | *[http://docs.huihoo.com/deep-learning/Supervised-Sequence-Labelling-with-Recurrent-Neural-Networks.pdf Supervised Sequence Labelling with Recurrent Neural Networks] | ||
+ | *[http://docs.huihoo.com/gputechconf/gtc2015/S5552-Transparent-Parallelization-of-Neural-Network-Training.pdf Transparent parallelization of neural network training] | ||
+ | *[http://docs.huihoo.com/gputechconf/gtc2015/S5571-A-High-Density-GPU-Solution-for-DNN-Training.pdf A High-Density GPU Solution for DNN Training] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
+ | image:Neural-Network-and-Deep-Learning.png|神经网络与深度学习 | ||
image:neural-network-table.png|神经网络 | image:neural-network-table.png|神经网络 | ||
+ | image:popular-deep-learning-models.png|深度学习模型 | ||
+ | image:neural-network-zoo.png|神经网络Zoo | ||
+ | image:graph-neural-networks.png|图神经网络 | ||
</gallery> | </gallery> | ||
第30行: | 第44行: | ||
[[category:neural network]] | [[category:neural network]] | ||
+ | [[category:deep learning]] | ||
[[category:artificial intelligence]] | [[category:artificial intelligence]] |
2022年8月7日 (日) 11:54的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Artificial neural network Thanks, Wikipedia. |
Artificial neural network (ANN) 人工神经网络
目录 |
[编辑] 类型
[编辑] 项目
- Word2vec是一个神经网络,它用来在使用深度学习算法之前预处理文本。它本身并没有实现深度学习,但是Word2Vec把文本变成深度学习能够理解的向量形式。
- Deeplearning4j, 如何选择神经网络, Introduction to Deep Neural Networks
- JavaNN
- emergent
- cuDNN
- Circuit-GNN Graph Neural Networks for Distributed Circuit Design
- GraphINVENT Graph neural networks for molecular design.
[编辑] 文档
- Multilayer Neural Networks
- Training Deep Neural Networks
- 神经网络与深度学习-幻灯片
- 神经网络与深度学习-讲义
- 在Spark上构建分布式神经网络
- Recursive Deep Learning for Natural Language Processing and Computer Vision
- Training Recurrent Neural Networks
- Statistical Language Models based on Neural Networks
- Supervised Sequence Labelling with Recurrent Neural Networks
- Transparent parallelization of neural network training
- A High-Density GPU Solution for DNN Training
[编辑] 图集
[编辑] 链接
- Comparison of Neural Network Simulators
- Awesome Recurrent Neural Networks
- colah's blog: Neural Networks, Visualizing Neural Networks, Convolutional Neural Networks
分享您的观点