10/19/2019

人工智慧在台灣

陳昇瑋、溫怡玲人工智慧在台灣:產業轉型的契機與挑戰天下雜誌2019
本書作者陳昇瑋是台灣少數跨界產業的科學家,擁有學術與產業的深厚背景,同時也是熱情的AI技術傳教士與人才播種者,以跨域者獨有的視野,致力於推動人工智慧在各產業的深化應用及創新轉型,對於製造、金融、零售與醫療等產業應用尤有獨到之處。 
2017年接受中央研究院廖俊智院長與孔祥重院士的邀請,一同帶領團隊在半年內成功幫助超過十家台灣企業,以AI解決或改善影響發展的重大難題,協助產業在人工智慧技術及應用全面升級,也看見產業導入AI的系統性問題。 
人才、資料、找問題,缺一不可
與其擔憂被取代,我們需要主動了解,立即行動以形塑未來 
他透過在地化的實作與顧問經驗,為台灣而創設台灣人工智慧學校,一年內已為台灣培育超過3,000位AI人才,期能解決AI人才不足的關鍵問題,為台灣產業面對的下一個挑戰舖好基礎。

10/15/2019

美國商學院強大的原因

張忠謀在清華大學的演講提到了「台灣理工科與美國相差不大,但商學院卻比美國差很多」。就某方面來說,台灣的商學院其實不算太差,但是跟台灣的理工學院在國際間的等級相比,商學院真的很差。或許我們應該要先問的是,商學院是什麼?... 

10/14/2019

電腦的計算速度和線性代數

為了說明電腦的計算速度,特別設計了一個內積的問題,不到一秒可以計算一千萬組數字內積。推薦系統有多種方法,方法之一使用內積 (inner product);另外,現代電腦可以快速地計算線性代數的問題,無形中培養計算思維 (Computational thinking),也可以廣泛地應用在國高中的教學。

import time
import numpy as np
t = time.time() # 現在系統時間
a = np.random.rand(10**7) # 產生 10**7 亂數
b = np.random.rand(10**7)
np.dot(a,b) # 內積
print("Jobs done in:", time.time()-t, " seconds") # 現在系統時間 減去 初始系統時間

配合 Google Colab,解決軟硬體不足的問題。


10/10/2019

Network science reveals the secrets of the world’s best soccer team

Emerging Technology from the arXiv, Network science reveals the secrets of the world’s best soccer team, Oct 4, 2019.
One of the best soccer teams in history is widely acknowledged to be the Barcelona side that played during the 2009-10 season. Under the inspirational leadership of manager Pep Guardiola, this team won six major competitions including the Spanish football league, known as La Liga, and the UEFA Champions League, the most prestigious competition in world football. No other team has accumulated so many trophies in such a short period.... 

10/09/2019

最佳化方法在財務金融的應用

Gerard Cornuejols, Javier Peña, and Reha Tutuncu, Optimization Methods in Finance, Cambridge University Press, 2nd Edition, 2018.

使用的方法有 Linear programming、Nonlinear programming、Quadratic programming、Conic optimization、Integer programming、Dynamic programming、Stochastic programming、和 Robust optimization。

10/08/2019

麥肯錫解決問題的方法

麥肯錫公司(英語:McKinsey & Company,簡稱麥肯錫)為一所由芝加哥大學會計系教授詹姆斯·麥肯錫創立於芝加哥的管理諮詢公司,營運重點是為企業或政府的高層幹部獻策、針對龐雜的經營問題給予適當的解決方案,有「顧問界的高盛」之稱。
高杉尚孝著鄭舜瓏譯麥肯錫問題分析與解決技巧:為什麼他們問完問題,答案就跟著出現了?大是文化2019
一、發現問題時,先分類,而非究責
二、將問題轉化成具體課題:
三、找出能解決課題的各種替代方案:
四、接下來運用情境分析,評價替代方案:
五、選出「最適合」(未必最佳)的解決策略,並採取行動(貫徹執行力)。

10/06/2019

張忠謀 「總經理的學習」演講

要做好總經理的職位,張忠謀認為不要忽視業務行銷的重要性,擁有敏銳的市場嗅覺、帶領團隊往正確的方向走;也需具備凝聚團隊能力的本事。... 
人才學習要「斜槓」,才能與國際接軌 
一開場張忠謀就點出台灣目前在理工方面的技術與 MBA 能力與國際間的關係。他認為台灣在理工技術上的實力與國際間的名校如 MIT、哈佛等相差無幾,但是MBA(工商管理碩士)的素質卻是差距頗大,除了我國沒有世界級企業的進駐,少了可讓校園人才有學習跟銜接的機會外,他走遍史丹佛、哈佛甚至是台大、政大的 MBA 演講並開放提問,台灣在提問深度也是他覺得與國際一流學校人才差一截的主因。...

10/02/2019

Soft skills: the software developer's life manual

John Sonmez, Soft Skills: The software developer's life manual, Manning Publications, 2014.
For most software developers, coding is the fun part. The hard bits are dealing with clients, peers, and managers, staying productive, achieving financial security, keeping yourself in shape, and finding true love. This book is here to help. 
Soft Skills: The software developer's life manual is a guide to a well-rounded, satisfying life as a technology professional. In it, developer and life coach John Sonmez offers advice to developers on important "soft" subjects like career and productivity, personal finance and investing, and even fitness and relationships. Arranged as a collection of 71 short chapters, this fun-to-read book invites you to dip in wherever you like. A Taking Action section at the end of each chapter shows you how to get quick results. Soft Skills will help make you a better programmer, a more valuable employee, and a happier, healthier person.

為什麼瞭解 AI 機器人必須從倉庫自動化開始

Bastiane Huang為什麼瞭解AI機器人必須從倉庫自動化開始?吐納商業評論10/01/2019
平均來說,一輛汽車會有一到兩萬多個獨立零件。如果這樣聽起來已經很多、很複雜,想像一下,一般倉庫中通常有上百萬種商品、以及各式各樣的包裝。 
這樣的多樣化程度,為機器手臂的自動化應用增加了許多難度。如果使用傳統的機器視覺及程式設計,意味著必須事先登錄好上百萬種商品、並且編寫程式教導機器人對各個商品做不同的處理,不但曠日費時,而且幾乎是不可能的任務。 
然而這個以往看來不可能的任務,現在卻因為深度強化學習(Deep Reinforcement Learning,DRL)的出現而出現契機;因為DRL可以協助機器識別、應對周圍環境,並自主學習處理多樣的產品及工作內容。 
有了足夠的資料與練習,DRL機器人就能自學新能力、逐漸進步;就像我們的學習方式一樣,經過嘗試、或是他人示範,機器也可以學著識別影像、打贏電玩遊戲,或是像Deep Mind研發的Alpha Go Zero一樣,利用DRL自我學習,最終戰勝世界棋王。
每次的抓取和試驗,都使機器人變得更聰明、更善於掌握任務內容;此外,雲端連線的機器人還能相互學習交流。這樣的巨大轉變,使得機器人解決方案更加靈巧、彈性、而且有效率。... 
倉庫中需要完成的任務往往十分相似,而且訂單揀貨佔了大多數倉庫營運成本的40%以上,人工成本佔倉庫總預算高達70%;因此在亞馬遜(Amazon)等電子商務公司降低成本、追求快速到貨的推波助瀾下,零售商無一不設法追求倉庫自動化,而這也讓倉儲自動化成為AI機器人的應用案例首選。

10/01/2019

Measuring actual learning versus feeling of learning in response to being actively engaged in the classroom

Louis Deslauriers, Logan S. McCarty, Kelly Miller, Kristina Callaghan, and Greg Kestin, Measuring actual learning versus feeling of learning in response to being actively engaged in the classroom, PNAS September 24, 2019 116 (39) 19251-19257; first published September 4, 2019 https://doi.org/10.1073/pnas.1821936116.
Despite active learning being recognized as a superior method of instruction in the classroom, a major recent survey found that most college STEM instructors still choose traditional teaching methods. This article addresses the long-standing question of why students and faculty remain resistant to active learning. Comparing passive lectures with active learning using a randomized experimental approach and identical course materials, we find that students in the active classroom learn more, but they feel like they learn less. We show that this negative correlation is caused in part by the increased cognitive effort required during active learning. Faculty who adopt active learning are encouraged to intervene and address this misperception, and we describe a successful example of such an intervention.


梁祝二胡協奏曲

陳鋼、何占豪《梁祝》二胡協奏曲
指揮:鍾耀光
二胡:楊雪
臺北市立國樂團