Aakashi Jaiswalaakashi.hashnode.dev·Sep 26, 2024Empathy Through AIIn this blog, I am going to share some updates of my bot, that I am building. This bot is an Empathetic Mental support bot, which will become your AI companion you share anything with it and can express how you're feeling and many more!! Today, I wil...2 likesArtificial Intelligence
Sam Schneiderblog.samschneider.me·Aug 12, 2024How to Create Your First Hugging Face DatasetModern AI tooling is mainly based on building models trained by lots of data rather than developing clever algorithms. This means that once you move beyond the basics of calling models others have developed and want to start training your own models,...124 readshuggingface
Blake Downwarddatarecon.hashnode.dev·Apr 11, 2024Embracing the Unexpected: A Lesson in Learning by DoingIn my opinion, there's no better way to learn a new skill than just sitting down and doing it. Sometimes that's easier said than done, and sometimes we're so new to a field that we might not even know what skill we should learn. When I decided to lea...machine listening
Saswat Samalblog.saswatsamal.com·Mar 10, 2024The Odia DatasetOdia, a language predominantly spoken in the Indian state of Odisha, boasts a unique script that adds to its cultural richness. Recognizing the need for an efficient Odia number recognition system, this project harnesses the power of machine learning...10 likes·293 readsDataset For Machine Learning
Evan Tungdragonejt.hashnode.dev·Feb 18, 2024Discussing: Satellite Pattern-of-Life Characterization Dataset and Benchmark SuiteMy current interest area in Computer Science research is the applications of machine learning in space and on satellites. In order to learn more about this intersection of space exploration and machine learning, I am participating in the MIT ARCLab P...21 likes·45 readsDiscussionsspace
Siddhi Kiran Bajracharyasiddhibajracharya.hashnode.dev·Jan 22, 2024Using PyTorch DataLoaders with DatasetsToday, I will demonstrate how we can use the PyTorch's Dataset and DataLoaders class to feed data into PyTorch models. If you are not familiar with Dataset classes, please take a look at my previous article here. I recommend you to go through the art...31 readsLoading datasets in PyTorchdataloaders
Robert Wynnrobai.hashnode.dev·Jan 5, 2024How to Prepare a Machine Learning Dataset using Tkinter (Python)Here is the link for the Instagram Kaggle dataset: https://www.kaggle.com/datasets/shmalex/instagram-images/data If you just want to see the code/what I did, scroll down to "The Solution". Intro I recently completed the Zero to Mastery Machine Learni...Machine Learning
Derek Onwudiwetecheffect.hashnode.dev·Nov 24, 2023DataSets : ML1. Kaggle Datasets: - Kaggle is a popular platform for data science competitions, and it hosts a wide range of datasets. Visit Kaggle Datasets at https://www.kaggle.com/datasets to explore and download datasets for your mini challenge. 2. UCI Machine...Dataset For Machine Learning
Derek Onwudiwetecheffect.hashnode.dev·Nov 9, 2023Machine Learning AlgorithmMachine learning algorithms are designed to enable computers to learn patterns and make decisions without explicit programming. Here's a brief overview: 1. Data Collection: - Example: Gathering a dataset of customer purchase history. 2. Data Preproce...Machine Learning
Manjunath Irukulladevopsmanju.hashnode.dev·Sep 12, 2023EDA Analysis on IPL DatasetIn this new series, I'm going to share my learnings in Machine Learning. In this article, we are going to learn what EDA analysis is, how it can help us explore the data, and the basic libraries, code implementation, etc. I am using Google Collab for...AI