1 min read
GAN Generative Adversarial Network 의 value function \displaystyle\min {G}\max {D}V(D,G)=\mathbb{E} {x\sim\operatorname{P {data(x)}}}[\log D(x)]+\mathbb{E} {z\sim P...
Stable Diffusion 2406.18790 MUMU: BOOTSTRAPPING MULTIMODAL IMAGE GENERATION FROM TEXT-TO-IMAGE DATA B) Related C) References.
Gradient Accumulation Gradient accumulation is a technique where you can train on bigger batch sizes than your machine would normally be able to fit into memory.
Variational Autoencoder Variational Autoencoder(VAE)는 autoencoder 를 확률 모델로 확장한 generative model 이다.
LLMOps vs. Reference: 대규모 언어 모델의 핵심 기술 LLMOps를 알아보자! | KT Enterprise LLMOps 와 MLOps 는 머신러닝 모델을 효율적으로 운영하고 관리하기 위해 존재합니다. 목적은 같지만, 명확한 차이점이 있는데요.
Fine-tuning 파인 튜닝 방식은 모델의 모든 parameter 를 학습시키는 방법이다. 해당 학습과 다른 방식으로는 linear probing 방식이 있다. 2. Related 3. References.
GPT B) Related C) References.
FastChat LLM 파인 튜닝 용 라이브러리 B) Arguments Description tf32 C) Related D) References.
Covariate Shift covariate shift 는 ML 에서 종종 마주치는 특수한 형태의 데이터 변화를 의미한다. Related References www.seldon.io/what-is-covariate-shift .
Refer link statproofbook.github.io/D/gm generative model 이란 training data 가 주어졌을 때, 이 training data 에 대한 분포와 같은 분포에서 sampling 하는 Machine Learning Model 을 의미한다.