-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 7.6 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description"><title>DT42 Tech Blog</title><link rel="stylesheet" type="text/css" href="/css/style.css?v=0.0.0"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/normalize/3.0.3/normalize.min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/pure-min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/grids-responsive-min.css"><link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png"></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">DT42 Tech Blog</h1><a id="logo" href="/.">DT42 Tech Blog</a><p class="description"></p></div><div id="nav-menu"><a href="/." class="current"><i class="fa fa-home"> Home</i></a><a href="/archives/"><i class="fa fa-archive"> Archive</i></a><a href="/about/"><i class="fa fa-user"> About</i></a><a href="/atom.xml"><i class="fa fa-rss"> RSS</i></a></div></div><div id="layout" class="pure-g"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h2 class="post-title"><a href="/2016/05/09/deep-learning-machine-construction/">打造自己的深度學習計算環境</a></h2><div class="post-meta">2016-05-09</div><a data-disqus-identifier="2016/05/09/deep-learning-machine-construction/" href="/2016/05/09/deep-learning-machine-construction/#disqus_thread" class="disqus-comment-count"></a><div class="post-content"><p>本文告訴您如何在有限預算內,從硬體採購、組裝、作業系統選擇、軟體安裝與設定,自行打造與NVIDIA DIGITS DEVBOX相當的深度學習計算環境。</p></div><p class="readmore"><a href="/2016/05/09/deep-learning-machine-construction/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/04/27/simple-example-codes-for-parallelizing-neural-network/">Simple example codes for parallelizing neural network</a></h2><div class="post-meta">2016-04-27</div><a data-disqus-identifier="2016/04/27/simple-example-codes-for-parallelizing-neural-network/" href="/2016/04/27/simple-example-codes-for-parallelizing-neural-network/#disqus_thread" class="disqus-comment-count"></a><div class="post-content"><h1 id="Abstract"><a href="#Abstract" class="headerlink" title="Abstract"></a>Abstract</h1><p>If you are doing deep learning, one of the most challenging tasks in recent years is to make it run faster. A very common choice is to compute gradient descent in parallel on the distributed systems using either data parallelism or model parallelism. This article is meant to demonstrate ways to implement basic parallelism concepts from scratch using a simple model. It will also show how these parallelism techniques really improve the performance of training a neural network. If you are looking for more materials about the parallelism techniques, I recommend two easy-to-understand articles written by Tim Dettmers [1][2].</p></div><p class="readmore"><a href="/2016/04/27/simple-example-codes-for-parallelizing-neural-network/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/04/27/deep-learning-material-recommendations/">深度學習(Deep Learning)自學素材推薦</a></h2><div class="post-meta">2016-04-27</div><a data-disqus-identifier="2016/04/27/deep-learning-material-recommendations/" href="/2016/04/27/deep-learning-material-recommendations/#disqus_thread" class="disqus-comment-count"></a><div class="post-content"><p>網路上關於深度學習的資料實在太多了,這裡列出的只是我個人讀過覺得相當不錯的資源,看不夠的話請右轉 Google 搜尋「Deep Learning」,絕對能滿足絕大部分的需求。如果有好的文章卻被漏掉了,也非常歡迎留言推薦,一定儘快補上。</p></div><p class="readmore"><a href="/2016/04/27/deep-learning-material-recommendations/">Read More</a></p></div><script id="dsq-count-scr" src="//dt42.disqus.com/count.js" async></script></div></div><div class="pure-u-1-4"><div id="sidebar"><div class="widget"><form action="//www.google.com/search" method="get" accept-charset="utf-8" target="_blank" class="search-form"><input type="text" name="q" maxlength="20" placeholder="Search"/><input type="hidden" name="sitesearch" value="http://dt42.github.io"/></form></div><div class="widget"><div class="widget-title"><i class="fa fa-folder-o"> Categories</i></div></div><div class="widget"><div class="widget-title"><i class="fa fa-star-o"> Tags</i></div><div class="tagcloud"><a href="/tags/parallelism-deep-learning-english/" style="font-size: 15px;">parallelism, deep-learning, english</a> <a href="/tags/ubuntu-cuda-computer-building-chinese/" style="font-size: 15px;">ubuntu, cuda, computer-building, chinese</a> <a href="/tags/deep-learning-mandarin-chinese/" style="font-size: 15px;">deep-learning, mandarin-chinese</a></div></div><div class="widget"><div class="widget-title"><i class="fa fa-file-o"> Recent</i></div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2016/05/09/deep-learning-machine-construction/">打造自己的深度學習計算環境</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/04/27/simple-example-codes-for-parallelizing-neural-network/">Simple example codes for parallelizing neural network</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/04/27/deep-learning-material-recommendations/">深度學習(Deep Learning)自學素材推薦</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-comment-o"> Recent Comments</i></div><script type="text/javascript" src="//dt42.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=1&avatar_size=32&excerpt_length=20&hide_mods=1"></script></div><div class="widget"><div class="widget-title"><i class="fa fa-external-link"> Blogroll</i></div><ul></ul><a href="http://www.example1.com/" title="site-name1" target="_blank">site-name1</a><ul></ul><a href="http://www.example2.com/" title="site-name2" target="_blank">site-name2</a><ul></ul><a href="http://www.example3.com/" title="site-name3" target="_blank">site-name3</a></div></div></div><div class="pure-u-1 pure-u-md-3-4"><div id="footer">© <a href="/." rel="nofollow">DT42 Tech Blog.</a> Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a><a rel="nofollow" target="_blank" href="https://github.com/tufu9441/maupassant-hexo"> Theme</a> by<a rel="nofollow" target="_blank" href="https://github.com/pagecho"> Cho.</a></div></div></div><a id="rocket" href="#top" class="show"></a><script type="text/javascript" src="/js/totop.js?v=0.0.0" async></script><script type="text/javascript" src="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.pack.js" async></script><script type="text/javascript" src="/js/fancybox.js?v=0.0.0" async></script><link rel="stylesheet" type="text/css" href="/css/jquery.fancybox.css?v=0.0.0"><script type="text/javascript" src="/js/codeblock-resizer.js?v=0.0.0"></script><script type="text/javascript" src="/js/smartresize.js?v=0.0.0"></script></div></body></html>