Harminderaiwithharminder.hashnode.dev·Feb 4, 2025Why I Started My AI Journey & My Roadmap for the Next 6 Months🚀 My AI & Machine Learning Journey – Roadmap & Goals Why AI? 🤖 AI is transforming the world, from self-driving cars to personalized recommendations.I started my journey in AI because of its ability to solve real-world problems and automate tasks th...#ML Roadmap
Anandanandms101.hashnode.dev·Jan 7, 2025Using Machine Learning to Predict Fetal Health: A Comprehensive GuideIntroduction Did you know that timely diagnosis of fetal health conditions can significantly reduce complications during pregnancy? With technological advancements, machine learning (ML) has emerged as a powerful tool to assist healthcare professiona...1 like·138 readsMachine Learning
Arman Chaudhary6monthstoaimastery.hashnode.dev·Jan 2, 2025Notebooks You Need to See for Learning PyTorchThis notebook is from a Kaggle competition, demonstrating the effective use of PyTorch. You can customize it to suit your needs for most predictive tasks in machine learning. 👉 Link to Jupyter Notebook import os import pickle import polars as pl i...Jupyter Notebook
Savulla vaishnavivaishnavi-savulla.hashnode.dev·Nov 30, 2024Rapido Ride Services with Power BIResources: https://www.kaggle.com/datasets/vishaldeoprasad/bangalore-rapido-ride-services-dataset Overview This dataset contains comprehensive records of ride services offered by Rapido in Bangalore over a two-month period. It includes various servic...29 readsPowerBI
Esther Undiedequeen.hashnode.dev·Oct 13, 2024Master Python Functions: The Ultimate Beginner's GuideA Function in programing is a named sequence of statements that performs a computation. It is a block of code which runs only when it is called. so when you define a function, you specify the name and the sequence of statements. Later, you call the f...1 likeAI Academy
Beau CarnesforfreeCodeCampfreecodecamp.org·Sep 30, 2024Improve Your Data Science Skills by Solving Kaggle ChallengesData science competitions can help you improve your data science skills. We just posted a course on the freeCodeCamp.org YouTube channel that is designed to help you understand and complete Kaggle competitions, from data exploration to model building...kaggle
Ammarammarite.hashnode.dev·Sep 15, 2024Why Kaggle is So OPPersonally, Kaggle is sufficient enough for someone for data science starter, or even to delve deeper in data science field. This article was written after having a conversation with a Kaggle Master, listening to some Kaggle Grandmaster Podcast, and ...53 readskaggle
Nischal Baidarnischalbaidar.hashnode.dev·Aug 23, 2024🎭 How to Connect Kaggle with Google Colab and Download Datasets! 📥Connecting Kaggle with Google Colab is super easy! By following the steps below, you can download datasets directly into your Colab environment and start working on your machine learning projects right away. 🚀 Step 1: Create a Kaggle Account and Gen...31 readsconnectkaggleandgooglecolab
Amey Poteameypote.hashnode.dev·Aug 1, 2024Lights, Camera, Algorithms: Developing a Content-Based Movie Recommendation SystemHey there! I'm Amey Pote, and I recently developed a content-based movie recommendation system as part of my machine learning journey. I wanted to share my experience and the steps I took to build this system, leveraging advanced pre-processing techn...10 likesMachine Learning
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Jul 25, 2024Getting Started with Pandas: The Key Functions You Need to KnowPandas is a powerful Python library used for data analysis and manipulation. It is a crucial tool in Exploratory Data Analysis (EDA), which is a fundamental step in machine learning. Pandas offers numerous built-in functions that enable faster and mo...pandas