-
Python Neural Network Programming
神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习
技术。
本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书
分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使
用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读
者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改善
神经网络的性能,并加深对相关知识的理解。附录分别介绍了所需的微积分知识
和树莓派知识。
本书适合想要从事神经网络研究和探索的读者学习参考,也适合对人工智
能、机器学习和深度学习等相关领域感兴趣的读者阅读。(Python Neural Network Programming)
- 2019-01-18 00:23:51下载
- 积分:1
-
Genetic Algorithm Basic
用python编写的遗传算法基本流程,包括变异、交叉、选择等步骤(Basic process of genetic algorithm written in python, including mutation, crossover, selection and other steps)
- 2019-04-18 20:01:05下载
- 积分:1
-
AVA_dataset
ava数据库下载代码,用于图像美学质量评价(download ava dataset,image aesthetic assessment)
- 2017-04-15 20:13:00下载
- 积分:1
-
机器学习Python程序
覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimization algorithm; reinforcement learning and other algorithms of Python code.)
- 2018-10-26 18:55:12下载
- 积分:1
-
多核SVM
说明: python 自定义生成多核svm进行分类(python Custom Generated Multi-core svm)
- 2020-04-17 23:08:27下载
- 积分:1
-
code
完成三个聚类算法:k-means,非负矩阵分解,谱聚类(Please implement three clustering algorithms: k-means, clustering by non-negative matrix factorization (NMF), and spectral clustering.)
- 2021-04-13 10:18:56下载
- 积分:1
-
聚类
说明: 使用python编写聚类算法,k-means,DBSCAN,AP,EM各种聚类算法分别进行对比,聚类结果可视化(Use Python to write clustering algorithm, K-means, DBSCAN, AP, EM to compare and visualize clustering results)
- 2021-01-12 10:18:49下载
- 积分:1
-
DensePose-master
DensePose用深度学习把2D图像坐标映射到3D人体表面上,再加上以每秒多帧的速度处理密集坐标,最后实现动态人物的精确定位和姿态估计。该技术集目标检测、姿态估计、目标部分/实例分割等多种计算机视觉任务于一身的一个综合问题。(DensePost maps 2D image coordinates to 3D human body surface by in-depth learning, and processes dense coordinates at the speed of multiple frames per second. Finally, it realizes precise positioning and attitude estimation of dynamic characters. This technology integrates many kinds of computer vision tasks, such as target detection, attitude estimation, target part/instance segmentation, etc.)
- 2019-06-17 21:25:31下载
- 积分:1
-
prophet代码+学习
【实例简介】
- 2021-08-06 00:31:02下载
- 积分:1
-
Semantic-Segmentatiomaster
说明: 遥感图像的语义分割,分别使用Deeplab V3+(Xception 和mobilenet V2 backbone)和unet模型(Semantic segmentation of remote sensing images using Deeplab V3+ (Xception and Mobilenet V2 backbone) and UNET models)
- 2019-09-25 20:25:15下载
- 积分:1