Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Things that computers can not do
Search
ohto
June 16, 2017
Education
0
110
Things that computers can not do
This slide shows that the introduction of the computing theory.
ohto
June 16, 2017
Tweet
Share
More Decks by ohto
See All by ohto
speed cube
ohto
1
100
Living a Software Engineer
ohto
0
79
Redmine on Docker
ohto
0
150
Ruby de FizzBuzz
ohto
0
76
enjoy your dream
ohto
0
100
We may be win a computer
ohto
0
1.1k
Arbitrariness for Classification
ohto
0
1k
mumbling about data mining
ohto
0
2.5k
Other Decks in Education
See All in Education
コンセプトシェアハウス講演資料
uchinomasahiro
0
390
LLMs for Social Simulation: Progress, Opportunities and Challenges
wingnus
1
100
Algo de fontes de alimentación
irocho
1
360
Human Perception and Cognition - Lecture 4 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
710
Blogit opetuksessa
matleenalaakso
0
1.6k
Nodiレクチャー 「CGと数学」講義資料 2024/11/19
masatatsu
2
190
情報処理工学問題集 /infoeng_practices
kfujita
0
120
HCI and Interaction Design - Lecture 2 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
810
寺沢拓敬 2024. 09. 「言語政策研究と教育政策研究の狭間で英語教育政策を考える」
terasawat
0
200
勉強したらどうなるの?
mineo_matsuya
10
6.5k
世界のオープンソースロボットたち #1
shiba_8ro
0
140
Comezando coas redes
irocho
0
370
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
What's in a price? How to price your products and services
michaelherold
243
12k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
A Philosophy of Restraint
colly
203
16k
For a Future-Friendly Web
brad_frost
175
9.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Transcript
計算の根っこ 2017/7/17 おおとや
おおとや 趣味 – 数学とか – アニメとか 2 / 14
AI の進歩、 めざましいよね http://klug-fx.jp/ogasawara/2016/03/13/025430.php 囲碁の世界で AI(ALPHAGO)が勝利 3 / 14
目的 • 計算機ができないこと • 計算機が不得意なこと 4 / 14
戦略 • 心とかには触れません • 理論的に攻めます みずがめ座の時代 https://blogs.yahoo.co.jp/aquarius1969newage/56062463.html 5 / 14
流れ • 計算するとは • 計算の定式化 • 計算機にできないこと • 計算の難しさ 6
/ 14 アラン・チューリング「人工知能の”考え方は我々とは異なる”」 https://andai.co.jp/about-alan-turing/
計算するとは ものごとを行うときの「やりかた」 割り算 • 引きっぱなし法 • 引き戻し法 7 / 14
電卓博物館 http://www.dentaku-museum.com/1-exb/tour/4110-notcalc/010-tiger-old-ex.html
計算するとは -引き戻し法 34 / 3 • 割る数 3 を左へ動かす •
割られる数から引く • 割られる数から引く • 負の数になったので戻す • 割る数を右へ 1 動かす • 割られる数から引く • 負の数になったので戻す • 商: 11, 余り: 1 8 / 14 ... 割る数: 30 ... 32 – 30 = 2 ... 2 – 30 = -26 ... 2 … 3 … -1 ... 2
計算の定式化 チューリングマシン – テープ:記号が並んだもの – ヘッダー(コンピュータ) • 内部状態を持つ • テープ上を移動する
• テープ上に記号を書く – 命令表 (プログラム) ヘッダー位置の記号と内部状態に従い 1.テープへの記号の書き込み 2.ヘッダー移動 3.内部状態の変更 を行う 9 / 14 webと人のアマモ場 https://www.amamoba.com/pc/alan-turing.html
計算機にできないこと 停止性問題 チューリングマシンが有限時間で 停止するかどうかを判定する問題 – 入力: チューリングマシン – 出力: 入力したチューリングマシンは停止する?
10 / 14
計算機にできないこと 停止性問題を計算できる チューリングマシンは存在しない 対角線論法 実数の濃度が自然数よりも多いのと同値 11 / 14 入力A1 入力A2
... 命令表P1 T F T 命令表P2 F T T --- F F T g(Pi,Aj) = F: f(Pi,Ai) =T T: f(Pi,Ai) =F g(Pi,Ai) = T ⇒ Pn=F (矛盾) g(Pi,Ai) = F ⇒ Pn=T (矛盾)
計算の難しさ 計算量クラス – 多項式時間で計算できる問題(class P) – 多項式時間で検証できる問題(class NP) 組み合わせ問題とか苦手.. 12
/ 14 ねとらぼ http://nlab.itmedia.co.jp/nl/articles/1209/11/news104.html class P =? NP は 計算機科学での 未解決問題
まとめ • 計算機にはできないことがある • 計算機には苦手なことがある 13 / 14
おわりに 俺も死ぬときがきた.. 14 / 14 https://ciatr.jp/topics/244535