Handling Mixed Variables in Feature Engineering: A Practical Guide with Code
Author(s): Souradip Pal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. A girl looking at a screen containing mixed variables. Source: Image generated by Dall-E Imagine youβre working on a brand-new data project, …
A Beginnerβs Guide to Converting Numerical Data to Categorical: Binning and Binarization
Author(s): Souradip Pal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. Imagine sifting through rows of data in a spreadsheet packed with numbers that look impressive at first glance. But when you try …
Best Data Science Books & Courses To Get A Job
Author(s): Egor Howell Originally published on Towards AI. A comprehensive guide to the books and courses that helped me in my journey. This member-only story is on us. Upgrade to access all of Medium. Image by author. After working 3 years as …
Letβs Build GPT from Scratch for Text Generator
Author(s): Asad iqbal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. We will use KerasNLP to build a scaled-down Generative Pre-Trained (GPT) model in this example. GPT is a Transformer-based model that allows …
Mathematical Transformations in Feature Engineering: Log, Reciprocal, and Power Transforms Explained with Visualization
Author(s): Souradip Pal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. Imagine youβre preparing to bake a cake, but some ingredients are piled high, and others barely fill the spoon. Without smoothing out …
Optimizing Machine Learning Models: A Deep Dive into Hyperparameter Tuning Techniques
Author(s): MD TAHSEEN EQUBAL Originally published on Towards AI. Grid Search, Random Search and Bayesian Optimization Introduction to Hyperparameters Hyperparameters are the external parameters of a machine learning model that are not learned from the data. Instead, they are set before the …
Forget Houses, Smart Investors Are Buying Data Centers. Hereβs Why.
Author(s): KayDee Originally published on Towards AI. How data centers became hot real estate investments. This member-only story is on us. Upgrade to access all of Medium. Photo by Shubham Dhage on Unsplash Not a Medium Member? Read this Article for Free …
Building a Simple Linear Regression Model on Azure to Predict Car Prices
Author(s): Julius Nyerere Nyambok Originally published on Towards AI. Hello there, gentle reader!I am Nyerere Julius, an aspiring machine learning engineer and cloud solution specialist, deeply intrigued by the vast possibilities that AI and ML offer. In this project, Iβll guide you …
Simplifying Data Preprocessing with ColumnTransformer in Python: A Step-by-Step Guide
Author(s): Souradip Pal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. Imagine youβre in a busy kitchen, trying to prepare a gourmet meal. Youβve got various ingredients laid out, each needing a different …
Encoding Categorical Data: A Step-by-Step Guide
Author(s): Souradip Pal Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. Imagine youβre baking a cake, but instead of sugar, flour, and eggs, you have words like βvanilla,β βchocolate,β and βstrawberryβ on your …
Simplifying LLM Development: Treat It Like Regular ML
Author(s): Ori Abramovsky Originally published on Towards AI. Photo by Daniel K Cheung on Unsplash Large Language Models (LLMs) are the latest buzz, often seen as both exciting and intimidating. Many data scientists Iβve spoken with agree that LLMs represent the …
The Data Science Mentor
Author(s): Alessandro Romano Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. Photo by Susan Q Yin on Unsplash We all had a mentor. Sometimes, it is a parent or just someone who dropped …
Why are Data Scientists Afraid to Use Test Driven Development?
Author(s): Lazar Gugleta Originally published on Towards AI. Software engineering should be one of the primary skills of Data Scientists. This member-only story is on us. Upgrade to access all of Medium. Programming differs from Software Engineering and especially Data Science, but …
Googleβs Gemma2-2B, A Compression Marvel
Author(s): Ignacio de Gregorio Originally published on Towards AI. How to Build a Small TitanSource: Generated by author using GPT-4o Google has reached a new milestone in AI by training a 2 billion parameter model, absolutely minute in todayβs terms, that surpasses …
TensorFlow vs. PyTorch: Whatβs Better for a Deep Learning Project?
Author(s): Eashan Mahajan Originally published on Towards AI. Photo by Marius Masalar on Unsplash Deep learning. A subset of machine learning utilizing multilayered neural networks, otherwise known as deep neural networks. Allowing society to simulate the decision-making prowess the human brain possesses, …