上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页

2017年9月6日

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 暖风的风 阅读(283) 评论(0) 推荐(0) 编辑

2017年9月3日

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 暖风的风 阅读(187) 评论(0) 推荐(0) 编辑

2017年9月1日

k-means-algorithm

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

posted @ 2017-09-01 20:32 暖风的风 阅读(133) 评论(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 暖风的风 阅读(151) 评论(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 暖风的风 阅读(181) 评论(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 暖风的风 阅读(130) 评论(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 暖风的风 阅读(402) 评论(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 暖风的风 阅读(225) 评论(0) 推荐(0) 编辑

2017年8月30日

How do I measure JVM startup time?

摘要: https://stackoverflow.com/questions/39321345/how-do-i-measure-jvm-startup-time PrintCompilation2 https://github.com/openjdk-mirror/jdk7u-hotspot/blob/ 阅读全文

posted @ 2017-08-30 00:44 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

2017年8月29日

Softmax

摘要: http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/ http://ufldl.stanford.edu/tutorial/supervised/ExerciseSupervisedNeuralNetwork/ http:/ 阅读全文

posted @ 2017-08-29 23:15 暖风的风 阅读(178) 评论(0) 推荐(0) 编辑

机器学习 深度学习的视频

摘要: http://openclassroom.stanford.edu/MainFolder/VideoPage.php?course=DeepLearning&video=02.4-LinearRegressionI-GradientDescent&speed=100 阅读全文

posted @ 2017-08-29 21:44 暖风的风 阅读(120) 评论(0) 推荐(0) 编辑

log-what-every-software-engineer-should-know-about-real-time-datas-unifying

摘要: https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying 阅读全文

posted @ 2017-08-29 10:04 暖风的风 阅读(99) 评论(0) 推荐(0) 编辑

推荐系统

摘要: TensorFlow Wide And Deep 模型详解与应用 http://geek.csdn.net/news/detail/235465 TensorFlow Wide And Deep 模型详解与应用(二) https://arxiv.org/pdf/1606.07792.pdf http 阅读全文

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

2017年8月28日

keras

摘要: https://keras.io 阅读全文

posted @ 2017-08-28 15:07 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

TensorFlow

摘要: TensorFlow遇上Spark http://www.jianshu.com/p/62b4ebb5a2f4 https://community.qingcloud.com/topic/332/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E4%B8%8E-spark- 阅读全文

posted @ 2017-08-28 11:29 暖风的风 阅读(127) 评论(0) 推荐(0) 编辑

2017年8月25日

Math

摘要: 线性变换的矩阵为什么要强调在这组基下? https://www.zhihu.com/question/22218306 https://www.math.hmc.edu/calculus/tutorials/changebasis/ https://www.mathsisfun.com/algebr 阅读全文

posted @ 2017-08-25 11:09 暖风的风 阅读(369) 评论(0) 推荐(0) 编辑

2017年8月24日

Soft-Skills-software-developers-manual

摘要: https://www.amazon.com/Soft-Skills-software-developers-manual/dp/1617292397 阅读全文

posted @ 2017-08-24 13:50 暖风的风 阅读(140) 评论(0) 推荐(0) 编辑

2017年8月21日

CNN(卷积神经网络)、RNN(循环神经网络)、DNN,LSTM

摘要: http://cs231n.github.io/neural-networks-1 https://arxiv.org/pdf/1603.07285.pdf https://adeshpande3.github.io/adeshpande3.github.io/A-Beginner's-Guide- 阅读全文

posted @ 2017-08-21 20:04 暖风的风 阅读(2282) 评论(1) 推荐(0) 编辑

2017年8月13日

机器学习好文章

摘要: https://www.analyticsvidhya.com/blog/2017/03/introduction-to-gradient-descent-algorithm-along-its-variants/ https://mapr.com/blog/apache-spark-machine 阅读全文

posted @ 2017-08-13 21:10 暖风的风 阅读(186) 评论(3) 推荐(0) 编辑

2017年8月10日

线性,逻辑回归

摘要: 之前我们已经大概学习了用线性回归(Linear Regression)来解决一些预测问题,详见: 1.《机器学习笔记01:线性回归(Linear Regression)和梯度下降(Gradient Decent)》 2.《机器学习笔记02:多元线性回归、梯度下降和Normal equation》 3 阅读全文

posted @ 2017-08-10 19:43 暖风的风 阅读(285) 评论(2) 推荐(0) 编辑

2017年7月28日

Spanner_

摘要: https://en.wikipedia.org/wiki/Spanner_(database) http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf https: 阅读全文

posted @ 2017-07-28 17:43 暖风的风 阅读(186) 评论(0) 推荐(0) 编辑

2017年7月13日

raft Paxos

摘要: http://thesecretlivesofdata.com/raft/ CONSENSUS: BRIDGING THEORY AND PRACTICE https://ramcloud.stanford.edu/~ongaro/thesis.pdf https://web.stanford.ed 阅读全文

posted @ 2017-07-13 19:26 暖风的风 阅读(312) 评论(0) 推荐(0) 编辑

2017年7月10日

adaptive query processing

摘要: http://www.cs.umd.edu/~amol/talks/VLDB07-AQP-Tutorial.pdf https://www.cis.upenn.edu/~zives/research/aqp-survey.pdf http://db.cs.berkeley.edu/papers/si 阅读全文

posted @ 2017-07-10 00:53 暖风的风 阅读(238) 评论(0) 推荐(0) 编辑

2017年7月6日

query compiler

摘要: https://db.in.tum.de/teaching/ws1415/queryopt/chapter3.pdf?lang=de pi3.informatik.uni-mannheim.de/~moer/querycompiler.pdf http://digitalcommons.ohsu.e 阅读全文

posted @ 2017-07-06 14:41 暖风的风 阅读(154) 评论(0) 推荐(0) 编辑

2017年7月3日

non-deterministic-turing-machine

摘要: https://stackoverflow.com/questions/13524011/i-do-not-understand-the-concept-of-non-deterministic-turing-machine https://en.wikipedia.org/wiki/Subset_ 阅读全文

posted @ 2017-07-03 10:32 暖风的风 阅读(200) 评论(0) 推荐(0) 编辑

2017年7月2日

What-are-P-NP-NP-complete-and-NP-hard

摘要: https://www.amazon.com/Computational-Complexity-Approach-Sanjeev-Arora/dp/0521424267 http://theory.cs.princeton.edu/complexity/book.pdf http://vdisk.w 阅读全文

posted @ 2017-07-02 21:57 暖风的风 阅读(248) 评论(0) 推荐(0) 编辑

2017年6月30日

查询优化器的算法

摘要: Avoiding Cartesian Products for Multiple Joins https://pdfs.semanticscholar.org/0cdc/5676bd1d4f8cf6fa3a0dcf18398116ea5f7d.pdf Avoiding Cartesian Produ 阅读全文

posted @ 2017-06-30 16:15 暖风的风 阅读(294) 评论(0) 推荐(0) 编辑

Redis 和 I/O 多路复用

摘要: http://draveness.me/redis-io-multiplexing.html 阅读全文

posted @ 2017-06-30 15:25 暖风的风 阅读(257) 评论(0) 推荐(0) 编辑

Linux aio

摘要: https://stackoverflow.com/questions/42039448/linux-aio-and-linux-native-aio-are-the-same-thing http://lse.sourceforge.net/io/aio.html http://www.lenky 阅读全文

posted @ 2017-06-30 11:02 暖风的风 阅读(293) 评论(0) 推荐(0) 编辑

MySQL 的那些网络超时错误

摘要: https://yq.aliyun.com/articles/86603?spm=5176.100239.0.0.QmHuhn 阅读全文

posted @ 2017-06-30 10:04 暖风的风 阅读(143) 评论(0) 推荐(0) 编辑

2017年6月29日

MYSQL performance

摘要: https://www.mysql.com/why-mysql/performance/ https://www.slideshare.net/oysteing/how-to-analyze-and-tune-mysql-queries-for-better-performance-75441170 阅读全文

posted @ 2017-06-29 11:25 暖风的风 阅读(194) 评论(0) 推荐(0) 编辑

jvmti

摘要: http://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.html 阅读全文

posted @ 2017-06-29 11:07 暖风的风 阅读(222) 评论(0) 推荐(0) 编辑

JVM Troubleshooting

摘要: 案例分享:如何通过JVM crash 的日志和core dump定位和分析Instrument引起的JVM crash https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/docinfo.html http://docs.or 阅读全文

posted @ 2017-06-29 10:45 暖风的风 阅读(278) 评论(0) 推荐(0) 编辑

Linux设备驱动开发详解

摘要: Linux设备驱动开发详解 http://download.csdn.net/detail/wuyouzi067/9581380 阅读全文

posted @ 2017-06-29 10:37 暖风的风 阅读(264) 评论(0) 推荐(0) 编辑

2017年6月27日

design-guidelines

摘要: https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-parameters http://accorsi.net/docs/Framework%20Design%20Guidelines_%20Conven 阅读全文

posted @ 2017-06-27 10:20 暖风的风 阅读(166) 评论(0) 推荐(0) 编辑

2017年6月24日

epoll, NIO,AIO

摘要: Java 网络IO编程总结(BIO、NIO、AIO均含完整实例代码) Java中BIO,NIO和AIO使用样例 https://blog.insanecoder.top/javazhong-bio-niohe-aioshi-yong-yang-li/ JAVA NIO2模式之Proactor( JD 阅读全文

posted @ 2017-06-24 14:56 暖风的风 阅读(347) 评论(0) 推荐(0) 编辑

2017年6月20日

kernel dump Analysis

摘要: https://social.msdn.microsoft.com/Forums/vstudio/en-US/0c418482-7edd-4c91-b7f4-6005d550244a/got-the-error-symbol-clrxxx-not-found-when-debugging-the-c 阅读全文

posted @ 2017-06-20 10:38 暖风的风 阅读(380) 评论(0) 推荐(0) 编辑

2017年6月19日

高性能计算

摘要: High-Performance Computing and Networking: 8th International Conferenc https://books.google.com.hk/books?id=YqioCAAAQBAJ&pg=PA574&lpg=PA574&dq=thread+ 阅读全文

posted @ 2017-06-19 10:18 暖风的风 阅读(172) 评论(0) 推荐(0) 编辑

2017年6月18日

matei的分布式系统课程

摘要: https://cs.stanford.edu/~matei/courses/2015/6.S897/ 阅读全文

posted @ 2017-06-18 11:44 暖风的风 阅读(162) 评论(0) 推荐(0) 编辑

2017年6月15日

机器学习模型选择

摘要: https://bigdata-ny.github.io/2016/09/20/visual-tools-for-machine-learning-part-2/ http://scikit-learn.org/stable/tutorial/machine_learning_map/ https: 阅读全文

posted @ 2017-06-15 13:52 暖风的风 阅读(158) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页

导航