廚師、司機、醫師、健身教練、理專、律師、老師、情人(?)、。。。
ASIMO
, Boston Dynamics
, up and coming人類對機器人的好感度會隨著相似度增加,相似度高達 85% 時,會讓人心生恐懼與感到詭異。(森政弘,1970)
Real Time American Sign Language Video Captioning using
Deep Neural Networks
當萬物皆可量度,我們都也只是一堆感測器 (Hsieh, 2017)
YOU: My _1_ is _2_
ELIZA: How long has your _1_ been _2_ ?
YOU: _1_ 覺得我很 _2_
CELIZA: 那妳覺得妳很 _2_ 嗎?
deep learning = deep representation, 其梯度可以透過 chain rule 來反向傳播。
按照能夠使得損失函數 L(W) 減小的方向 (e.g. 隨機梯度下降) 來調整參數訓練神經網絡。
library(keras)
mnist <- dataset_mnist()
model <- keras_model_sequential()
model %>%
layer_dense(units = 256, activation = 'relu',
input_shape = c(784)) %>%
layer_dropout(rate = 0.4) %>%
layer_dense(units = 128, activation = 'relu') %>%
layer_dropout(rate = 0.3) %>%
layer_dense(units = 10, activation = 'softmax')
測試一下班上有沒有機器人:)
蜘蛛為何是白色的? 水手的工作?
"human language is one of the most complex processes to be found anywhere on our planet" (Tomasello, 2008).
Natural language understanding is sometimes referred to as an AI-complete or AI-hard problem, implying that the difficulty of these computational problems is equivalent to solving the central artificial intelligence problem.
如果有機器通過了圖林測試,它還是機器嗎?
Loebner Prize Competition in Artificial Intelligence
認識、知識、常識、意識、心識
順便澄清一個觀念:
Asking a linguist how many languages they speak is like asking a doctor how many diseases they have (Lynne Murphy).
經驗/計算語言學 (empirical/computational linguistics) [a.k.a. Natural Language Processing] 用電腦來幫助我們回答上述問題,並產生應用。
以計算詞彙語意學
(computational lexical semantics) 為例, 參考 2014 講義 ai-lecture2014.pdf
定義遊戲練習
Cognitive scientists have found it useful to draw a distinction between declarative (factual) knowledge and procedural knowledge.
我們
知道他們
在幹什麼Units (crossing the sentence boundary) reflect the communicative function of the sentence
What is the sentence about?
What information about the topic is asserted?
But, which Semantics?
micro motifs and macro behavior
micro level
and the consequences of their behavior at the macro level
.'six degrees of separation' (Watts and Strogatz, 1998)
sw <- sample_smallworld(dim=2, size=10, nei=1, p=0.1)
plot(sw, vertex.size=6, vertex.label=NA, layout=layout_in_circle)
Wordnet
)word2vec
models learn embeddings by training
a network to predict neighboring words.Word Embeddings
Gallant lab Brain Viewer
a consortium whose goal is to map “human brain circuitry in a target number of 1200 healthy adults using cutting-edge methods of noninvasive neuroimaging”
DeepMind 的 leader 要跟神經科學學習 / Hinton 認為 back-propagation 要打掉重練
人格面具,自我實現、善心、惻隱之心、同情心、助人、愛心、民主、創造、幽默、風趣、詼諧、恐懼、自卑、氣質、非理性決策(直覺
Kurzweil預計到 2030 年人類都會進化成半機械人(Elon Musk的 人機合一正是這項實驗,
Neurolink
),通過神經系統進入虛擬現實(VR)世界。事實上,AI早已改變人類行為。傳播學者 McLuhan 提出「人的延伸」,智慧手機就是「大腦延伸」。
[1] Huth AG, de Heer WA, Griffiths TL, Theunissen FE, & Gallant JL (2016). Natural speech reveals the semantic maps that tile human cerebral cortex. Nature, 532 (7600), 453-8 PMID: 27121839
[2] Friedemann Pulvermüller, Bert Cappelle and Yury Shtyrov. (2013). Brain basis of meaning, words, constructions, and grammar. In: Graeme Trousdale and Thomas Hoffmann (eds.), Oxford Handbook of Construction Grammar. Oxford: Oxford University Press, 397-416.