/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jaketae.github.io
| | sebastianraschka.com
2.3 parsecs away

Travel
| | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs).
| | teddykoker.com
3.5 parsecs away

Travel
| | In this post we will be using a method known as transfer learning in order to detect metastatic cancer in patches of images from digital pathology scans.
| | www.paepper.com
2.4 parsecs away

Travel
| | 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
| | saturncloud.io
7.4 parsecs away

Travel
| By combining Dask and PyTorch you can easily speed up training a model across a cluster of GPUs. But how much of a benefit does that bring? This blog post finds out!