Tensorflow Dev Summit Recap Keynote: TF Goal: to introduce ML to everyone TF feature: Scalable Performance Widely usage for TF Multiple device for TF TPU ASIC 10x faster TF for everyone TF for form Fried Chicken Nugget Server TensorKart Generative Arts with TensorFlow TV popstar face generator with DCGAN TF for qualcomm’s Hexagon DSP Konpeki https://aucnet-ibs.com/konpeki/2016/09/29/konpeki.html TF 1.0 Feature: Fast Flexible Product-Ready More ML K-means SVM Random Forest XLA What is XLA (Accelerated Linear Algebra) JIT Complication JIT Program built at runtime Low-Overhead complication TF-Level Block Diagram Why excited about XLA Server-side speedups XLA’s JIT compilation and specialization Model-shaped benchmark wins up to 60% SyntaxNet from 200us —> 5 us Mobile footprint reduction Cross-compile for AMR, PPC, x86 LSTM model for mobile: 2.6 MB —> 600 KB (4x reduction) XLA’s high-leve optimizer Caveats: Not all Ops compile Not everything is faster JIT : Improvement lot in GPU But still WIP...
這是什麼? 程式週記主要內容如下: Gihub project 介紹: 主要會貼一些github,但是會盡量寫上一些有用的評語(或是我容易想到的關鍵詞)幫助以後查詢 網路文章心得: 會寫些心得,強迫自己閱讀. “程式週記”並且定期週期性更新. 大部分內容在我的twitter都會有,這邊只是將一些簡單的心得與感想註解一下. 本週摘要 情人節左右似乎是雲端大廠的新產品發表會,先有 Google 的 Cloud Spanner 又有 HTTPS LB ,之後 AWS 又出了 Amazon EBS . 更別說深度學習最重要的平台(之一) Tensorflow 也在 02/16 正式發表了 1.0 的版本. 情人節最幸福的大概就是跟老婆(這輩子情人)跟女兒(相傳是上輩子情人) 一起度過了. Go muesli/beehive: A flexible event and agent system with lots of bees 透過 Golang 實作類似 IFTTT 的東西. Top 10 Most Imported Golang Packages — Some Insights 有人分析了某個禮拜中最常被 imported 的 Golang 套件。 選出了十大套件,裡面有不少都是測試與 logging 用的。大家可以看看那些套件你們有沒有用過。 Building a Performant API using Go and Cassandra 使用 Golang 來建置高效能可以跟 Cassandra 互動的 API 很基礎的教學。 想學學怎麼透過 Golang 存取 Cassandra 並且從頭開始的教學文章可以看看這篇。 Exploring shared objects in Go C 裡面使用 dynamic loading 是很平常的事情,但是在 Golang 裡面要怎麼用呢? 這篇文章詳細的介紹,並且有稍微比較與 C 語言不同的地方。 vim-go: New tool “GoAddTag” vim-go 出了一個更好的工具,就是 GoAddTags 可以幫你直接在資料內加上 Structure Tag (json, xml, bson) 可以很快速地增加,減少或是更改內容. 再也不會不小心打錯 structure tag 了 Python Android/JAVA/NODE.JS/Scala Docker Kubernetes Highly Available Kubernetes Clusters [Inside JD.com’s Shift to Kubernetes from OpenStack ](http://blog.kubernetes.io/2017/02/inside-jd-com-shift-to-kubernetes-from-openstack.html) JD.com 分享他們從 OpenStack 轉換到 K8S 的經驗,主要原因是: [TIL] How to to setup GPU experimental tag with...