09 2017 档案

double pointer pointers array
摘要:https://stackoverflow.com/questions/33746434/double-pointer-vs-array-of-pointersarray-vs-array 阅读全文

posted @ 2017-09-28 16:14 暖风的风 阅读(186) 评论(0) 推荐(0) 编辑

what-is-a-closure
摘要:https://stackoverflow.com/questions/36636/what-is-a-closure https://www.quora.com/What-are-upvalues-in-Lua http://www.cs.tufts.edu/~nr/cs257/archive/r 阅读全文

posted @ 2017-09-25 15:02 暖风的风 阅读(208) 评论(0) 推荐(0) 编辑

Redis source code analysis
摘要:http://zhangtielei.com/posts/blog-redis-dict.html http://zhangtielei.com/assets/photos_redis/redis_dict_structure.png https://github.com/antirez/redis 阅读全文

posted @ 2017-09-24 23:44 暖风的风 阅读(891) 评论(0) 推荐(0) 编辑

AI习惯的数学书籍、计算机经典书籍
摘要:http://download.csdn.net/download/wz619899442/8405297 https://www.amazon.com/Introduction-Automata-Theory-Languages-Computation/dp/0321455363/ref=sr_1 阅读全文

posted @ 2017-09-24 11:23 暖风的风 阅读(393) 评论(0) 推荐(0) 编辑

Lua官方文档与源码分析
摘要:https://www.lua.org/source/5.3/ http://www.cppblog.com/airtrack/archive/2012/09/19/191233.html https://github.com/lichuang/Lua-Source-Internal/blob/ma 阅读全文

posted @ 2017-09-22 11:21 暖风的风 阅读(1053) 评论(0) 推荐(0) 编辑

文章查询优化器分析
该文被密码保护。

posted @ 2017-09-20 17:39 暖风的风 阅读(3) 评论(0) 推荐(0) 编辑

MYSQL Range
摘要:http://www.orczhou.com/index.php/2012/12/mysql-source-code-optimizer-range-and-ref/ http://www.orczhou.com/index.php/2012/11/mysql-source-code-range-o 阅读全文

posted @ 2017-09-19 16:09 暖风的风 阅读(257) 评论(0) 推荐(0) 编辑

微积分 线程代数
摘要:向量点乘的 x1x2 + y1y2 与 |a||b|cosθ 是如何联系起来的? https://www.zhihu.com/question/29039728 数量积 https://zh.wikipedia.org/wiki/%E6%95%B0%E9%87%8F%E7%A7%AF 如何直观形象的 阅读全文

posted @ 2017-09-19 10:36 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

Safe point
摘要:JVM源码分析之安全点safepoint http://www.jianshu.com/p/c79c5e02ebe6 聊聊JVM(六)理解JVM的safepoint 聊聊JVM(九)理解进入safepoint时如何让Java线程全部阻塞 GC safe-point (or safepoint) an 阅读全文

posted @ 2017-09-15 21:48 暖风的风 阅读(468) 评论(0) 推荐(0) 编辑

JVM 源码分析
摘要:http://hsmemo.github.io/toc.html https://translate.google.com.hk/translate?act=url&hl=zh-CN&ie=UTF8&prev=_t&sl=auto&tl=zh-CN&u=http://hsmemo.github.io 阅读全文

posted @ 2017-09-14 10:38 暖风的风 阅读(167) 评论(0) 推荐(0) 编辑

GGGGCCCC
摘要:Evaluating and improving remembered sets in the HotSpot G1 garbage collector http://www.diva-portal.se/smash/get/diva2:754515/FULLTEXT01.pdf http://ww 阅读全文

posted @ 2017-09-10 15:28 暖风的风 阅读(570) 评论(0) 推荐(0) 编辑

G1 ,CMS
该文被密码保护。

posted @ 2017-09-08 18:45 暖风的风 阅读(22) 评论(0) 推荐(0) 编辑

机器学习(Machine Learning)&深度学习(Deep Learning)资料
摘要:机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 1) 《Brief History of Machine Learning》 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机、神经网络、决策树、SVM、Adaboost到随机森林、D 阅读全文

posted @ 2017-09-07 16:48 暖风的风 阅读(2277) 评论(1) 推荐(0) 编辑

正则化(Regularization)、过拟合(Overfitting)
摘要:http://blog.csdn.net/artprog/article/details/51278643 阅读全文

posted @ 2017-09-07 16:40 暖风的风 阅读(241) 评论(0) 推荐(0) 编辑

名校课程
摘要:http://cs231n.github.io/ 阅读全文

posted @ 2017-09-07 00:51 暖风的风 阅读(125) 评论(0) 推荐(0) 编辑

jni&&jvmti&&JMC
摘要:jni&&jvmti http://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html http://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.htm 阅读全文

posted @ 2017-09-06 10:50 暖风的风 阅读(292) 评论(0) 推荐(0) 编辑

Backpropagation
摘要:经典 http://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/ https://alonalj.github 阅读全文

posted @ 2017-09-03 21:25 暖风的风 阅读(189) 评论(0) 推荐(0) 编辑

k-means-algorithm
摘要:https://zh.coursera.org/learn/machine-learning/lecture/93VPG/k-means-algorithm 阅读全文

posted @ 2017-09-01 20:32 暖风的风 阅读(138) 评论(0) 推荐(0) 编辑

support-vector-machines-svm
摘要:https://monkeylearn.com/blog/introduction-to-support-vector-machines-svm/ https://www.zhihu.com/question/21094489 阅读全文

posted @ 2017-09-01 18:52 暖风的风 阅读(153) 评论(0) 推荐(0) 编辑

Bayesian Networks
摘要:https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-95-06.pdf 阅读全文

posted @ 2017-09-01 16:41 暖风的风 阅读(184) 评论(0) 推荐(0) 编辑

learning-rate-in-neural-networks
摘要:https://www.quora.com/What-is-the-learning-rate-in-neural-networks 阅读全文

posted @ 2017-09-01 14:41 暖风的风 阅读(131) 评论(0) 推荐(0) 编辑

online learning
摘要:http://www.mit.edu/~rakhlin/6.883/ https://homes.cs.washington.edu/~icano/projects/asml.pdf ftp://ftp.sas.com/pub/neural/FAQ2.html#A_styles_batch_vs_i 阅读全文

posted @ 2017-09-01 13:37 暖风的风 阅读(406) 评论(0) 推荐(1) 编辑

JVM profiler tools
摘要:http://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html https://codeascraft.com/2015/05/12/four-months-of-statsd-jvm-profiler-a-retrospectiv 阅读全文

posted @ 2017-09-01 10:01 暖风的风 阅读(229) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示