Open in app

Sign In

Write

Sign In

Rahul S
Rahul S

650 Followers

Home

Lists

About

Pinned

A TALE OF DATA & DAIRY

Outline Of a Novel to be Once Written by an ML Engineer — Once I found myself as part of a rather unconventional endeavor — a subscription-based milk delivery company. It might seem like an odd choice. But the milk wasn’t just about nourishment. It was a story of retaining subscribers and ensuring their continued engagement. Picture this: Early mornings filled with the…

Mlops

3 min read

A TALE OF DATA & DAIRY
A TALE OF DATA & DAIRY
Mlops

3 min read


Pinned

Enhancing Machine Learning Projects: Strategies for Effective Data Handling and Model Performance

Machine learning has revolutionized numerous industries, from finance to healthcare, by enabling the development of intelligent systems capable of making predictions and decisions based on data. However, the success of machine learning projects relies heavily on the proper handling of data and the ability to build models that can adapt to real-world scenarios. In this essay, we will explore key aspects of data handling in machine learning, including data partitioning, bias mitigation, data leakage prevention, and addressing data drift.

Data

10 min read

Enhancing Machine Learning Projects: Strategies for Effective Data Handling and Model Performance
Enhancing Machine Learning Projects: Strategies for Effective Data Handling and Model Performance
Data

10 min read


Published in

Literary Impulse

·2 days ago

Meditations: The Despair called Life

In the dimly lit corners of existence, where the shadows of despair converge, I am drawn into a timeless struggle, a quest that has tormented the souls of thinkers, poets, and philosophers through the annals of human history: the despair called Life. Despair, like an ancient serpent, slithers beneath the…

Meditation

2 min read

Meditations: The Despair called Life
Meditations: The Despair called Life
Meditation

2 min read


2 days ago

Python: GIL (Global Interpreter Lock)

The Global Interpreter Lock is a mutex (short for mutual exclusion) that protects access to Python objects, preventing multiple threads from executing Python bytecodes in parallel. It is built deep into the Python system and it is not possible at the moment to get rid of it. In simpler terms…

Python

2 min read

Python: GIL (Global Interpreter Lock)
Python: GIL (Global Interpreter Lock)
Python

2 min read


2 days ago

Python: Local, Nonlocal and Global variables

nolocal is used when we need to access a variable in a nested function.global makes a previously declared variable global. ‘nonlocal` and `global` keywords are used to specify the scope of variables within functions and classes. They are used to indicate whether a variable should be treated as a local…

Python

2 min read

Python: Local, Nonlocal and Global variables
Python: Local, Nonlocal and Global variables
Python

2 min read


4 days ago

Python: Deep and Shallow Copy

In Python, the = (assignment) operation does not pass by reference. Instead, it binds a new name to the same object. This behavior is more accurately described as creating a reference to the object. When dealing with mutable objects like lists, modifying the object through any reference will affect all…

Python

2 min read

Python: Deep and Shallow Copy
Python: Deep and Shallow Copy
Python

2 min read


Published in

Literary Impulse

·5 days ago

On Arranged Marriages

Love grows. Like a fungus over a monsoon laden earth under the shadow of a dripping Banyan. It grows into something. A sense of care. A habit. Noise in the ears when she is around, and a dense emptiness when she is not. Not like the everlasting love of Radha…

Love

1 min read

On Arranged Marriages
On Arranged Marriages
Love

1 min read


Sep 21

Python: apply(), map(), and applymap() for Data Manipulation

apply() works on both DataFrames and Series, allowing custom functions for transformation. map() is specifically for Series objects and is useful for value replacement or mapping. applymap() is applied to all elements in a DataFrame and is handy for element-wise operations. apply() apply() is a Pandas DataFrame and Series method that…

Python

2 min read

Python: apply(), map(), and applymap() for Data Manipulation
Python: apply(), map(), and applymap() for Data Manipulation
Python

2 min read


Sep 21

Recommender Systems: Collaborative Filtering and Content-Based Filtering

The article discusses recommender systems, focusing on Collaborative Filtering and Content-Based Filtering methods. Collaborative Filtering uses user interaction data, while Content-Based Filtering relies on item characteristics for personalized recommendations. Hybrid systems combine both methods for better results. — Collaborative Filtering and Content-Based Filtering are two fundamental approaches used in recommender systems to provide personalized recommendations to users. These methods are designed to address the challenges of information overload and help users discover relevant content or products.

Recommendation System

3 min read

Recommender Systems: Collaborative Filtering and Content-Based Filtering
Recommender Systems: Collaborative Filtering and Content-Based Filtering
Recommendation System

3 min read


Sep 15

Introduction to Gaussian Mixture Models (GMM) with Expectation-Maximization (EM)

1. INTUITION Imagine you have a basket of colorful marbles, and you want to group them based on their colors. But there’s a twist. You don’t know how many different colors are in the basket, and some marbles might be a mix of two or more colors. This is where Gaussian Mixture…

Machine Learning

3 min read

Introduction to Gaussian Mixture Models (GMM) with Expectation-Maximization (EM)
Introduction to Gaussian Mixture Models (GMM) with Expectation-Maximization (EM)
Machine Learning

3 min read

Rahul S

Rahul S

650 Followers

linkedin.com/in/aaweg-i | NLP, Statistics, ML | Founder, ShabdAaweg

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams