Deploy a Static Website using Github
Author(s): Bala Gopal Reddy Peddireddy Originally published on Towards AI. Programming Make your website and share it publicly in no time. What is Github? GitHub is a software development platform. It gives Unlimited cloud storage and supports all programming languages.GitHub is an …
Support Vector Machine — Insights
Author(s): Gautam Kmr Machine Learning Support Vector Machine — Insights I have talked about Linear regression and Classification on my prior articles. Before we take on to Support Vector Machine (aka SVM), let’s first understand what it does. The objective of the support vector …
AI, Predicting Wine Prices with Regression, 99% r-squared
Author(s): Michelangiolo Mazzeschi Estimating wine prices with Machine Learning Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Role of Data Visualization in Machine Learning
Author(s): Benjamin Obi Tayo Ph.D. Data visualization plays an integral role in machine learning from data analysis, to model building, testing, evaluation, and selection Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
PDF, CDF in Machine Learning
Author(s): Ramya Vidiyala PDF, CDF in a nutshell Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
No ML Algorithms Cheat Sheet, Please
Author(s): Venkat Raman Machine Learning, Opinion Image source: https://unsplash.com/ What is a Cheat Sheet ? Wikipedia defines cheat sheets as a concise set of notes used for quick reference. Now the word that needs to be emphasized here is ‘quick reference’. In programming, …
Role of Data Visualization in Machine Learning
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. Data visualization plays an integral role in machine learning from data analysis to model building, testing, evaluation, and selection Image by Benjamin O. Tayo Data Visualization is one of the most important …
Introduction
Author(s): ___ Originally published on Towards AI. In this article, I will explain why when building a linear model, we add an x₁x₂ term if we think the variables x₁ and x₂ interact and conclude with a principled method to add interaction …
Biased Machines and Where to Find Them
Author(s): Davor Petreski Originally published on Towards AI. Fairness, Ethics Algorithmic Oppression: Biased Machines and Where to Find Them Recent events of racial discrimination in law enforcement and the healthcare industry have shown us how biased and racist humans are. The systemic …
Intro to Neural Networks Part II — Brilliant.org
Author(s): Alison Sin These are the notes I’ve taken while going through this course at Brilliant.org. :) since a premium membership might not be universally… Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Intro to Neural Networks Part II — Brilliant.org
Author(s): Alison Sin Originally published on Towards AI. What is Training a Neural Network? These are the notes I’ve taken while going through this course at Brilliant.org. 🙂 since a premium membership might not be universally accessible and they did an outstanding …
3 Ways to Collect Big Data with your PC
Author(s): Michelangiolo Mazzeschi Originally published on Towards AI. How and where to find data on the internet? This article is intended to be technical. I hope you can apply the content of this article to improve your work and your skills. Photo …
Deploying Machine Learning Models as API using AWS
Last Updated on June 12, 2020 by Editorial Team Author(s): Tharun Kumar Tallapalli Machine Learning, Cloud Computing A guide to accessing SageMaker machine learning model endpoints through API using a Lambda function. As a machine learning practitioner, I used to build models. …
Beginners Guide to Convolutional Neural Network from Scratch — Kuzushiji-MNIST
Last Updated on June 12, 2020 by Editorial Team Author(s): Satsawat Natakarnkitkul Machine Learning Beginner Guide to Convolutional Neural Network from Scratch — Kuzushiji-MNIST Figure 1: Convolutional Neural Network (Source: https://en.wikipedia.org/wiki/Convolutional_neural_network) In the previous post, which you can check it out here, I have …
Underfitting & Overfitting — The Thwarts of Machine Learning Models’Accuracy
Author(s): Saniya Parveez Machine Learning Underfitting & Overfitting — The Thwarts of Machine Learning Models’Accuracy Introduction The Data Scientists remain spellbound and never bother to think about time spent when the Machine Learning model’s accuracy becomes apparent. More important, though, is the fact that …