AI/ML Research

Basic Statistical Analysis with NumPy

Introduction Statistical analysis is important in data science. It helps us understand data better. NumPy is a key Python library…

7 months ago

3 Ways of Using Gemma 2 Locally

After the highly successful launch of Gemma 1, the Google team introduced an even more advanced model series called Gemma…

7 months ago

7 Machine Learning Projects That Can Add Value to Any Resume

Learning by doing is the best way to master essential skills for becoming a machine learning engineer. Instead of just…

7 months ago

One Hot Encoding: Understanding the “Hot” in Data

Preparing categorical data correctly is a fundamental step in machine learning, particularly when using linear models. One Hot Encoding stands…

7 months ago

The Search for the Sweet Spot in a Linear Regression with Numeric Features

Consistent with the principle of Occam’s razor, starting simple often leads to the most profound insights, especially when piecing together…

7 months ago

Free Tools Every ML Beginner Should Use

We have all experienced it: starting is the toughest part of any journey. So getting started in the ML field…

7 months ago

5 Free Podcasts That Demystify Machine Learning Concepts

Machine learning (ML) has become a buzzword in recent years, with applications ranging from voice assistants to self-driving cars. Yet,…

7 months ago

Building a Simple RAG Application Using LlamaIndex

In this tutorial, we will explore Retrieval-Augmented Generation (RAG) and the LlamaIndex AI framework. We will learn how to use…

7 months ago

The Strategic Use of Sequential Feature Selector for Housing Price Predictions

To understand housing prices better, simplicity and clarity in our models are key. Our aim with this post is to…

7 months ago

5 Tips for Getting Started with Time Series Analysis

As a machine learning engineer or a data scientist, you’ll likely need to work with time series data. Time series…

7 months ago