Simple Linear Regression — What, Why, and How in Python
https://medium.com/@theclickreader/simple-linear-regression-what-why-and-how-in-python-5d889c66039e
https://medium.com/@theclickreader/simple-linear-regression-what-why-and-how-in-python-5d889c66039e
Medium
Simple Linear Regression — What, Why, and How in Python
Simple Linear Regression is one of the simplest and fundamental regression algorithms. A linear regression models the linear relationship…
The story behind the French “carte de séjour” and how unlikely candidates can book an appointment
https://medium.com/@thomaspernet/the-story-behind-the-french-carte-de-s%C3%A9jour-and-how-unlikely-candidates-can-book-an-appointment-4a451ef0c820
https://medium.com/@thomaspernet/the-story-behind-the-french-carte-de-s%C3%A9jour-and-how-unlikely-candidates-can-book-an-appointment-4a451ef0c820
Medium
The story behind the French “carte de séjour” and how unlikely candidates can book an appointment
The “carte de séjour” is a pass to allow non-European citizens to live in France for a year or more (up to 10 years). This card is…
Python in Data Visualization and Data Science
https://medium.com/sololearn/python-in-data-visualization-and-data-science-d2aad68de030
https://medium.com/sololearn/python-in-data-visualization-and-data-science-d2aad68de030
Medium
Python in Data Visualization and Data Science
As one of the most versatile and popular languages in use worldwide, Python has a seemingly ever-growing list of use cases and…
Cleaning Multi-Indexed Data in Pandas with Census Data
https://medium.com/@carlosmccrum/cleaning-multi-indexed-data-in-pandas-with-census-data-bf33d1c32b88
https://medium.com/@carlosmccrum/cleaning-multi-indexed-data-in-pandas-with-census-data-bf33d1c32b88
Medium
Organize Multi-Indexed Data in Pandas with Census Data
In Data Science there might be a few reasons why you would need to clean a multi-indexed excel file. Today we are going to go over a quick…
A-Star (A*) search for Solving a Maze using Python (with visualization)
https://medium.com/@mahsan.naeem/a-star-a-search-for-solving-a-maze-using-python-with-visualization-b0cae1c3ba92
https://medium.com/@mahsan.naeem/a-star-a-search-for-solving-a-maze-using-python-with-visualization-b0cae1c3ba92
Medium
A-Star (A*) search for Solving a Maze using Python (with visualization)
A-Star (A*)search algorithm is an intelligent algorithm to solve a graph problem. Contrary to Depth First Search (DFS) and Breadth First…
Python and Telegram bot, how to collaborate them to make processes simplified?
https://bimagty.medium.com/python-and-telegram-bot-how-powerful-are-they-to-set-things-done-1ac2d3d2d0a9
https://bimagty.medium.com/python-and-telegram-bot-how-powerful-are-they-to-set-things-done-1ac2d3d2d0a9
Medium
Python and Telegram bot, how to collaborate them to make processes simplified?
Simple practice to automate data preparation and presentation
Bean Disease Classification using TensorFlow Convolutional Neural Network (CNN)
https://medium.com/@ashraf.dasa/bean-disease-classification-using-tensorflow-convolutional-neural-network-cnn-2079dffe87ce
https://medium.com/@ashraf.dasa/bean-disease-classification-using-tensorflow-convolutional-neural-network-cnn-2079dffe87ce
Medium
Bean Disease Classification using TensorFlow Convolutional Neural Network (CNN)
Based on a leaf image, the goal is to predict the disease type (if any) .There are three types of bean leaf's images collected by…
Accelerated Python for general-purpose and scientific computationally expensive tasks
https://towardsdatascience.com/accelerated-python-for-general-purpose-and-scientific-computationally-expensive-tasks-55ac46f7f52b
https://towardsdatascience.com/accelerated-python-for-general-purpose-and-scientific-computationally-expensive-tasks-55ac46f7f52b
Medium
Accelerated Python for general-purpose and scientific computationally expensive tasks
The easy way with Numba and CUDA
Interactive Exploratory Data Analysis that Generates Python
https://towardsdatascience.com/interactive-exploratory-data-analysis-that-generates-python-790715e920e4
https://towardsdatascience.com/interactive-exploratory-data-analysis-that-generates-python-790715e920e4
Medium
Interactive Exploratory Data Analysis that Generates Python
A practical guide to interactive Exploratory Data Analysis on the Avocado dataset