资源列表
[人工智能/神经网络/遗传算法] lesson51-WGAN实战
说明:生成式对抗网络(GAN, Generative Adversarial Networks )是一种深度学习模型,是近年来复杂分布上无监督学习最具前景的方法之一。模型通过框架中(至少)两个模块:生成模型(Generative Model)和判别模型(Discriminative Model)的互相博弈学习产生相当好的输出。(Emergent against network (GAN, Generative Adversarial Netw<yaofang123> 在 2024-11-14 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] 有导师学习神经网络的分类-鸢尾花种类识别
说明:有导师学习神经网络的分类-鸢尾花种类识别(Classification of Instructors Learning Neural Networks - Iris Species Identification)<george666> 在 2024-11-14 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] cntData_CSP_FLDA
说明:本算法针对运动想象的脑电数据,进行预处理并后续用分类器做分类。 该实验所用的的脑电特征提取方法主要是csp空间滤波,并后续用FLDA来进行特征分类。最终得到较好的效果(In this algorithm, the EEG data of motion imagination are preprocessed and then classified by classifier. The main feature extraction<chewfy> 在 2024-11-14 上传 | 大小:2.21mb | 下载:0
[人工智能/神经网络/遗传算法] 程序
说明:该程序实现了多个移动机器人的编队控制及其避障。(The program realizes formation control and obstacle avoidance of multiple mobile robots.)<lalalala@> 在 2024-11-14 上传 | 大小:4kb | 下载:1
[人工智能/神经网络/遗传算法] fast-rcnn-master
说明:Fast R-CNN是在R-CNN的基础上进行的改进,大致框架是一致的。总体而言,Fast R-CNN相对于R-CNN而言,主要提出了三个改进策略: 1. 提出了RoIPooling,避免了对提取的region proposals进行缩放到224x224,然后经过pre-trained CNN进行检测的步骤,加速了整个网络的learning与inference过程,这个是巨大的改进,并且RoIPooling是可导的,因此使得整个网络可<xingfu1223> 在 2024-11-14 上传 | 大小:284kb | 下载:1
[人工智能/神经网络/遗传算法] shape_predictor_81_face_landmarks-master
说明:基于dlib库的人脸68个特征点训练模型的扩展模型,可识别出人脸81个特征点,包括额头部分。(Based on the extended model of the face training model of 68 feature points based on Dlib database, 81 feature points can be recognized, including the forehead part.)<Winnie_Q> 在 2024-11-14 上传 | 大小:17.44mb | 下载:0
[人工智能/神经网络/遗传算法] Simple Demo
说明:人搜索 依赖 在python3.7 MacOS 10.14.6下测试 ——python包 ——opencv-python ——tb-nightly -torch>= 1.0 下载weights 从这里下载,密码:qscx 下载后,将权重放到文件夹 person_search_demo/weights中 测试 cd <指向此floder>的路径 python search 结果将保存在输出文件<Kyfafyd> 在 2024-11-14 上传 | 大小:5.56mb | 下载:0
[人工智能/神经网络/遗传算法] matlab代码
说明:Matlab代码,根据算法原理自己编写的基本算法的代码,有:KNN,层次聚类,C均值,最邻近算法。包括自己挑选的数据集,对算法准确率的测试。(Matlab code, the code of the basic algorithm written by itself according to the algorithm principle, there are: KNN, hierarchical clustering, C-means<wqg800828> 在 2024-11-14 上传 | 大小:126kb | 下载:0
[人工智能/神经网络/遗传算法] src
说明:无人平台小车,能在ROS环境下的gazebo中实现激光雷达生成二维点云图、自动避障等功能(The unmanned platform car can generate two-dimensional point cloud image and avoid obstacles automatically in the gazebo of ROS environment)<cfinejade> 在 2024-11-14 上传 | 大小:23.78mb | 下载:0
[人工智能/神经网络/遗传算法] LeNet
说明:本文档是LeNet的源代码,主要用于迁移学习,当然可以进行相应的调整和改进,使得性能更加优越。(This document is the source code of LeNet, which is mainly used for migration learning. Of course, corresponding adjustments and improvements can be made to make the perfor<阿基米德的碗> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] MNIST数据集
说明:手写数字识别数据集的训练集和测试集,关于BP神经网络(Handwritten digit recognition data set)<洲洲洲洲~> 在 2024-11-14 上传 | 大小:11.06mb | 下载:0
[人工智能/神经网络/遗传算法] sklearn-SVM
说明:支持向量机(SVM)——分类预测,包括核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等(Support vector machine (SVM) - classification prediction, including kernel function parameter adjustment, unbalanced data problem, feature dimensionality r<xning> 在 2024-11-14 上传 | 大小:24kb | 下载:1