资源列表
[人工智能/神经网络/遗传算法] DNN
说明:利用python3完整实现DNN,包括前向传播和反向传播。实现一个2次函数的拟合。(Complete implementation of DNN using python3, including forward propagation and reverse propagation. Implement a quadratic function fitting.)<Shuang_T> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] 模拟退火算法
说明:使用模拟退火算法对Bp神经网络进行改进,效果比较明显(Using simulated annealing algorithm to improve the Bp neural network, the effect is obvious.)<yglai0012> 在 2024-11-10 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] sa_bp
说明:基于模拟退火算法对BP神经网络进行的改进,有效提高了精度和迭代速度。(The improvement of BP neural network based on simulated annealing algorithm effectively improves the accuracy and speed of iteration.)<yglai0012> 在 2024-11-10 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] yolo_tensorflow
说明:基于YOLO的目标检测, 对十种物体进行识别和定位。(object detection based on YOLO, perform recognition and location to ten types of objects.)<mooc_h> 在 2024-11-10 上传 | 大小:286kb | 下载:0
[人工智能/神经网络/遗传算法] TransferEntropy1
说明:传递熵算法代码,用于分析不同波动之间的关系,包括时延、权重等仅供参考(Transfer Entropy Algorithm Code, used to analyze the relationship between different fluctuations, including delay, weight, etc. for reference only)<音乐传真> 在 2024-11-10 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] Ch04
说明:贝叶斯算法使用python ,内含测试数据文件,数据为多个txt格式的邮件文件。(The bayesian algorithm USES python, which contains test data files that are multiple mail files in TXT format.)<金小> 在 2024-11-10 上传 | 大小:28kb | 下载:0
[人工智能/神经网络/遗传算法] Chapter04
说明:基于tensorflow 的神经网络的损失函数,学习率,正则化,滑动平均等方法(Method of loss function, learning rate, regularization and sliding average of neural network based on tensorflow)<金小> 在 2024-11-10 上传 | 大小:101kb | 下载:0
[人工智能/神经网络/遗传算法] 基于SOM的数据分类
说明:SOM神经网络也属于自组织型学习网络,只不过更特殊一点它属于自组织特征的映射网络。该网络是由一个全连接的神经元阵列组成的无教师,自组织,自学习的网络。(SOM neural network also belongs to self-organizing learning network, but more specifically, it belongs to self-organizing feature mapping networ<我们终将遗忘> 在 2024-11-10 上传 | 大小:47kb | 下载:0
[人工智能/神经网络/遗传算法] 7-9
说明:分别介绍了概率与数理统计概述、统计估计、假设检验、方差分析、回归分析、正交试验分析、聚类分析、判别分析和多元数据相关分析等内容,理论与实践相结合,向读者演示了matlab在数理统计中的应用。(It respectively introduces the outline of probability and mathematical statistics, statistical estimation, hypothesis test,<stxstx> 在 2024-11-10 上传 | 大小:94kb | 下载:0
[人工智能/神经网络/遗传算法] dskpla
说明:MATLAB的函数、算法基本库和实例。 里面包含大量的运算函数,基本可以直接调用使用,提高效率(MATLAB function, algorithm base library and examples. It contains a lot of operation functions, which can be called directly to improve efficiency)<AutumnLee> 在 2024-11-10 上传 | 大小:717kb | 下载:0
[人工智能/神经网络/遗传算法] DenseNet-master
说明:这篇文章是CVPR2017的oral,非常厉害。文章提出的DenseNet(Dense Convolutional Network)主要还是和ResNet及Inception网络做对比,思想上有借鉴,但却是全新的结构,网络结构并不复杂,却非常有效!众所周知,最近一两年卷积神经网络提高效果的方向,要么深(比如ResNet,解决了网络深时候的梯度消失问题)要么宽(比如GoogleNet的Inception),而作者则是从feature入手,<123xy> 在 2024-11-10 上传 | 大小:30kb | 下载:0
[人工智能/神经网络/遗传算法] tensorflow-resnet-master
说明:ResNet在2015年被提出,在ImageNet比赛classification任务上获得第一名,因为它“简单与实用”并存,之后很多方法都建立在ResNet50或者ResNet101的基础上完成的,检测,分割,识别等领域都纷纷使用ResNet,Alpha zero也使用了ResNet,所以可见ResNet确实很好用。(ResNet was proposed in 2015 and won the first place in the<123xy> 在 2024-11-10 上传 | 大小:653kb | 下载:0