Deep Reinforcement Learning 深度增强学习资源 经验

http://www0.cs.ucl.ac.uk/staff/D.Silver/web/Teaching.html 最好的增强学习教材: Reinforcement Learning: An Introduction

hfhw2208 2016-01-23   34806   0

Learning iOS UI Development》- 读书笔记 经验

com/2016/01/30/iOS/36_learning-iOS-UI-Development/ 《Learning iOS UI Development》的读书笔记 今天无意间看到了这本书: 《Learning iOS UI

mailwang 2016-01-30   14054   0

[Machine Learning] Random Forest 随机森林 经验

算法,它的基本单元是决策树,而它的本质属于机器学习的一大分支——集成学习(Ensemble Learning)方法。 随机森林的名称中有两个关键词,一个是“随机”,一个就是“森林”。“森林”我们很好理

ny8p 2015-06-19   44180   0

[Machine Learning] 机器学习常见算法分类汇总 经验

应用场景包括动态系统以及机器人控制等。常见算法包括Q-Learning以及时间差学习 (Temporal difference learning)。 在企业数据应用的场景下, 人们最常用的可能就是监督式学习和非监督式学习的模型。

g84f 2015-07-22   35683   0

Sklearn-Like Interface for TensorFlow for Deep Learning 经验

https://github.com/tensorflow/skflow Scikit Flow This is a simplified interface for TensorFlow, to get people

zqbrvsanohs 2016-02-13   74586   0

深度强化学习(Deep Reinforcement Learning)的资源 经验

http://www.infoq.com/cn/articles/atari-reinforcement-learning 。不过这里面其实也只是说了一个皮毛,真正的要看内容的话还是去看人家论文把 纯科普的 http://36kr

cm54 2015-04-09   119425   0

Deep Learning 神经网络为啥可以识别? 经验

层究竟在做啥呢? 我从三个方面述说一下: 数学公式 Y = a*(W*X+b) 其中Y是输出量,X是输入量,a()是一个激活函数,W是权重矩阵,b是偏置向量。每一层都是通过该公式简单的得到输出Y。

LizetteSped 2017-11-17   32670   0

Sample code for a Java RESTful back end with a fun subject matter 经验

build a Java backend for an app with a fun subject matter. The RESTful backend is essentially a Java web

JasmineLafo 2016-03-05   12581   0
Java   REST   Java开发  

FancyBackground is a tiny Android library designed to animate a set of resource Drawables. 经验

FancyBackground FancyBackground is a tiny Android library designed to animate a set of resource Drawables. It

jopen 2016-02-05   8482   0

模仿帝国时代的开源3D游戏 0 A.D. Alpha 10 发布 资讯

factions: Athenians, Macedonians and Spartans Healing: a priest can now heal units New models/artwork: Roman

openkk 2012-05-16   9902   0
游戏  

Facebook面试Q&A 资讯

你的学历、学校、专业、英语成绩、论文、竞赛获奖、工作经验、参与开源项目等背景情况?一定很牛吧? A: 真的不牛,矮丑穷,纯 RP 爆发而已。本科天津大学软件学院,硕士天津大学计算机学院。高中无竞赛经历,本科阶段

openkk 2012-08-20   30761   0

Gitalist - a modern git web viewer 经验

Gitalist 是一个基于Web的 Git 资料库浏览器。

jopen 2012-09-18   16449   0

Cracking passwords with a simple genetic algorithm 经验

com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

AurDashwood 2016-02-27   8366   0

Create a Realistic Hover Effect With jQuery 开源项目

利用jQuery为一组图标链接添加当鼠标移过时,图标会产生向上升起+倒影的效果。

码头工人 2019-02-23   472   0
jQuery  

Create a Twitter Style Login Form with jQuery 开源项目

利用jQuery创建一个Twitter风格的下拉登录表单。

码头工人 2019-02-23   452   0
Forms   jQuery  

A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

http://www.boarsoft.com/javascript/dtree MagicDTree是 JQuery 著名树形插件Dynatree的包装类,增加右键菜单,添加、删除、更新接口。 基本示例

Mac_J 2011-08-11   3456   0

Hibernate Annotator (H8A8) 开源项目

Hibernate Annotator能够让你利用Java 5注释(annotations)来生成Hibernate mapping xml文件.它可作为那些原来使用xdoclet但要移植到Java5的一个替代品或作为Hibernate Annotations项目之外的另一个可选项目.

码头工人 2019-01-17   7730   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
P

Java in a Nutshell, 5th Edition 文档

Java in a Nutshell, 5th Edition

wxf2378 2012-10-14   3560   0

C++算法之A*算法 代码段

  那么,这时候就要A*算法就可以排上用场了。 A*算法和普通的算法有什么区别呢?我们可以用一个示例说明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

jopen 2015-06-24   4410   0
算法  
1 2 3 4 5 6 7 8 9 10