(情報科学)技術的特異点と科学・技術等 1 (ナノテク) [転載禁止]©2ch.net (840レス)
(情報科学)技術的特異点と科学・技術等 1 (ナノテク) [転載禁止]©2ch.net http://rio2016.5ch.net/test/read.cgi/future/1427220599/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
7: オーバーテクナナシー [sage] 2015/03/26(木) 01:41:57.59 ID:kVCExhkE >>3 【技術/Siフォトニクス】NEDO、5mm角ながら25Gbps/chの伝送速度を実現した光トランシーバを開発©2ch.net http://anago.2ch.net/test/read.cgi/scienceplus/1427212340/ http://rio2016.5ch.net/test/read.cgi/future/1427220599/7
186: オーバーテクナナシー [sage] 2016/01/26(火) 23:03:22.59 ID:ZuVyWnMt 【ナノテク】世界初、一兆分の1mlの微小単位の水を自在に制御する技術を開発 化学、バイオなどの幅広い分野を革新 [無断転載禁止]©2ch.net http://potato.2ch.net/test/read.cgi/scienceplus/1453381444/ http://rio2016.5ch.net/test/read.cgi/future/1427220599/186
243: オーバーテクナナシー [sage] 2016/02/16(火) 22:59:25.59 ID:oLDbp8gN TensorFlow Tutorialの数学的背景 − TensorFlow Mechanics 101(その1) http://enakai00.hatenablog.com/entry/2016/02/16/152958 http://rio2016.5ch.net/test/read.cgi/future/1427220599/243
268: オーバーテクナナシー [sage] 2016/04/19(火) 22:55:22.59 ID:FI+l1Bfs MRAM実用段階に入ったのか どんくらいの値段になるのかなぁ http://rio2016.5ch.net/test/read.cgi/future/1427220599/268
326: オーバーテクナナシー [sage] 2016/06/29(水) 02:38:19.59 ID:YoVhNhTX ジョギングのやりすぎでインポになる!? EDを訴えるランナーが急増中 http://www.cyzo.com/2015/01/post_20281.html http://rio2016.5ch.net/test/read.cgi/future/1427220599/326
402: 385 [sage_teoff] 2016/09/10(土) 12:26:05.59 ID:14k38Ui3 !!!!!! j0053_ 「何かを数式で表現すればその本質が現れる」、と 彼はいう。 e0046_ Violating Sacred Ground j0056_ 聖なる基盤を汚す j0057_ 「私は交渉なんかしてませんよ。ただ、あなたが 私をここに留めておくにはどうしたらよいかと おっしゃるから」 !!!!!! j0058_ どちらも、人々がしたいようにさせておけば社会は 一番うまくいくという考え方に根ざしている。 j0058_ 「すべての人間をジョン・ウェインにし、銃を持って 走り回らせること」 j0060_ 『やれやれ、これまでひどく数学的な論文を出して きたからな』とも思った。 http://rio2016.5ch.net/test/read.cgi/future/1427220599/402
414: 385 [sage_teoff] 2016/09/11(日) 11:22:25.59 ID:tILA70OI e0073_ Murray j0092_ マレー・ゲルマン !!!!! e0076_ ``I said I felt that what we should look for were great syntheses that were emerging today, that were highly interdisciplinary,'' says Gell-Mann. Some were already well on their way: Molecular biology. Nonlinear science. Cognitive science. But surely there were other emerging syntheses out there, he said, and this new institute should seek them out. By all means, he added, choose topics that could be helped along by these huge, big, rapid computers that people were talking about---not only because we can use the machines for modeling, but also because these machines themselves were examples of complex systems. Nick and Gian-Carlo were perfectly correct: computers might very well turn out to be part of such a synthesis. But don't put blinders on before you start. If you're going to do this at all, he concluded, do it right. http://rio2016.5ch.net/test/read.cgi/future/1427220599/414
547: 546 [sage] 2016/11/11(金) 13:28:24.59 ID:TfAJHR6G Page 8 序文 人間には簡単にできて、コンピュータには今のところできないようなことがたくさ ry Hierarchical Temporal Memory (HTM) は、新皮質がこの様な機能を発揮する様子を モデル化する技術である。 HTM は人間と同等あるいはそれ以上の多くの認識性能 ry ry 1章は HTM ry 階層構造 ry 、疎分散表現1、時間的な変化に基づく学習 ry 2章は HTM 大脳皮質性学習アルゴリズム2 ry 3章と第 4 章は HTM 学習アルゴリズムの疑似コードを、 空間プーリング及び時間プーリングの2つのパート ry 第2章から第4章を読めば、熟練したソフトウェア技術 ry 実装して実験 ry 1 sparse distributed representation。本書を理解する上で重要な概念だが、 冒頭で述べられているように、残念ながら本書では説明されていない。 理論的基礎は Pentti Kanerva 著 Sparse Distributed Memory に詳しい。 Kanerva 氏は Jeff Hawkins 氏が設立した Redwood Neuroscience Institute (現在は Redwood Center for Theoretical Neuroscience)の研究員。 2 HTM cortical learning algorithms http://rio2016.5ch.net/test/read.cgi/future/1427220599/547
674: 673 [>620sage] 2017/02/27(月) 23:48:48.59 ID:2got1qbV 18. for c in activeColumns(t) 19. 20. for s in potentialSynapses(c) 21. if active(s) then 22. s.permanence += permanenceInc 23. s.permanence = min(1.0, s.permanence) 24. else 25. s.permanence -= permanenceDec 26. s.permanence = max(0.0, s.permanence) 27. 28. for c in columns: 29. 30. minDutyCycle(c) = 0.01 * maxDutyCycle(neighbors(c)) 31. activeDutyCycle(c) = updateActiveDutyCycle(c) 32. boost(c) = boostFunction(activeDutyCycle(c), minDutyCycle(c)) 33. 34. overlapDutyCycle(c) = updateOverlapDutyCycle(c) 35. if overlapDutyCycle(c) < minDutyCycle(c) then 36. increasePermanences(c, 0.1*connectedPerm) 37. 38. inhibitionRadius = averageReceptiveFieldSize() 39. 50 オーバラップ値が小さい http://rio2016.5ch.net/test/read.cgi/future/1427220599/674
741: YAMAGUTIseisei [sage] 2018/11/04(日) 20:45:53.59 ID:p92jbM/P sssp://img.5ch.net/ico/nida.gif >>597 >690 yamaguti~貸 170925 2213 mWACkEZG? 47 yamaguti~貸 171009 0201 4syyn69F : > >686-687 > 観測 ( 固定化 ) = 意識化 ( 認識 ) = 嘘の直列近似化 > > > >380 yamaguti~貸 170914 2148 0i4loNv/? >>>> 天動説 轍 >>>>>> 川人 [15] は, ry 「意識」とは ry 膨大かつ並列 ry 単純化 ry 「うその」直列 ry 近似 >>>>> : >>>>>> 無意識 ry 膨大な自律分散 ry ,自分が行 ry 錯覚 ry ,単純化し追体験 ry 受動 ry [16] http://webcache.googleusercontent.com/search?q=cache:lab.sdm.keio.ac.jp/maenolab/previoushp/Maeno/consciousness/RSJ2005kokoro.pdf : > >597 yamaguti~貸 161217 0124 6O1Nu3vi > : >> 情報物理統一動記憶システム ≒ 科学哲学大統一理論 = raw マスターアルゴリズム > : >18 yamaguti 181027 1540 AJ0Ulonr? : >>> 訂正 13>http://rio2016.2ch.net/test/read.cgi/future/1427220599/597# DouKiokuSisutemu DaiTouituRiron : http://rio2016.5ch.net/test/read.cgi/future/1427220599/741
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.959s*