Skip to content

Instantly share code, notes, and snippets.

@benthecoder
Created April 19, 2022 05:40
Show Gist options
  • Save benthecoder/9429fef60b2c841a7665cdfdc880e03f to your computer and use it in GitHub Desktop.
Save benthecoder/9429fef60b2c841a7665cdfdc880e03f to your computer and use it in GitHub Desktop.
LABEL-1 LABEL-2 LABEL-3 LABEL-4 LABEL-5 LABEL-6 LABEL-7 LABEL-8 LABEL-9 LABEL-10
Predicting Rain with Machine Learning Will it rain tomorrow? Let’s build an AI model to answer that. Published on Mar 27 on Mar 27 · 8 min read · In Towards Data Science
10 Tips to Improve Your Regression Modeling From the book "Regression and Other Stories" Published on Mar 3 on Mar 3 · 11 min read · In bitgrit Data Science Publication
Data Analysis in 10 Easy Steps The key steps in the process of turning data into insights Published on Feb 21 on Feb 21 · 7 min read · In bitgrit Data Science Publication
The Missing Library in your Machine Learning Workflow A quick guide to using Optuna for hyperparameter optimization Published on Jan 27 on Jan 27 · 7 min read · In bitgrit Data Science Publication · Unpublished changes
Top Machine Learning Frameworks used by Data Scientists Here are the Top ML frameworks used by data scientists in 2021. Published on Jan 4 on Jan 4 · 8 min read · In bitgrit Data Science Publication
Top Data Science Articles for 2021 Wrap up of the bitgrit data science publication, and a look to 2022. Published on Dec 28, 2021 on Dec 28, 2021 · 4 min read · In bitgrit Data Science Publication
LitCoin NLP Challenge by NCATS & NASA Can you predict biomedical 🧬 entities in research titles and abstracts? Published on Dec 10, 2021 on Dec 10, 2021 · 7 min read · In Towards Data Science
A/B Testing, explained What it is, how it works and why it’s important Published on Nov 25, 2021 on Nov 25, 2021 · 5 min read · In bitgrit Data Science Publication
The Only Web Scraping Tool you need for Data Science Scrape Elon Musk’s tweets, Data Science job postings, YouTube comments and more, all with no code. Published on Nov 2, 2021 on Nov 2, 2021 · 7 min read · In Nerd For Tech
Visualize your LinkedIn Network with Python Wondering what your LinkedIn connections looks like? Use graphs to find out. Published on Oct 29, 2021 on Oct 29, 2021 · 7 min read · In bitgrit Data Science Publication
5 Roles in Data in 2021 Data Scientists, Analysts, Data Engineers, and Machine Learning Engineers. What do they do? Published on Oct 19, 2021 on Oct 19, 2021 · 6 min read · In bitgrit Data Science Publication · Unpublished changes
Federated Learning — Decentralized ML The privacy upgrade for Machine Learning Published on Sep 28, 2021 on Sep 28, 2021 · 6 min read · In bitgrit Data Science Publication
Train, Visualize and Inspect Computer Vision Models with no code A look at Nexus and Portal, a no-code MLOps platform that allows you to train, test and deploy state-of-the-art cv models Published on Sep 1, 2021 on Sep 1, 2021 · 7 min read · In Towards Data Science
Making Machine Learning Models Interpretable Methods to interpret any Machine Learning model Published on Aug 29, 2021 on Aug 29, 2021 · 11 min read · In bitgrit Data Science Publication
5 Applications of Artificial Intelligence in Business A quick look at how AI is applied in the real world today Published on Aug 22, 2021 on Aug 22, 2021 · 6 min read · In bitgrit Data Science Publication
Build a News Article Summarizer App with Hugging Face 🤗 and Gradio Building a text summarizer with Newspaper3k, Hugging Face, and Gradio Published on Jul 28, 2021 on Jul 28, 2021 · 7 min read · In bitgrit Data Science Publication
Sentiment Analysis on Reddit Tech News with Python A quick guide to sentiment analysis with NLTK on the subreddit r/technews. Published on Jul 14, 2021 on Jul 14, 2021 · 10 min read · In bitgrit Data Science Publication
20+ Must-Subscribe Data and AI Newsletters in 2021 A curated list of reputable newsletters with quality content on DS, DE, ML and AI. Published on Jul 5, 2021 on Jul 5, 2021 · 5 min read · In Towards Data Science
Scraping 100+ Free Data Science Books with Python And using data science to decide which books to read. Published on Jun 29, 2021 on Jun 29, 2021 · 12 min read · In bitgrit Data Science Publication
Why is Data Engineering popular now? The deep dive into the trend of Data Engineering and why it’s essential. Published on Jun 20, 2021 on Jun 20, 2021 · 7 min read · In bitgrit Data Science Publication
Using Data Science to Predict Viral Tweets Can you use Machine Learning to predict which tweets will go viral? Published on Jun 15, 2021 on Jun 15, 2021 · 11 min read · In Towards Data Science
5 Computer Vision Trends for 2021 ML Engineer, Sayak Paul presents key trends in Computer Vision Published on Jun 9, 2021 on Jun 9, 2021 · 6 min read · In bitgrit Data Science Publication
Ethereum Price Prediction with Python A short guide to time series forecasting using the Prophet library Published on May 27, 2021 on May 27, 2021 · 8 min read · In bitgrit Data Science Publication
Data Cleaning with Python A guide to data cleaning using the Airbnb NY data set Published on May 21, 2021 on May 21, 2021 · 9 min read · In bitgrit Data Science Publication
All my articles in one place Tutorials, ideas, explanations, and resources Published on Apr 25, 2021 on Apr 25, 2021 · 3 min read
Building an Image Classification model with PyTorch from scratch A step-by-step guide to building a CNN model with PyTorch. Published on Apr 22, 2021 on Apr 22, 2021 · 18 min read · In bitgrit Data Science Publication
Top 5 Machine Learning Algorithms Explained Exploring the most popular data science methods along with their applications. Published on Mar 30, 2021 on Mar 30, 2021 · 14 min read · In bitgrit Data Science Publication
Building an XGBoost Model to Predict Video Popularity A thorough guide on building a simple XGBoost model for a data science competition. Published on Mar 19, 2021 on Mar 19, 2021 · 14 min read · In bitgrit Data Science Publication · Unpublished changes
12 Data Science & AI Competitions to Advance Your Skills in 2021 Ready to take your skills to the next level at these competition platforms? Published on Dec 21, 2020 on Dec 21, 2020 · 8 min read · In Towards Data Science
The 6 Principles of Effective Data Visualization Key principles for creating useful and informative graphics Published on Dec 18, 2020 on Dec 18, 2020 · 6 min read · In Better Programming
Everything You Need to Learn R for Data Science A collection of free resources to learn R for data science, machine learning, and statistics Published on Dec 17, 2020 on Dec 17, 2020 · 10 min read · In Better Programming · Unpublished changes
The Future of Deep Learning on Tiny 4-Bit Computers. Training Neural Networks could soon be done on smartphones. Published on Dec 14, 2020 on Dec 14, 2020 · 4 min read · In Towards Data Science
What is Tidy Data? A must-know concept for Data Scientists. Published on Dec 12, 2020 on Dec 12, 2020 · 6 min read · In Towards Data Science
Everything you need to Learn Python from Zero to Hero Sharing the resources I’m using to learn Python, from books, courses, and podcasts to coding websites and documentations. Published on Oct 28, 2020 on Oct 28, 2020 · 13 min read · In Towards Data Science
Big Data: Its Benefits, Challenges, and Future A brief look at Big Data and the future. Published on Oct 27, 2020 on Oct 27, 2020 · 8 min read · In Towards Data Science
What is a P-value? An intro to p-value & significance testing, with examples in R Published on Oct 27, 2020 on Oct 27, 2020 · 8 min read · In Towards Data Science
Experimental Design in Data Science Experiments in Data Science require proper planning and design to best answer its questions. Published on Oct 20, 2020 on Oct 20, 2020 · 7 min read · In Towards Data Science
The Six Types of Data Analysis Data Science is about asking questions, but what questions can you ask? Published on Oct 19, 2020 on Oct 19, 2020 · 8 min read · In Towards Data Science
A Crash Course on Version Control and Git & GitHub On Version Control Systems, Git & GitHub, and best practices for VCS Published on Oct 19, 2020 on Oct 19, 2020 · 8 min read · In Towards Data Science
Best Way to Learn R for Data Science On R for Data Science, R vs Python, and the Best Way to Learn R. Published on Oct 13, 2020 on Oct 13, 2020 · 8 min read · In Towards Data Science
A Brief Introduction to Data Science On what is Data Science, Big Data, Data and the Data Science process, and its applications. Published on Oct 1, 2020 on Oct 1, 2020 · 10 min read · In Towards Data Science
What is computation? On computation, knowledge, primitives, languages, semantics, and Python basics. Published on Sep 30, 2020 on Sep 30, 2020 · 7 min read · In Towards Data Science
Top 5 online courses to get you started with Data Science today. Here are the online courses that helped me kickstart my Data Science journey Published on May 22, 2020 on May 22, 2020 · 7 min read · In Towards Data Science
Top 10 Popular GitHub Repositories to learn about Data Science. Here are some of the best resources on GitHub for Data Science. Published on Apr 18, 2020 on Apr 18, 2020 · 8 min read · In Towards Data Science
12 Terminal Tips and Tricks Using macOS and HomeBrew Useful and fun Homebrew formulas Published on Apr 15, 2020 on Apr 15, 2020 · 7 min read · In Better Programming
Top 4 AI companies leading in the race towards Artificial General Intelligence. Here is a look into the four companies that are at the forefront of AGI. Published on Apr 13, 2020 on Apr 13, 2020 · 7 min read · In Towards Data Science
Top 25 websites for coding challenge and competition [Updated for 2021] Here is my list of the best websites for coding challenges and competitions to practice coding. Published on Apr 11, 2020 on Apr 11, 2020 · 16 min read · In Towards Data Science
Top 20 Must-Watch Artificial Intelligence movies Here are some must-watch AI movies to learn about the capabilities of AI. Published on Apr 8, 2020 on Apr 8, 2020 · 14 min read · In Towards Data Science
Top 25 Data Science YouTube Channels you should subscribe to in 2020 Here are the best YouTubers you should follow to learn about programming, Machine learning and AI, mathematics and Data Science. Published on Mar 22, 2020 on Mar 22, 2020 · 14 min read · In Towards Data Science
How to Generate Ideas Like Elon Musk A look into the mind of Elon Musk and his ability to generate ideas. Published on Mar 17, 2020 on Mar 17, 2020 · 8 min read · In The Startup
Top 20 free Data Science, ML and AI MOOCs on the Internet Here is a list of the best online courses on Data Science, Machine Learning, Deep Learning, and Artificial Intelligence Published on Feb 13, 2020 on Feb 13, 2020 · 13 min read · In Towards Data Science
Top 20 Data Science Discord servers to join in 2020 Here’s a list of the best servers on Discord for Data Science Published on Feb 3, 2020 on Feb 3, 2020 · 10 min read · In Towards Data Science
Top 22 Podcasts for Data Science in 2021 A list of the best podcasts for the latest news on Data Science, Machine Learning and AI. Published on Jan 25, 2020 on Jan 25, 2020 · 11 min read · In Towards Data Science
Top Data Scientists to follow on Twitter in 2020 Here is a list of prominent data scientists you should follow. Published on Jan 21, 2020 on Jan 21, 2020 · 6 min read · In Towards Data Science
Best TED Talks for Data Science Here’s a list of the best TED talks that inspire you and show you the power of data. Published on Jan 20, 2020 on Jan 20, 2020 · 7 min read · In Towards Data Science
The Best book to Start your Data Science Journey Here’s the book you should read to learn Data Science from scratch. Published on Jan 12, 2020 on Jan 12, 2020 · 7 min read · In Towards Data Science
How to Make Coding a Habit Here’s some advice on making programming a daily habit Published on Dec 28, 2019 on Dec 28, 2019 · 5 min read · In The Startup
The future of Machine Learning A look into the future of ML with Jeff Dean Published on Dec 27, 2019 on Dec 27, 2019 · 7 min read · In Towards Data Science
How to Stay Inspired In your Journey Towards Data Science Here are 7 tips for staying motivated learning data science. Published on Dec 21, 2019 on Dec 21, 2019 · 10 min read · In Towards Data Science
Top 20 Websites for Machine Learning and Data Science Here is my list of the best websites for ML and data science to follow for valuable resources and news. Published on Dec 10, 2019 on Dec 10, 2019 · 14 min read · In The Startup
11 Data Science Competitions for you to hone your skills for 2020 Here is a list of websites for you to practice your data science skills and take part in online hackathons and competitions Published on Dec 2, 2019 on Dec 2, 2019 · 9 min read · In Towards Data Science
5 Actionable advice for Data Science beginners Here are 5 tips for people getting into data science Published on Nov 29, 2019 on Nov 29, 2019 · 4 min read · In Towards Data Science
Summary of the “How To ‘Ultralearn’ Data Science” Series Summarizing all four parts of the series (for those in a hurry) Published on Nov 28, 2019 on Nov 28, 2019 · 4 min read · In Better Programming
How To “Ultralearn” Data Science — Part 4 The final part in the ultralearning data science series Published on Nov 24, 2019 on Nov 24, 2019 · 6 min read · In Better Programming
How To “Ultralearn” Data Science — Part 3 Where we talk about optimization learning Published on Nov 18, 2019 on Nov 18, 2019 · 11 min read · In Better Programming
How To “Ultralearn” Data Science — Part 2 Part 2 on ultralearning data science, emphasizing focus Published on Nov 10, 2019 on Nov 10, 2019 · 7 min read · In Better Programming
How To “Ultralearn” Data Science — Part 1 This is a short guide, based on the book “Ultralearning”, applied to data science Published on Oct 30, 2019 on Oct 30, 2019 · 7 min read · In Better Programming
9 Best YouTube Playlists and Videos — Python for Machine Learning A list of YouTube playlists for learning about Python for ML Published on Sep 23, 2019 on Sep 23, 2019 · 2 min read · In Better Programming
Octave and MATLAB cheat sheets + comparison Here are the comparisons for Octave and MATLAB and cheat sheets Published on Aug 8, 2019 on Aug 8, 2019 · 3 min read
Bringing APl back to life? A story on how Dyalog is bringing APL back to life Published on Jun 14, 2019 on Jun 14, 2019 · 3 min read
How to have fun programming in Javascript. 21 Day Coding Challenge with Lighthouse Lab is Afun way to learn JavaScript and a chance to win a bunch of prizes. Published on Jun 14, 2019 on Jun 14, 2019 · 4 min read
Fibonacci sequence with python turtle Here’s a simple code to create the fibonacci sequence. Published on Apr 30, 2019 on Apr 30, 2019 · 3 min read
Honeycomb with Python turtle Here’s my code for creating honeycombs using turtle in python Published on Apr 28, 2019 on Apr 28, 2019 · 1 min read
Spiral Art using Turtle in Python Here’s my super short code for making a spiral using turtle Published on Apr 28, 2019 on Apr 28, 2019 · 1 min read
Python turtle circle art Here’s a cool circular geometry art made using python turtle Published on Apr 26, 2019 on Apr 26, 2019 · 1 min read
Koch Snowflake using Python turtle Here’s a python code using turtle to make a Koch snowflake geometry Published on Apr 24, 2019 on Apr 24, 2019 · 1 min read
Snowflake art using python turtle Here’s my super cool code for making snowflakes using import turtle in python! Published on Apr 23, 2019 on Apr 23, 2019 · 1 min read
Python Black Hole simulation with Turtle Here’s my code that creates a simple 3d simulation of a black hole using turtle. Have fun! Published on Apr 22, 2019 on Apr 22, 2019 · 1 min read
Password Generator Python Here’s a simple python code to generate random passwords! Published on Apr 21, 2019 on Apr 21, 2019 · 1 min read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment