Categories
Misc

Data Is Better Together: A Look Back and Forward

Categories
Misc

Fine-tuning Florence-2 – Microsoft’s Cutting-edge Vision Language Models

Categories
Misc

Ethics and Society Newsletter #6: Building Better AI: The Importance of Data Quality

Categories
Misc

XLSCOUT Unveils ParaEmbed 2.0: a Powerful Embedding Model Tailored for Patents and IP with Expert Support from Hugging Face

Categories
Misc

Welcome Gemma 2 – Google’s new open LLM

Categories
Misc

Federated XGBoost Made Practical and Productive with NVIDIA FLARE

Decorative image of NVFLARE use cases.XGBoost is a highly effective and scalable machine learning algorithm widely employed for regression, classification, and ranking tasks. Building on the…Decorative image of NVFLARE use cases.

XGBoost is a highly effective and scalable machine learning algorithm widely employed for regression, classification, and ranking tasks. Building on the principles of gradient boosting, it combines the predictions of multiple weak learners, typically decision trees, to produce a robust overall model. XGBoost excels with large datasets and complex data structures, thanks to its efficient…

Source

Categories
Misc

Explainer: What Is High-Performance Computing?

Abstract image with three different illustrations representing HPC applications.High-performance computing (HPC) is the art and science of using groups of cutting-edge computer systems to perform complex simulations, computations, and data…Abstract image with three different illustrations representing HPC applications.

High-performance computing (HPC) is the art and science of using groups of cutting-edge computer systems to perform complex simulations, computations, and data analysis that is out of reach of the standard commercial compute systems available.

Source

Categories
Misc

Create RAG Applications Using NVIDIA NIM and Haystack on Kubernetes

Step-by-step guide to build robust, scalable RAG apps with Haystack and NVIDIA NIMs on Kubernetes.

Step-by-step guide to build robust, scalable RAG apps with Haystack and NVIDIA NIMs on Kubernetes.

Source

Categories
Misc

Transforming Financial Analysis with NVIDIA NIM

In financial services, portfolio managers and research analysts diligently sift through vast amounts of data to gain a competitive edge in investments. Making…

In financial services, portfolio managers and research analysts diligently sift through vast amounts of data to gain a competitive edge in investments. Making informed decisions requires access to the most pertinent data and the ability to quickly synthesize and interpret that data. Traditionally, sell-side analysts and fundamental portfolio managers have focused on a small subset of…

Source

Categories
Misc

Introducing DoRA, a High-Performing Alternative to LoRA for Fine-Tuning

Full fine-tuning (FT) is commonly employed to tailor general pretrained models for specific downstream tasks. To reduce the training cost, parameter-efficient…

Full fine-tuning (FT) is commonly employed to tailor general pretrained models for specific downstream tasks. To reduce the training cost, parameter-efficient fine-tuning (PEFT) methods have been introduced to fine-tune pretrained models with a minimal number of parameters. Among these, Low-Rank Adaptation (LoRA) and its variants have gained considerable popularity because they avoid additional…

Source