Library

Tinygrad: A Lightweight Deep Learning Library for Beginners

Deep learning has turn out to be a dominant force in the sector of artificial intelligence, enabling remarkable advancements in various applications, from image recognition to natural language processing. Nevertheless, working with deep learning...

How good is ChatGPT on QA tasks? Intro to Query Answering Intro to DeepPavlov Library Reading Comprehension (SQuAD 2.0) Natural Yes/No Questions (BoolQ) Query-answering NLI (QNLI) The right way to...

A hands-on comparison using ChatGPT and fine-tuned encoder-based models on QA tasks.Within the above example, we are able to again notice that ChatGPT could be easily deceived. The sentence from the instance doesn’t explicitly...

12 Ways to Handle Missing Values in Data 1. Delete the row that has missing values 2. Delete your entire column that has missing values 3. Impute...

Many machine learning algorithms fail if the dataset comprises missing values. Also, sometimes missing records impact the accuracy of the entire evaluation. That's the reason it is rather necessary to handle missing values in...

Quantizing OpenAI’s Whisper with the Huggingface Optimum Library → >30% Faster Inference, 64% Lower Memory tl;dr Introduction Step 1: Install requirements Step 2: Quantize the model Step 3: Compare...

Save 30% inference time and 64% memory when transcribing audio with OpenAI’s Whisper model by running the below code.Get in contact with us for those who are inquisitive about learning more.With all of the...

Announcing PyCaret 3.0 — An open-source, low-code machine learning library in Python In this text: Introduction 📈 Stable Time Series Forecasting Module 💻 Object Oriented API 📊 More options...

Exploring the Latest Enhancements and Features of PyCaret 3.0# print pipeline stepsprint(exp1.pipeline.steps)print(exp2.pipeline.steps)PyCaret 2 can mechanically log experiments using MLflow . While it continues to be the default, there are more options for experiment logging...

Detecting data drift to observe ML models in production (using Evidently library in Python) What’s data drift and why should we detect that ? Tips on...

Data drift occurs when the statistical properties of the input data change over time, resulting in a shift in the info distribution.Note:With default logic, z test is used for goal and KS test is...

The Essential Library to Construct Segmentation Models

Construct and train a segmentation model with a couple of lines of codeThere are over 400 encoders, thus it’s impossible to point out all of them, but you'll find a comprehensive list here.Once the...

Polars: The Super Fast Dataframe Library for Python — Goodbye Pandas?

Here’s why you need to select polars over pandas (and the right way to learn polars very quickly!).How can polars outperform pandas?Unlike pandas, polars is lazy and semi-lazy. In lazy Polars, we are able...

Recent posts

Popular categories

ASK ANA