05 2016 档案

机器学习&人工智能书籍
摘要:Introduction to Machine Learning https://www.amazon.cn/Introduction-to-Machine-Learning-Alpaydin-Ethem/dp/0262028182/ref=sr_1_3?s=books&ie=UTF8&qid=14 阅读全文

posted @ 2016-05-31 15:03 暖风的风 阅读(1437) 评论(0) 推荐(0) 编辑

机器学习之数学知识
摘要:多项式乘法与快速傅里叶变换 http://blog.csdn.net/v_july_v/article/details/6684636 数据挖掘中所需的概率论与数理统计知识 http://blog.csdn.net/v_july_v/article/details/8308762 最大熵模型中的数学 阅读全文

posted @ 2016-05-31 14:11 暖风的风 阅读(246) 评论(0) 推荐(0) 编辑

机器学习博客
摘要:http://blog.163.com/zhoulili1987619@126/blog http://blog.csdn.net/v_july_v/ 阅读全文

posted @ 2016-05-31 14:03 暖风的风 阅读(192) 评论(0) 推荐(0) 编辑

信息论
摘要:熵 (信息论) https://zh.wikipedia.org/zh-cn/%E7%86%B5_(%E4%BF%A1%E6%81%AF%E8%AE%BA) 最大熵模型中的数学推导 http://blog.csdn.net/v_july_v/article/details/40508465 阅读全文

posted @ 2016-05-31 09:50 暖风的风 阅读(166) 评论(0) 推荐(0) 编辑

机器学习算法。
摘要:https://zh.wikipedia.org/zh-cn/%E7%86%B5_(%E4%BF%A1%E6%81%AF%E8%AE%BA) 分类算法 决策树 http://blog.163.com/zhoulili1987619@126/blog/static/353082012013113083 阅读全文

posted @ 2016-05-30 20:02 暖风的风 阅读(131) 评论(0) 推荐(0) 编辑

docker articles&videos
摘要:https://github.com/docker/docker https://channel9.msdn.com/Blogs/containers?page=2 https://blog.docker.com/author/solomon/ http://tiewei.github.io/clo 阅读全文

posted @ 2016-05-29 23:44 暖风的风 阅读(159) 评论(0) 推荐(0) 编辑

Docker Resources
摘要:Menu Main Resources Books Websites Documents Archives Community Blogs Personal Blogs Videos Related Projects OS Virtual Machine Competitors Management 阅读全文

posted @ 2016-05-29 10:59 暖风的风 阅读(887) 评论(0) 推荐(0) 编辑

IL-rewriting profiler
摘要:https://blogs.msdn.microsoft.com/davbr/2007/03/06/creating-an-il-rewriting-profiler/ https://blogs.msdn.microsoft.com/davbr/2007/03/06/creating-an-il- 阅读全文

posted @ 2016-05-19 22:15 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

memory dump and CLR Inside Out
摘要:MSDN Magazine: CLR Inside Out https://msdn.microsoft.com/en-us/magazine/cc501040.aspx CLR Inside Out - Profiling the .NET Garbage-Collected Heap https 阅读全文

posted @ 2016-05-17 10:33 暖风的风 阅读(303) 评论(0) 推荐(0) 编辑

tcp/ip basics
摘要:https://technet.microsoft.com/en-us/library/bb962075.aspx 阅读全文

posted @ 2016-05-15 15:00 暖风的风 阅读(232) 评论(0) 推荐(0) 编辑

What Every CLR Developer Must Know Before Writing Code
摘要:https://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-code-guide.md 阅读全文

posted @ 2016-05-12 23:13 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

CLR profiler
摘要:https://github.com/dotnet/coreclr/blob/master/Documentation/botr/profiling.md 阅读全文

posted @ 2016-05-12 23:06 暖风的风 阅读(152) 评论(0) 推荐(0) 编辑

Debug CLR and mscorlib
摘要:https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md https://github.com/dotnet/coreclr/blob/master/Documenta 阅读全文

posted @ 2016-05-12 22:57 暖风的风 阅读(216) 评论(0) 推荐(0) 编辑

JIT Compiler
摘要:https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md#range-analysis 阅读全文

posted @ 2016-05-12 22:54 暖风的风 阅读(251) 评论(0) 推荐(0) 编辑

calling into the CLR from managed code via QCall and FCall methods
摘要:https://github.com/dotnet/coreclr/blob/master/Documentation/botr/mscorlib.md 阅读全文

posted @ 2016-05-12 22:53 暖风的风 阅读(163) 评论(0) 推荐(0) 编辑

Processor Speculative & pipeline
摘要:https://en.wikipedia.org/wiki/Instruction-level_parallelism https://en.wikipedia.org/wiki/Instruction_pipelining https://en.wikipedia.org/wiki/Specula 阅读全文

posted @ 2016-05-09 23:00 暖风的风 阅读(200) 评论(0) 推荐(0) 编辑

set and Sequence theory
摘要:https://en.wikipedia.org/wiki/Class_(set_theory) https://en.wikipedia.org/wiki/Zermelo%E2%80%93Fraenkel_set_theory https://books.google.it/books?id=dV 阅读全文

posted @ 2016-05-07 23:18 暖风的风 阅读(199) 评论(0) 推荐(0) 编辑

Memory Barriers ,cache-coherency
摘要:http://www.rdrop.com/users/paulmck/scalability/paper/whymb.2010.07.23a.pdf Shared-Memory Synchronization-Morgan & Claypool(2013) http://www.amazon.com 阅读全文

posted @ 2016-05-07 13:21 暖风的风 阅读(267) 评论(0) 推荐(0) 编辑

c# Papers
摘要:http://research.microsoft.com/pubs/64043/appsem-tcs.pdf 阅读全文

posted @ 2016-05-06 23:49 暖风的风 阅读(153) 评论(0) 推荐(0) 编辑

Java Memory Model
摘要:http://www.cs.umd.edu/~pugh/java/memoryModel/jsr-133-faq.html http://www.ibm.com/developerworks/library/j-jtp02244/index.html http://www.infoq.com/art 阅读全文

posted @ 2016-05-05 16:32 暖风的风 阅读(203) 评论(0) 推荐(0) 编辑

Java books list
摘要:http://www.cnblogs.com/chenssy/p/5457210.html 阅读全文

posted @ 2016-05-05 11:21 暖风的风 阅读(163) 评论(0) 推荐(0) 编辑

导航

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