Difference between revisions of "AI-ML"
From Wasya Wiki
(Created page with " https://devforth.io/blog/gpt-j-is-a-self-hosted-open-source-analog-of-gpt-3-how-to-run-in-docker/ https://hub.docker.com/r/devforth/gpt-j-6b-gpu https://github.com/devfort...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Topics in AI-ML == | ||
+ | * [[ Autoencoder ]] | ||
− | + | == Future Topics in AI-ML == | |
+ | * [[ Variational Autoencoder ]] | ||
+ | * [[ GAN ]] | ||
+ | * [[ Stable Diffusion ]] | ||
+ | * [[ GPT ]] | ||
− | + | == References == | |
+ | * [[t-SNE]] - visualization | ||
− | https://github.com/devforth/gpt-j-6b-gpu-docker | + | == Reading List == |
− | + | * https://devforth.io/blog/gpt-j-is-a-self-hosted-open-source-analog-of-gpt-3-how-to-run-in-docker/ | |
− | https://github.com/kingoflolz/mesh-transformer-jax | + | * https://hub.docker.com/r/devforth/gpt-j-6b-gpu |
− | + | * https://github.com/devforth/gpt-j-6b-gpu-docker | |
− | https://github.com/AUTOMATIC1111/stable-diffusion-webui | + | * https://github.com/kingoflolz/mesh-transformer-jax |
+ | * https://github.com/AUTOMATIC1111/stable-diffusion-webui |
Latest revision as of 18:08, 19 January 2024
Topics in AI-ML
Future Topics in AI-ML
References
- t-SNE - visualization