搜索资源列表
_NET和J2EE该相互学习什么
- _NET和J2EE该相互学习什么 Application的Framework竟然达到了55个,并且还在日益增加。事实上J2EE开发的软肋不在于Control这个层面,而是在View。许多天才的精力都耗在重复制造轮子上,却没有想办法去完善一个或者多个Framework,这不得不让人感到痛心啊!在这一点,J2EE是不是得向.NET好好学习一下呢?在.NET的世界里,最受关注的应该是控件的开发了,一个设计良好,功能强大的控件对于提高开发效率无疑是极好的助推器。很多.NET的开发人员都将精力花在设计控件
Machine_Learning_Tom_M.Michell
- 一些机器学习的文档.有贝叶斯,决策树,ga,ann,规则学习,增强学习等ppt介绍文档-some machine learning documents. A Bayesian, decision tree, ga, ann, rule learning, to enhance learning ppt documents introduced
Qlearning算法
- 关于增强学习的一个例子,Q-learning算法,和大家分享。-An example of reinforcement learning, and to share.
图像处理_增强
- 里面是一个Visual Studio的C++项目,是使用MFC用于图像增强方面的。注释详细,一起学习吧
MATLAB_image_process_with_PDE
- 运用偏微分方程(PDE)方法进行图像处理的matlab程序,包括图像滤波、图像分割、插值、图像增强、恢复及一些方程组求解等在偏微分方法处理图像处理领域常用且重要的处理程序,供大家学习。-The use of partial differential equations methods matlab image processing procedures, including image filtering, image segmentation, interpolation, image enh
Q-learning
- 关于增强学习的一个例子,Q-learning算法,和大家分享。-An example of reinforcement learning, and to share.
ReinforcementLearning
- 增强学习Matlab源吗,对机器学习,在线控制的人有所帮助-Matlab source you enhance the learning of machine learning, online help people control
dip2
- 数字图像处理的作业,里面有图像增强、图像锐化以及直方图,均衡化等应用的举例,对学习数字图像处理很有帮助。-Digital image processing operations, there are image enhancement, image sharpening and histogram equalization and other applications, for example, the study of digital image processing helpful.
3.0
- 谱减法语音增强程序,可以给初学者提供学习的参考。-Spectral subtraction speech enhancement procedure can give a reference for beginners to learn.
EXCISE
- Visual Basic 的一些常见练习题,可以增强学习VB语言的兴趣-Visual Basic for some common exercises, to enhance interest in language learning VB
thinkpad
- 本人原创的一个人和电脑互取苹果的游戏程序,核心是Fibonacci数列,供学习c/c++和数据结构的新手学习,以增强学习兴趣和热情。-I have an original and Apple computers and take the game procedures, the core is the Fibonacci series for learning c/c++ and data structure of new learning, to enhance the interest an
pujianfa
- 基本谱减法——源程序,对于学习语音增强的朋友来说,非常有用-The basic spectral subtraction- the source for the study of speech enhancement is a friend, a very useful
mcu-c
- 课程的内容主要包括了单片机C语言编程的基本语法和思想,单片机内部资源的C编程,单片机常见外部扩展资源的C编程等。基于本课程的特点,结合高等院校要求,为了不断提高大学生的实验研究能力、分析编程能力、总结归纳能力和解决实际问题的能力,特意编写了本实验指导书,以指导如何利用现有的实验设备进行单片机内外资源的C编程以及简单系统的开发等。它不仅包括了一系列的验证性实验,而且还包括了综合性和设计性实验。实验的开设有利于培养学生分析问题和解决问题的能力,以及使抽象的概念和理论形象化、具体化,对增强学习的兴趣有
MATLAB114
- 用于最初学习图像处理,有对比度增强等多个功能程序。适合图像初学-Used in the initial study and image processing, there are several features such as contrast enhancement programs. Suitable for beginners Image
ReinforcementLearning
- 马尔卡夫决策过程理论定义了一个数学模型,可用于随机动态系统的最优决策过程。 强化学习利用这个数学模型将一个现实中的问题变成一个数学问题。 强化学习就是:追求最大回报G 追求最大回报G就是:找到最优的策略π?。 策略π?告诉在状态s,应该执行什么行动a。 最优策略可以由最优价值方法v?(s)或者q?(s,a)决定(The Markov decision process theory defines a mathematical model that can be used for the
Q学习
- 增强学习(Q-learning)要解决的是这样的问题:一个能感知环境的自治agent,怎样通过学习选择能达到其目标的最优动作(Reinforcement learning (Q-learning) has to solve this problem: an autonomous agent that can perceive the environment, and how to achieve the optimal action of its target through learning
dcgan_mnist(对抗学习)
- 对抗学习,也有叫“增强学习”。其原理是机器自己与自己进行对抗或博弈,更通俗点说,就是机器人与机器人下棋。("Against learning", also called "enhanced learning". The principle is that the machine itself is playing against or playing games with itself, and more generally speaking, it is
CS294
- 机器学习文档,CS294主要讲深度增强学习,课程实例很多,相信对学习有所帮助。(Machine Learning,Mainly speaking of deep reinforcement learning,,many examples of courses,I believe that learning helps.)
matlab Q学习仿真
- 基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)
重要-SARSA
- 强化学习的一种,基于sarsa算法,寻找最优路径,可运行(One kind of reinforcement learning, based on sarsa algorithm, seeks the optimal path, which can run)