article thumbnail

Learn how to make your own Optical Illusion in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon It was just past the midway mark of 2019 and the Internet casually decided to trick us as it normally does. The post Learn how to make your own Optical Illusion in Python appeared first on Analytics Vidhya. Well, let’s dive deep in then! […].

Python 388
article thumbnail

Regression Analysis : Real-time Portugal 2019 Election Results

Analytics Vidhya

The post Regression Analysis : Real-time Portugal 2019 Election Results appeared first on Analytics Vidhya. ArticleVideo Book This article was published as a part of the Data Science Blogathon Hope you all are safe and healthy! Welcome to my blog!

professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Learn how to make your own Optical Illusion in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon It was just past the midway mark of 2019 and the Internet casually decided to trick us as it normally does. The post Learn how to make your own Optical Illusion in Python appeared first on Analytics Vidhya. Well, let’s dive deep in then! […].

Python 271
article thumbnail

Top 5 Machine Learning GitHub Repositories and Reddit Discussions from March 2019

Analytics Vidhya

The post Top 5 Machine Learning GitHub Repositories and Reddit Discussions from March 2019 appeared first on Analytics Vidhya. Introduction GitHub repositories and Reddit discussions – both platforms have played a key role in my machine learning journey. They have helped me develop.

article thumbnail

Plotnine: Python Alternative to ggplot2

KDnuggets

Python's plotting libraries such as matplotlib and seaborn does allow the user to create elegant graphics as well, but lack of a standardized syntax for implementing the grammar of graphics compared to the simple, readable and layering approach of ggplot2 in R makes it more difficult to implement in Python.

Python 307
article thumbnail

Feature selection by random search in Python

KDnuggets

Learn how to use a simple random search in Python to get good results in less time. Feature selection is one of the most important tasks in machine learning.

Python 305
article thumbnail

Exploratory Data Analysis Using Python

KDnuggets

In this tutorial, you’ll use Python and Pandas to explore a dataset and create visual distributions, identify and eliminate outliers, and uncover correlations between two datasets.