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
適応共鳴理論 / Adaptive resonance theory
Search
Masafumi Abeta
September 25, 2021
0
740
適応共鳴理論 / Adaptive resonance theory
異常検知情報交換会#1の発表資料です。
https://pythondata.connpass.com/event/224136/
Masafumi Abeta
September 25, 2021
Tweet
Share
More Decks by Masafumi Abeta
See All by Masafumi Abeta
Pythonのパッケージマネージャー「uv」
abeta
1
400
GPTモデルでキャラクター設定する際の課題
abeta
0
350
GPTをLINEで使えるようにして布教した
abeta
0
190
【Nishika】プリント基板の電子部品検出
abeta
0
340
初心者向けChatGPT入門
abeta
0
250
GPT Short Talk
abeta
0
150
拡散モデルについて少しだけ
abeta
0
75
動的計画モデル
abeta
0
180
物体追跡
abeta
0
320
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Paper Plane
katiecoart
PRO
0
47k
Google's AI Overviews - The New Search
badams
0
920
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.8k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
90
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
180
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
210
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
320
Raft: Consensus for Rubyists
vanstee
141
7.3k
Transcript
XX University 適応共鳴理論概要 2021.09.25 Abeta
名前 :abeT 職業 :SIerのデータサイエンティスト ・センサーデータの異常検知 ・画像系ディープラーニング フレームワーク :PyTorch 趣味 :⽇本酒/美術鑑賞(印象派~シュルレアリスム)
@ground0state
3 簡略化された適応共鳴理論の概要 ü ART(Adaptive Resonance Theory; 適応共鳴理論)は教師なし学習のモデルであり、中間層が1層のニューラ ルネットワークとも呼ばれる。 ü 事前にクラス数を指定せずに、クラスタリングを実⾏することができる。
𝑣 𝑤! 𝑤" 𝑤# • ベクトルの類似度を判定 • 似ているものがあればそのクラスラベルを 出⼒し、クラスのベクトルを更新 • 類似がなければ新たなクラスとして𝑤! = 𝑣 として、新たなクラスを割り当てる。 ⼊⼒ベクトル ARTモデル 𝑓(𝑣, 𝑊) 𝑐 クラスラベル クラスのベクトル 𝑤$
4 オリジナルの適応共鳴理論 ü ARTは⽣物の電気⽣理学的な知⾒に基づくmembrane⽅程式というものから発想された。 ü 元々は短期記憶と⻑期記憶の構造を兼ね備えたネットワークで、時系列データに適⽤される。
5 ライブラリを使ってみよう artlearn(https://github.com/ground0state/artlearn)をよろしくお願いします。 正解 予測 pip install artlearn
6 おまけ pyanom(https://github.com/ground0state/pyanom)をよろしくお願いします。 pip install pyanom 正常 異常を含む 異常スコア