|
You are here |
sebastianraschka.com | ||
| | | | |
jalammar.github.io
|
|
| | | | | Translations: Chinese, Vietnamese. (V2 Nov 2022: Updated images for more precise description of forward diffusion. A few more images in this version) AI image generation is the most recent AI capability blowing people's minds (mine included). The ability to create striking visuals from text descriptions has a magical quality to it and points clearly to a shift in how humans create art. The release of Stable Diffusion is a clear milestone in this development because it made a high-performance model available to the masses (performance in terms of image quality, as well as speed and relatively low resource/memory requirements). After experimenting with AI image generation, you may start to wonder how it works. This is a gentle introduction to how Stable Diffus... | |
| | | | |
www.paepper.com
|
|
| | | | | Introduction LoRA (Low-Rank Adaptation of LLMs) is a technique that focuses on updating only a small set of low-rank matrices instead of adjusting all the parameters of a deep neural network . This reduces the computational complexity of the training process significantly. LoRA is particularly useful when working with large language models (LLMs) which have a huge amount of parameters that need to be fine-tuned. The Core Concept: Reducing Complexity with Low-Rank Decomposition | |
| | | | |
www.analyticsvidhya.com
|
|
| | | | | Learn about Attention Mechanism, its introduction in deep learning, implementation in Python using Keras, and its applications in computer vision. | |
| | | | |
www.3blue1brown.com
|
|
| | | An overview of what a neural network is, introduced in the context of recognizing hand-written digits. | ||