E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Mastering
论文笔记:
Mastering
the game of Go with deep neural net
背景:完全信息博弈与MCTS算法要完全弄清AlphaGo背后的原理,首先需要了解一下AI在博弈游戏中常用到的蒙特卡洛树搜索算法——MCTS。在一个完全信息下的博弈游戏中,如果所有参与者都采取最优策略,那么对于游戏中的任意一个局面ss,总有一个确定性的估值函数v∗(s)v∗(s)可以直接计算出最终的博弈结果。理论上,我们可以通过构建一棵博弈树,递归地求解出v∗(s)v∗(s)。这就是Minimax算
necther
·
2018-10-01 16:50
算法
深度学习
[译]掌握Kotlin中的标准库函数: run、with、let、also和apply
原标题:MasteringKotlinstandardfunctions:run,with,let,alsoandapply原文地址:https://medium.com/@elye.project/
mastering
-kotlin-standard-functions-run-with-let-also-and-apply
mikyou
·
2018-05-21 00:19
[译]掌握Kotlin中的标准库函数: run、with、let、also和apply
原标题:MasteringKotlinstandardfunctions:run,with,let,alsoandapply原文地址:https://medium.com/@elye.project/
mastering
-kotlin-standard-functions-run-with-let-also-and-apply
mikyou
·
2018-05-21 00:22
Kotlin
【学习
Mastering
opencv】Chapter3_MarkerlessAR 代码遇到的问题
在学习MasteringOpenCV这本书的时候,第三章MarkerlessAR,拿作者的源码在Win10,VS2013,opencv249环境下出现了一些问题,花了挺长时间,记录下来。1.这个项目需要OpenCV支持OpenGL,按照网上的说法,预编译的OpenCV是不支持OpenGL的,所以最好重新去官网下载源码自己编译,编译的时候只需要将WITH-OPENGL选项打上勾就行,那个选项大致就是
flyyufenfei
·
2018-05-02 21:10
opencv相关
<
Mastering
Bitcoin V2> Note
OverviewOverview记录一下个人关于这本书的阅读,/比特币单位1聪比特币/satoshi/sat,一亿分之一比特币1毫比特币/millibit/mBTC,一千分之一比特币1比特币/BTC网络最大数量,2100万BTC比特币核心架构区块结构blocksizeblockheaderversionpreviousblockhashmerkleroottimestampdifficultyta
chenfh5
·
2018-02-22 12:11
[翻译]
Mastering
Shitcoins: 写给穷人的加密货币致富指南
本文翻译自:https://hackernoon.com/
mastering
-shitcoins-the-poor-mans-guide-to-getting-crypto-rich-2e
荆凯_EOS42
·
2018-01-08 03:40
(
Mastering
Objecting-oriented Python 笔记)
第二章与Python的无缝集成----基本特殊方法.(MasteringObjecting-orientedPython笔记)python中有有一些特殊的方法,它们允许我们的类和python更好的集成__repr__():__str__()__format__()__hash__()__bool__()__bytes__()__lt__()__le__()__eq__()__ne__()__gt_
Victorchi
·
2017-11-27 00:00
python
Mastering
Git
TerminologyworkingdirectorylocaldirectorystagingareabetweenworkingdirectoryandrepositoryrepositoryremoteremotebranchcreatedbyothersConfigurationsSetupworkspaceonWindowsSetupSSHkeygitconfig--globaluser
__小赤佬__
·
2017-07-26 05:55
《精通比特币》要点总结|第三章比特币客户端
http://zhibimo.com/read/wang-miao/
mastering
-bitcoin/Chapter03.html第三章《比特币客户端》,作者贴了大段代码(为方便查找,爱莉莎把命令摘出来啦
竹三七
·
2017-07-21 21:09
精通比特币 ~ 解读版
http://www.zhibimo.com/read/wang-miao/
mastering
-bitcoin/Chapter01.html由于包含着一些计算机网路、编程、以及加密学的知识,这本书读起来难度很大
彦隽童话
·
2017-07-06 13:58
精通比特币
http://zhibimo.com/read/wang-miao/
mastering
-bitcoin/index.html精通比特币作者:AndreasMAntonopoulosAndreasM.Antonopoulos
算法学习者
·
2017-06-20 00:55
Blockchain
管理时间的秘密
作者:ThomasOppong原文出处:https://medium.com/the-mission/the-secret-to-
mastering
-your-time-is-to-systematically-focus-on-importance-and-suppress-urgency-a5b6f247b589
码匠安徒生
·
2017-05-10 16:51
Emacs学习笔记(为了学习Common Lisp)
一.网上找到的一些比较好的教程:https://www.zybuluo.com/qqiseeu/note/17692https://github.com/redguardtoo/
mastering
-emacs-in-one-year-guide
clfx5493
·
2016-12-07 13:50
Common
Lisp
Android 开发命令行完全攻略
原文链接:https://medium.com/@cesarmcferreira/
mastering
-the-terminal-side-of-android-development-e7520466c521
ace1985
·
2016-11-27 16:17
Android 触控事件解析(
Mastering
the Android Touch System)
内容概述MotionEvent概述Android如何传递触控事件?Android如何处理触控事件?具代表性的例子说明拓展-注意事项、多点触控、Batching、HoverEvents、TouchDelegate干货推荐-MotionEventAndroid会把每一个触控事件包装成MotionEvent,其中携带了许多自身事件带来的或额外的信息,包括Touch位置、时间、历史记录以及触控点数(屏幕上
没有故事的A同学
·
2016-11-26 20:38
技术笔记
Mastering
Pandas 01
1.pandas特性对于python开发者来说,在面对海量数据时,pandas可谓是数据分析的首选,以下关键特性是它如此热门的原因:1.可以处理各种不同格式的数据集:时间序列,表格,矩阵数据2.促进csv、DB/SQL等来源数据的加载/导入3.可以在很大数据集的基础上进行一些过滤、合并、切片等一系列操作4.可以根据使用的自定义的规则来处理缺失数据...更多信息可移步pandas进一步了解。1.1.
howie6879
·
2016-11-19 21:54
Mastering
Opencv ch4:SFM详解(二)
前文分析了如何进行特征检测匹配,接下来分析如何求解摄像机矩阵。I:求解基础矩阵首先介绍两个代码段,关于关键点和Point2f相互转化的函数voidKeyPointsToPoints(constvector&kps,vector&ps){ps.clear();for(unsignedinti=0;i&ps,vector&kps){kps.clear();for(unsignedinti=0;iand
chuhang_zhqr
·
2016-10-27 22:10
zynq
SLAM
OpenCV
Mastering
Opencv ch4:SFM详解(一)
从运动中恢复结构以便能更好的通过摄像机移动来提取图像几何结构。在书中为了使用单目相机,一个离散且稀疏的视频帧集合,而不是连续的视频流。这在后面两两循环组合配对提供了方便性。主要内容:1:从两幅图像估计摄像机的运动姿态。2:重构场景3:从视图中重构4:重构细化5:可视化三维点云I:假定使用一个标定过的摄像机——一个先前标定过的摄像机。前面的博客也提到如何进行相机标定。因此,我们假定摄像机内参数存在,
chuhang_zhqr
·
2016-10-27 16:43
SLAM
OpenCV
Mastering
Python-Packt Publishing 2016(读书笔记)第1版(讲解3.5的coroutine、asyncio、metaclass等)
MasteringPython:MastertheartofwritingbeautifulandpowerfulPythonbyusingallofthefeaturesthatPython3.5offers目录1GetStarted2Python风格指南3容器与集合4FP:可读性vsBrevity5Decorators*6Generators和Coroutines7AsyncIO8元类(略)9
志_祥
·
2016-08-02 16:22
Android 6.0 CoordinatorLayout
http://www.cnblogs.com/yuanchongjie/p/4997134.htmlhttps://www.aswifter.com/2015/11/12/
mastering
-coordinator
xxxxxhua
·
2016-06-14 00:58
android
[Regular Expression]
Mastering
Python Regular Expression基础通俗(3)
续上:[RegularExpression]MasteringPythonRegularExpression基础通俗(2)1:Python正则表达module中两个重要对象patternobjectmatchobject如下图1:使用re.compile()函数,返回为pattern对象2:使用pattern.match()函数,如果match到存在的结果,则返回match对象,否则返回'None
猫哥
·
2016-06-14 00:00
python
[Regular Expression]
Mastering
Python Regular Expression基础通俗(2)
续上:[RegularExpression]MasteringPythonRegularExpression基础通俗(1)三类常用的metacharacters的简写形式(偷懒需要)#metacharacters用来对某一类特定字符进行匹配,通常,我们用的最多的字符就是下面的三类#数字,字母和space\t这类看不到占位符,上一部分学过通过方括号表示这三类的metacharacters的方法[0-
猫哥
·
2016-05-06 00:00
python
regexp
[Regular Expression]
Mastering
Python Regular Expression基础通俗(1)
正则表达式能帮我们干什么活:1:检测输入的字符串中,某一字符串是否满足特定格式,如字符中是否为合法的email邮箱格式2:检测某一特定单词,是否在文本中出现过(只需要通常一次的scan)3:提取出文件中的特定格式字符串4:使用新的字符串,代替特定格式的字符串5:把大片的字符串,分成很多小的字符串,例如python中的split函数可以以逗号为分隔符,把大片字符串,分隔成多个子字符串第一章:学习正则
猫哥
·
2016-04-30 00:00
正则表达式
regexp
Mastering
Bitcoin(掌握比特币)读书笔记
MasteringBitcoin目录1介绍2比特币如何工作3比特币Client4密钥、地址、钱包5事务(交易)6比特币网络7块链8挖矿与Consensus9其他链、币与应用10安全11ATransactionScriptLanguageOperators,Constants,andSymbols12BBIP13Cpycoin,ku,andtx14DAvailableCommandswithsxTo
cteng
·
2016-04-06 20:00
比特币
bitcoin
数字货币
Blockchain
块链
AlphaGo论文的译文,用深度神经网络和树搜索征服围棋:
Mastering
the game of Go with deep neural networks and tree search
转载请声明http://blog.csdn.net/u013390476/article/details/50925347前言:围棋的英文是thegameofGo,标题翻译为:《用深度神经网络和树搜索征服围棋》。译者简介:大三,211,计算机科学与技术专业,平均分92分,专业第一;英文水准:托福103分,GREv158+q167+AW3.5。为了更好地翻译此文,译者查看了很多资料。译者翻译此论文已
u013390476
·
2016-03-22 17:00
人工智能
Go
神经网络
AlphaGo
蒙特卡洛树搜索
XAudio2的三种Voice
library/windows/desktop/ee415825(v=vs.85).aspxTherearethreetypesofXAudio2voiceobjects: source, submix,and
mastering
u011417605
·
2016-03-15 18:00
XAudio2
一年成为Emacs高手(像神一样使用编辑器)
转载:一年成为Emacs高手(像神一样使用编辑器)作者:陈斌(redguardtoo)https://github.com/redguardtoo/
mastering
-emacs-in-one-year-guide
chenxing888
·
2016-02-27 11:49
如何利用 Google 成为一个更好的程序员
编译自:https://dzone.com/articles/become-a-better-programmer-by-
mastering
-google作者:SamAtkinson转载自:码农网http
风之诺
·
2016-02-17 11:47
工具
正则表达式的有用资源介绍
reload=1)和”精通正则表达式的12个有用资源“(http://www.oschina.net/news/42768/12-resources-for-
mastering
-regular-expressions
王麒麟
·
2016-02-04 12:00
正则表达式的有用资源介绍
reload=1)和”精通正则表达式的12个有用资源“(http://www.oschina.net/news/42768/12-resources-for-
mastering
-regular-expressions
王麒麟
·
2016-02-04 12:00
安卓 coordination 等各种特效
今天看到了一个不错的网址:app开发者,其中特效小记一下,以便以后有用安卓coordination等各种特效:http://www.appkfz.com/2015/11/12/
mastering
-coordinator
wuqilianga
·
2015-12-04 20:00
算法精解概述
欢迎访问我的新博客:http://www.milkcu.com/blog/ 原文地址:http://www.milkcu.com/blog/archives/introduction-to-
mastering
-algorithms-with-c.html
·
2015-11-13 20:01
算法
Python和数据结构学习 --- 0
看完后打算看稍微难些的<Python Algorithms -
Mastering
Basic Algorithms in the Python Language>.
·
2015-11-13 18:55
python
《算法精解:C语言描述》勘误
语言描述》勘误 分类: (1-5)勘误和下载 2012-12-29 17:23 289人阅读 评论(3) 收藏 举报 书名:《算法精解:C语言描述》 原书名:
Mastering
·
2015-11-13 08:03
C语言
十天内掌握线性代数:惊人的超速学习实验
转自:http://kb.cnblogs.com/page/162480/ 英文原文:
Mastering
Linear Algebra in 10 Days: Astoundin 译者:MapleFlying
·
2015-11-13 04:01
学习
11g R2RAC Dynamic remastering
Mastering
a block simply means that master instance keeps track
·
2015-11-12 23:04
dynamic
Introducing Regular Expressions 学习笔记
regexbuddy%E7%A0%B4%E8%A7%A3 在线测试平台: http://www.regexpal.com/ http://gskinner.com/RegExr/ 进阶读物:
Mastering
·
2015-11-12 13:31
javascript设计模式——Module
推荐阅读: http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html http://toddmotto.com/
mastering
-the-module-pattern
·
2015-11-11 16:14
JavaScript
Inside WCF Runtime
Service developers can use WCF to implement their services after
mastering
the ABC concepts of WCF which
·
2015-11-11 04:57
Runtime
Mastering
structs in C#
As structs are aggregates of any other data type you care to invent, learning how to work with them is important, and provides an excellent grounding in tackling wider problems. By Mike James Publ
·
2015-11-11 03:42
master
RDLC 示例 文章 1
files.cnblogs.com/waxdoll/RDLC.rar http://www.databasejournal.com/features/mssql/article.php/3605826/
Mastering
-OLAP-Reporting
·
2015-11-09 13:07
示例
Mastering
Spring MVC 3中文版
Mastering
Spring MVC 3中文版 精通Spring MVC 3 spring实例源代码请到https://src.springsource.org/svn/spring-samples
·
2015-11-08 10:30
spring mvc
算法精解:C语言描述
《算法精解:C语言描述》基本信息原书名:
Mastering
Algorithms with C作者: Kyle Loudon [作译者介绍]译者: 肖翔 陈舸丛书名: O’Reilly精品图书系列出版社
·
2015-11-08 10:02
C语言
why emacs?
Is it worthy to spend long time
mastering
it?
·
2015-11-07 15:27
emacs
在Unity项目中使用Git
(搬运自我在SegmentFault的博客) 本文参考了Unity官网的
Mastering
Unity Project Folder Structure - Version Control Systems
·
2015-11-07 10:14
unity
:十天内掌握线性代数:惊人的超速学习实验
原文来源:calnewport.com 原文标题:
Mastering
·
2015-11-05 08:19
学习
Mastering
structs in C#
< DOCTYPE html PUBLIC -WCDTD XHTML StrictEN httpwwwworgTRxhtmlDTDxhtml-strictdtd> As structs are aggregates of any other data type you care to invent, learning how to work with them is importa
·
2015-11-02 10:24
master
Mastering
Spring MVC 3中文版-精通Spring MVC 3
Mastering
Spring MVC 3中文版 精通Spring MVC 3 spring实例源代码请到https://src.springsource.org/svn/spring-samples
·
2015-10-31 15:08
spring mvc
网页中meta标签的使用
最近,看《
Mastering
Integrated HTML and CSS》时,在"为适应搜索引擎而调整网站"一节简要介绍了<meta>标签。
·
2015-10-31 14:36
meta
利用 FFmpeg 和 ImageMagick, AVI 转 GIF(不失真)
利用[TMPGEnc 4.0 XPress] 或 [TMPGEnc Video
Mastering
Works 5] 生成 AVI 这个视频编辑软件,可对每个帧进行操作 1.生成每个帧的
·
2015-10-31 13:45
ImageMagick
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他