-
Dogs-vs-Cats
说明: 通过深度学习,实现了猫狗图片分类问题,准确度达到88%(Through in-depth learning, the problem of cat and dog image classification is realized, and the accuracy is 88%.)
- 2018-12-25 20:20:35下载
- 积分:1
-
基于马尔科夫链的非侵入式负荷分解
说明: 基于马尔科夫链的非侵入式负荷分解,可实现仅依据智能电表数据对电器用电曲线的提取。(The non-intrusive load decomposition based on Markov chain can realize the extraction of electrical power consumption curves based on smart meter data only.)
- 2021-03-05 16:54:41下载
- 积分:1
-
LSTM-for-time-series-prediction
本代码是使用lstm进行时间序列预测,能够很清晰的说明如何使用lstm(Time series prediction using LSTM)
- 2020-07-02 03:40:01下载
- 积分:1
-
python
python书籍代码,python机器学习实践指南和机器学习实战(Python book code, python machine learning practice guide and machine learning combat)
- 2018-06-09 16:59:23下载
- 积分:1
-
python动力学轨迹模拟
【实例简介】假设无人机在 50m 高度的空中飞行时,投放一个救援物质,当前飞机的前进速度为 10
m/s, 救援物质质量为 0.1kg, 重力加速度 9.8m/s2, 空气阻力与速度方向相反,空
气阻力大小为 k *v, k = 0.1,请使用软件模拟物质掉落的轨迹(建议使用 Python 实现
轨迹图,C 语言使用 print 输出迭代过程中的坐标)
- 2021-08-27 00:31:03下载
- 积分:1
-
knn
说明: 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)
- 2020-06-09 10:45:01下载
- 积分:1
-
sph1d.tar
Python implementation of 1D SPH schemes
- 2013-11-28 06:17:15下载
- 积分:1
-
基于Bayes的newsgroup 文本分类器的Python实现
分类是把一个事物分到某个类别中。一个事物具有很多属性,把它的众多属性看作一个向量,即x=(x1,x2,x3,…,xn),用x这个向量来代表这个事物,x的集合记为X,称为属性集。类别也有很多种,用集合C={c1,c2,…cm}表示。一般X和C的关系是不确定的,可以将X和C看作是随机变量,P(C|X)称为C的后验概率,与之相对的,P(C)称为C的先验概率。
- 2023-02-25 00:40:04下载
- 积分:1
-
SVR
说明: 支持向量机回归预测,包括模型的建立和保存(Support vector machine regression prediction, including the establishment and preservation of the model)
- 2020-08-12 20:53:57下载
- 积分:1
-
kNN
这是一个Knn分类算法的Python实现,Matlab中有类似的函数(knn classifer)
- 2014-10-25 19:24:22下载
- 积分:1