How Regularization Helps in Data Overfitting
Author(s): Saikat Biswas Originally published on Towards AI. Top highlight Source: Unsplash Surely helps in reducing the pain of lookout for a perfect model βKnowledge is the treasure and practice is the key to itβ Let me start this article with a …
Visual Perception-From Human Vision to Computer Vision
Author(s): Ranjeet Singh Originally published on Towards AI. A brief about the inspiring ideas from human cognition Made up of 140 million neurons, the human visual cortex is one of the most mysterious parts of the brain responsible for processing and interpreting …
What is SVM?
Author(s): Dhilip Subramanian Originally published on Towards AI. Top highlight Machine Learning Support Vector Machine (SVM): A Simple Visual Explanation β Part 1 SVM is a supervised classification method that separates data using hyperplanes. SVM is a supervised machine learning algorithm is …
Bias-Variance Tradeoff Illustration Using Pylab
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. In statistics and machine learning, the bias-variance tradeoff is the property of a set of predictive models whereby models with a lower bias in parameter estimation have a higher variance of the …
Calculating the Backpropagation of a Network
Author(s): Javed Ashraf Originally published on Towards AI. A beginnerβs guide to the math behind backpropagation Machine learning has become a trending topic for many programmers and companies to investigate & utilize. Though there are various frameworks and tools which help to …
Gradient Descent: In Layman Language
Author(s): Saikat Biswas Originally published on Towards AI. Introducing the most popular and most used optimization technique in 5 minutes Source: Unsplash Whenever we talk of Machine Learning, the word we hear a lot, need to know and reason about is the …
90% of stories will be written by artificial intelligence by 2034 β Automation and storytelling β did a robot write this?
Author(s): Paul Wilshaw Originally published on Towards AI. Automation and storytelling β 90% of stories will be written by a bot by 2034: Automated and personalized news Gif (Wilshaw, 2019) How do you know whatβs real, whatβs fake and whatβs a bot …
Surviving the Titanic disaster with the help of AI
Author(s): Riccardo Di Sipio Originally published on Towards AI. Iβve always been fond of the songs by Francesco De Gregori, one of the most famous Italian songwriters, who can be considered a local Bob Dylanβs epigone. In June 1982, when I was …
Importance of Choosing the Correct Hyper-parameters While Defining a Model
Author(s): Saikat Biswas Originally published on Towards AI. Source: Unsplash Hyper-parameter Optimization U+007C Towards AI Often considered the trickiest part of optimizing a machine learning algorithm. Correct hyperparameter tuning can save a lot of time and help deploy the ML model faster …
Best PhD Programs in Machine Learning (ML) for 2020
Top Universities to Pursue a Ph.D. with a Focus Area in MachineΒ Learning Careers, Machine Learning, Education Best Ph.D. Programs in Machine Learning (ML) for 2020 These are the best universities to pursue a Ph.D. in machineΒ learning Last updated on August 14, 2020 …
An Introduction to Time-series Analysis Using Python and Pandas
Author(s): Oscar Arzamendia Originally published on Towards AI. Assumptions Very recently I had the opportunity to work on building a sales forecaster as a POC. It was a challenging project with a cool MVP as an outcome, and through this post, I …
Real-time Vehicle Detection with 50 HD Frames/sec on an AMD GPU
Author(s): Rohit Sharma Originally published on Towards AI. Real-time Vehicle Detection U+007C Towards AI Real-time Vehicle Detection with 50 frames/sec of HD resolution What is Vehicle detection? Vehicle detection is a part of traffic surveillance methods in a live traffic feed that …
The Covariance and Correlation Clutterβ¦
Author(s): Astha Puri Originally published on Towards AI. For the longest time, I remember being confused between these two devils β covariance and correlation. And the resemblance DID NOT help! π So here I am, writing my first post and making an …
A Gaussian Approach to the Detection of Anomalous Behavior in Server Computers
Author(s): Navoneel Chakrabarty Originally published on Towards AI. Letβs detect the anomalyβ¦ Anomaly Detection is a different variant of Machine Learning Problems that falls under Semi-Supervised Learning. It is Semi-Supervised because, in Anomaly Detection (also popularly known as Outlier Detection), models often …