オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

【深層学習】FrugalGPT

GPT #まとめ編 yhayato1320.hatenablog.com Index Index FrugalGPT 改善点 Prompt Adaptation LLM Approximation LLM Cascade 参考 Web サイト FrugalGPT コスト削減のための改善. 改善点 Prompt Adaptation LLM Approximation LLM Cascade 参考 FrugalGPT: …

【機械学習】One-Hot Encoding

前処理 yhayato1320.hatenablog.com Index Index One-Hot Encoding 参考 One-Hot Encoding 参考 Kaggle で勝つデータ分析の技術 3 特徴量の作成 3.5 カテゴリ変数の変換 3.5.1 one-hot encoding Kaggleで勝つデータ分析の技術作者:門脇 大輔,阪田 隆司,保坂 …

【深層学習】LangChain

LLM yhayato1320.hatenablog.com Index Index LangChain 参考 LangChain LLM におけるテクニックのひとつ. 参考 github github.com ChatGPTとLangChainで何でもできるAIを作る qiita.com LangChain www.youtube.com 話題の ChatGPT + LangChain で、膨大な P…

【深層学習】LaMDA

Large Language Model / LLM yhayato1320.hatenablog.com Transformer 自然現処理における手法 yhayato1320.hatenablog.com Index Index LaMDA 参考 Web サイト LaMDA Googleの対話型人工知能. Transormer がベースとなっている. 参考 LaMDA: Language Model…

【機械学習】近似推論法

機械学習 #まとめ編 yhayato1320.hatenablog.com Index Index 近似法 / 近似推論法 決定論的近似 / 決定的 変分近似法 変分推論法 / Variational Inference・変分ベイズ法 / Variational Bayes EP 法 / Expectation Propagation サンプリング法 / 確率的 モ…

【機械学習】情報量

機械学習 #まとめ編 yhayato1320.hatenablog.com Index Index 情報量 エントロピー / Entropy 相互情報量 交差エントロピー / Cross Entropy KL Divergence / 相対エントロピー JS Divergence 参考 書籍 Web サイト 情報量 エントロピー / Entropy 離散確率…

【深層学習】スコアベースモデル / Score Base Model / SBM

生成モデル yhayato1320.hatenablog.com Index Index スコア スコア導入のメリット 近似法 ランジュバン・モンテカルロ法 スコアベースモデル / Score Base Model / SBM スコアマッチング 明示的スコアマッチング / Explicit Score Matching / ESM 暗黙的ス…

【深層学習】エネルギーベースモデル / Energy Based Model / EBM

生成モデル yhayato1320.hatenablog.com Index Index エネルギーベースモデル / Energy Based Model / EBM エネルギー関数 分配関数 メリット / デメリット メリット デメリット 学習方法 MCMC 法 スコアベースモデル 応用 Restricted Boltzmann Machine / R…

【深層学習】Scaling Transformer

Transformer #まとめ編 yhayato1320.hatenablog.com Index Index Scaling Transformer Recurrent Memory 参考 Scaling Transformer GPT系は最大3万トークン入力で, 本手法は200万トークンが可能. Recurrent Memory 参考 Scaling Transformer to 1M tokens an…

【機械学習】Neural Network

機械学習 #まとめ編 yhayato1320.hatenablog.com Index Index Neural Network 応用 Deep Neural Network / DNN Spiking Neural Network / SNN Liquid Neural Network Geometric Algebra Neural Network Geometric Clifford Algebra Network / GCAN 参考 Neur…

【深層学習】Consistency Models

Index Index Consistency Models 参考 Web サイト Consistency Models 参考 Consistency Models [2023] arxiv.org Web サイト github.com AI画像生成のスピードが大幅アップか、OpenAI が Consistency Models の実装をリリース cginterest.com Consistency M…

【音声解析】Voice Conversion / 音声変換

音声解析 yhayato1320.hatenablog.com Index Index Voice Conversion / 音声変換 アルゴリズム TriAAN-VC / 2023 参考 Voice Conversion / 音声変換 アルゴリズム TriAAN-VC / 2023 TriAAN-VC: Triple Adaptive Attention Normalization for Any-to-Any Voic…

【深層学習】Open Pre-trained Transformer

Index Index Open Pre-trained Transformer 応用 OPT-IML / 2022 参考 Web サイト Open Pre-trained Transformer 2022年5月に Meta が GPT-3 に匹敵する 1,750 億のパラメーターを持つ OPT-175B (Open Pretrained Transformer 175B) を公開した. OPT-175B は…

【機械学習】主成分分析 / Principal Component Analysis / PCA

Index Index 主成分分析 / Principal Component Analysis / PCA 参考 Web サイト 動画 主成分分析 / Principal Component Analysis / PCA 参考 Web サイト 主成分分析が分散共分散行列の固有値・固有ベクトルで得られることを確認する www.hello-statisticia…

【深層学習】Parameter Efficient Fine Tuning / PEFT

Pre Training / Fine Turning yhayato1320.hatenablog.com Index Index Parameter Efficient Fine Tuning / PEFT 参考 Parameter Efficient Fine Tuning / PEFT 参考 github.com PEFT の手法まとめ

【点群処理】Simultaneous Localization And Human Mesh Recovery / SLAHMR

Index Index Simultaneous Localization And Human Mesh Recovery / SLAHMR 参考 Web サイト Simultaneous Localization And Human Mesh Recovery / SLAHMR 参考 Decoupling Human and Camera Motion from Videos in the Wild [2023] arxiv.org Web サイト …

【深層学習】ToMe

Transformer yhayato1320.hatenablog.com Index Index ToMe 参考 ToMe 参考 Transformerで処理中にトークン集合を二つにわけ(A, B)、 A中の各トークンで最も似ているB中のトークンを求め、 最も似ている上位ペアr%をマージし、 トークンを減らして処理をす…

【深層学習】LLaMA

Transformer yhayato1320.hatenablog.com Index Index LLaMA 応用 Chat LLaMA Alpaca / 2023 Self Instruct LLaMA-Adapter / 2023 Vicuna LLama 2 実装 参考 Web Tweet 動画 LLaMA 応用 Chat LLaMA https://github.com/nebuly-ai/nebullvm/tree/main/apps/ac…

【深層学習】GPT-4

GPT #まとめ編 yhayato1320.hatenablog.com Index Index GPT-4 サービス GPT4All 研究 参考 Web サイト GPT-4 言語と画像のマルチモーダル大規模言語モデル. サービス GPT4All GPT4All: Training an Assistant-style Chatbot with Large Scale Data Distilla…

【深層学習】Cold Diffusion

Index Index Cold Diffusion 参考 Web サイト Cold Diffusion 参考 Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise [2022] arxiv.org Web サイト 2022年の深層学習ハイライト Cold Diffusion: Inverting Arbitrary Image Transforms W…

【画像処理】HSI 空間 / HSI 変換

画像処理 yhayato1320.hatenablog.com Index Index HSI 空間 / HSI 変換 YCC 変換 6 角錐モデル / HSV 双 6 角錐モデル / HSL 応用 色抽出 色味調整 参考 書籍 Web サイト OpenCV HSI 空間 / HSI 変換 RGB カラー画像を構成する RGB 値を調整して、画像の明…

【画像処理】表色系 / Color Specification System

画像処理 yhayato1320.hatenablog.com Index Index 表色系 / Color Specification System マンセル表色系 CIE-RGB 表色系 CIE-XYZ 表色系 色度座標 参考 書籍 表色系 / Color Specification System 色を定量的に表す体系を、表色系 / Color Specification Sy…

【深層学習】BLOOM

Index Index BLOOM 応用 BLOOMZ / 2023 参考 Web サイト BLOOM 応用 BLOOMZ / 2023 Crosslingual Generalization through Multitask Finetuning [2023] arxiv.org github.com 参考 BLOOM: A 176B-Parameter Open-Access Multilingual Language Model [2022] …

【深層学習】GLM

Index Index GLM 参考 Web サイト GLM 参考 GLM: General Language Model Pretraining with Autoregressive Blank Infilling [2021] arxiv.org github.com Web サイト ChatGLM-6B github.com GLM-130B github.com

【深層学習】LUKE

Index Index LUKE 参考 Web サイト LUKE 参考 LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention [2020] arxiv.org Web サイト 現状最強?と噂の高性能言語モデル「LUKE」で日本語ニュース分類 qiita.com

【深層学習】Big Bird

Index Index BigBird 参考 BigBird これまでの最大 8 倍の 1 セグメント当たり 4096 項目のシーケンス長を処理できる. 参考 Big Bird: Transformers for Longer Sequences [2020] arxiv.org

【データセット】点群データ #まとめ編

データセット #まとめ編 yhayato1320.hatenablog.com Index Index 点群データ Breaking Bad / 2022 MobileBrick / 2023 CIRCLE / 2023 タスク 3D multi-view visual question answering / 3DMV-VQA 3D concept learning and reasoning / 3D-CLR / 2023 点群…

【深層学習】Diffusion Transformer / DiT

Index Index Diffusion Transformer / DiT 参考 Web サイト Diffusion Transformer / DiT Transformer の導入. Diffusion Model yhayato1320.hatenablog.com 参考 Scalable Diffusion Models with Transformers [2022] arxiv.org Web サイト Diffusionモデル…

【深層学習】Chatbot #まとめ編

Index Index ChatBot Meena / 2020 Blenderbot / 2020 サービス・アプリケーション DeepSpeed-Chat 参考 ChatBot 自然現処理のタスクのひとつ. 自然言語処理 yhayato1320.hatenablog.com Transformer を用いたアルゴリズムをまとめる. Transformer yhayato13…

【深層学習】Memory Compressed Transformer

Index Index Memory Compressed Transformer 参考 Memory Compressed Transformer ドキュメントの要約 / Summarize のタスクにおける手法. 文章要約 yhayato1320.hatenablog.com Memory Compressed Attention を導入. 参考 Generating Wikipedia by Summariz…