Convert Images to ASCII Art Images Using Python
Author(s): Pushkara Sharma Originally published on Towards AI. Programming In this article, we will use Python to convert any given image to an artistic ASCII colored image in less than 35 lines of code. Original Image on the left and Final ASCII …
Dashboard Creation Using R Shiny
Author(s): Suyash Maheshwari Originally published on Towards AI. Shiny is an R package that is used to build interactive dashboards that can be used to display predictions. It can be used by programmers to communicate the findings of data to organization members …
35 Words About Uncertainty, Every AI-Savvy Leader Must Know
Author(s): Yannique Hecht Originally published on Towards AI. Artificial Intelligence Think you can explain these? Put your knowledge to the test! [This is the 3rd part of a series. Make sure you read about Search and Knowledge before continuing. Future topics include …
Stock Price Prediction Model for Netflix
A Comparative Study of Linear Regression, K-Nearest Neighbor (KNN) and Support Vector Machine (SVM) Author(s): Vivek Chaudhary The objective of this article is to design a stock prediction linear model to predict the closing price of Netflix. This will be a comparative study …
End to End Tree Based Algorithm I: Decision Tree
Author(s): Pushkar Pushp Originally published on Towards AI. Which path to choose !! Introduction This blog aims to introduce readers to the concept of decision trees, intuition, and mathematics behind the hood. In the course of the journey, we will learn how …
21 Words About Knowledge, Every AI-Savvy Leader Must Know
Author(s): Yannique Hecht Originally published on Towards AI. Artificial Intelligence Think you can explain these? Put your knowledge to the test! [This is the 2nd part of a series. Make sure you read about Search Algorithms before continuing. Future topics include Uncertainty, …
Linear Regression from Scratch
Author(s): Nunzio Logallo Originally published on Towards AI. Photo by William Daigneault on Unsplash If you started to learn data science or machine learning, you have also heard about linear regression, but what is it and when should we use it? Linear …
Predicting Sales using R programming
Author(s): Suyash Maheshwari Originally published on Towards AI. In this article, I will forecast the sales of a multinational retail corporation. The dataset for this can be found on Kaggle. We have been provided with weekly sales data on which we train …
Checking the Sentiment of a Tweet Using Machine Learning
Author(s): Saikat Biswas Originally published on Towards AI. Image Source: Unsplash Let’s see some tweets and classify them as positive or negative sentiment When we hear the word Twitter, what does it ring to our ears? Well, for some, its a source …