-
Emotion-recognition
机器学习中基于社区网络的用户情绪识别算法,里面有23个文件,包含基于社区网络的用户情绪识别算法Python实现代码以及测试数据集。(Machine learning algorithm based on user emotion recognition of community networks, there are 23 file that contains the user' s emotion recognition algorithm based on community networks Python implementation code and test data sets.)
- 2017-01-11 16:39:09下载
- 积分:1
-
RecommenderSystem
集体智慧编程中第十章推荐算法,实现源码,python实现(Tenth chapters of the collective wisdom programming to implement the source code)
- 2018-03-29 12:01:35下载
- 积分:1
-
cart
classification and regression tree算法的python实现以及相关实验数据(machine learning classification and regression tree)
- 2015-02-07 12:28:22下载
- 积分:1
-
机器学习之强化学习
这是关于强化学习的python源代码,强化学习是一种经典的机器学习的分支。该代码包里面主要是利用q-learning的方法,实现了一些基本游戏的控制,仅供大家参考
- 2022-03-19 02:33:46下载
- 积分:1
-
Python开发计算器-多功能版
Python开发计算器-多功能版,精简版1.0可以进入我的主页查找
- 2020-12-12下载
- 积分:1
-
GA-FJSP-master
说明: 采用改进的遗传算法,对柔性车间调度问题进行求解(Solving flexible shop scheduling problem with improved genetic algorithm)
- 2020-06-16 11:20:02下载
- 积分:1
-
DCGAN的Tensorflow算法实现
对抗性生成网络(GAN)是近年来提出的一种神经网络,有重要应用和深入研究。DCGAN (Deep Convolutional Generative Adversarial Networks)是DCGAN的Tensorflow实现。
- 2022-05-06 11:25:08下载
- 积分:1
-
Python Deep Learning
说明: 革新计算机技术、人工智能、语音和数据分析的下一代技术(Next generation techniques to revolutionize computer vision, AI, speech and data analysis)
- 2019-03-05 20:54:52下载
- 积分:1
-
processes
监控日志的程序,发现程序异常就自动重启,这样不至于严重影响客户使用.
多出时间来彻底解决问题.(moniter the processs)
- 2012-01-04 00:34:25下载
- 积分: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