Michael Nielsen 大神的 《Neural Networks and Deep Learning》中文+英文+Python3代码,Michael Nielsen 大神的 《Neural Networks and Deep Learning》中文+英文+Python3代码
2021-08-17 10:33:37 33.98MB 神经网络 深度学习
1
有关BP算法深度学习巨头的论文原文,包含全部的论文内容。
2021-08-16 11:43:27 1.55MB paper 深度学习
1
负荷预测:使用MATLAB(ANN)进行负荷预测
1
用于语义图像分割的CRF-RNN-PyTorch版本 现场演示: : Caffe版本: : Tensorflow / Keras版本: ://github.com/sadeepj/crfasrnn_keras 该存储库包含“ CRF-RNN”语义图像分割方法的官方PyTorch实现,该方法在ICCV 2015论文《。 该项目的在2015 ICCV上获得了最佳演示奖。此PyTorch代码的结果与上述基于Caffe和Tensorflow / Keras的版本相同。 如果您使用此代码/模型进行研究,请引用以下论文: @inproceedings{crfasrnn_ICCV2015, author = {Shuai Zheng and Sadeep Jayasumana and Bernardino Romera-Paredes and Vibhav Vineet and
1
Introducing 5G networks.docx
2021-08-12 09:01:18 243KB 123
1
网络科学最好的教科书,作者是Mark Newman,排版清晰,真正的电子版
2021-08-10 11:05:57 21.65MB 网络科学
1
mark newman的Networks: An Introduction , 网络科学的入门书籍
2021-08-10 10:57:32 9.17MB 网络科学 入门书籍
1
RBFNN是使用径向基函数作为激活函数的人工神经网络。 图显示了 RBFNN 的结构。 RBFNN 是三层前馈神经网络。 第一层是线性的,只分配输入信号,而下一层是非线性的,使用高斯函数。 第三层线性组合高斯输出。 在训练期间只修改隐藏层和输出层之间的抽头权重。 RBFNN 有 5 个优化参数: 1- 隐藏层和输出层之间的权重。 2- 激活函数。 3- 激活函数的中心。 4- 激活函数中心的分布。 5- 隐藏神经元的数量。 隐藏层和输出层之间的权重使用 Moore-Penrose 广义伪逆计算。 该算法克服了传统梯度算法中的许多问题,如停止标准、学习率、时期数和局部最小值。 由于其较短的训练时间和泛化能力,适合实时应用。 选择的径向基函数通常是用于模式识别应用的高斯核。 通常激活函数的中心和分布应该具有与数据相似的特征。 这里,使用 Kmeans 聚类算法选择高斯的中心和宽度。 基于通用逼
2021-08-09 16:35:19 4KB matlab
1
principles and practices of interconnection networks One of the greatest challenges faced by designers of digital systems is optimizing the communication and interconnection between system components. Interconnection networks offer an attractive and economical solution to this communication crisis and are fast becoming pervasive in digital systems. Current trends suggest that this communication bottleneck will be even more problematic when designing future generations of machines. Consequently, the anatomy of an interconnection network router and science of interconnection network design will only grow in importance in the coming years.
2021-08-08 17:11:59 8.45MB networ
1
贝叶斯分类是统计学方法。他们可以预测类成员关系的可能性,如给定样本属于一个特定类的概率。贝叶斯分类主要是基于贝叶斯定理,通过计算给定样本属于一个特定类的概率来对给定样本进行分类。
2021-08-07 12:06:11 871KB 机器学习 朴素贝叶斯