-
rtyt
Note that documents referenced in the that still say Chrysler are valid and applicable
- 2018-02-26 09:39:57下载
- 积分:1
-
Deep Reinforcement Learning for 5G Networks: Joint Beamforming, Power Control, and Interference Coor
当前强化学习是一个非常火的研究前景,很多的学科都将强化学习作为一种研究的工具,来进行科研工作的开展,其中,通信领域也有相关的研究,本文中提出了将强化学习应用于通信物理层技术的一些思路,有助于强化学习应用于通信的仿真
- 2022-08-15 05:26:55下载
- 积分:1
-
强化学习导论:Reinforcement learning - An introduction
【实例简介】(最新)强化学习导论:Reinforcement learning - An introduction
2020英文版
作者:Richard S. Sutton and Andrew G. Barto
强化学习权威之作
- 2021-07-16 00:31:51下载
- 积分:1
-
DE.python
Python实现的差分进化算法源代码
使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。(Python implementation of the differential evolution algorithm source code uses the Python implementation of the differential evolution algorithm, a reference to Numpy and Scipy, can support multi-core and parallel computing cluster. Just use the definition of Inheritance DESolver and function def error_func (self, indiv,* args) as the objective function can be.)
- 2011-04-25 11:05:15下载
- 积分:1
-
Deep Learning with Python-Manning
说明: 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher Francois Chollet, this book builds your understanding through intuitive explanations and practical examples. You'll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models. By the time you finish, you'll have the knowledge and hands-on skills to apply deep learning in your own projects.)
- 2018-01-21 19:42:59下载
- 积分:1
-
卷积网络单幅图像去雨
说明: 对有雨图片进行单幅图像去雨,采用传统的卷积神经网络,并对其进行改进(Remove the rain from the image with rain)
- 2020-12-28 12:09:02下载
- 积分:1
-
python 可以这样学
说明: 董付国《python 可以这样学》一书代码 零基础学习python的权威指南(Dong Fuguo's "Python can be learned in this way" is an authoritative guide to zero basic code learning python)
- 2021-03-06 17:14:06下载
- 积分:1
-
python疫情卡UN管控
python疫情卡UN管控
- 2021-05-06下载
- 积分:1
-
K-mean算法实现客户分类
K-mean算法实现客户分类。
K-Means算法思想:(1)事先确定常数K,常数K意味着最终的聚类类别数,(2)首先随机选定初始点为质心,并通过计算每一个样本与质心之间的相似度(这里为欧式距离),(3)将样本点归到最相似的类中,(4)接着,重新计算每个类的质心(即为类中心),重复这样的过程,直到质心不再改变,最终就确定了每个样本所属的类别以及每个类的质心。(Implementing Customer Classification by K-means Algorithms)
- 2020-06-21 02:00:01下载
- 积分:1
-
KNN手写数字识别
说明: 可支持手写数字识别,r和python两种语言编写,生成画板鼠标手写输入,也支持上传图片(Handwritten digit recognition)
- 2020-06-26 21:00:01下载
- 积分:1