Introduction
Author(s): Manish Nayak Originally published on Towards AI. An Introduction to Pix2Pix cGANs U+007C Towards AI Pix2Pix Network, An Image-To-Image Translation Using Conditional GANs (cGANs) Pix2Pix network is basically a Conditional GANs (cGAN) that learn the mapping from an input image to …
Building a Recommender System With Pandas
Author(s): Lawrence Alaso Krukrubo Originally published on Towards AI. Full Guide to Build a Recommender System U+007C Towards AI Hello World, in just a few minutes, Iβd show you some pretty effective ways to use Pandas for Data Science. I assume you …
Stacking Results: Alibaba Improves Search Services for Online Shoppers
Author(s): Alibaba Tech Originally published on Towards AI. Academic Alibaba, WWW Series U+007C Towards AI Experimenting with hierarchical reinforcement learning to obtain remarkable results on customer satisfaction This article is part of the Academic Alibaba series and is taken from the WWW …
What is K-Fold Cross Validation?
Author(s): Saikat Biswas Originally published on Towards AI. Image Source: Unsplash K-Fold Cross Validation U+007C Towards AI Importance of K-Fold Cross Validation in Machine Learning One of the most important steps before feeding the data to our model Right before we proceed …
Step 4: Logistic regression
Author(s): Rashmi Margani Originally published on Towards AI. Blending NB And SVM U+007C Towards AI Naive Bayes(NB)-Support Vector Machine(SVM): Art Of State Result Hands-On Guide using Fast.ai SVM with NB feature: State of art performance model variance Before getting into Model variant …
Understanding The simple Mathematics Behind Simple Linear Regression
Author(s): Lawrence Alaso Krukrubo Originally published on Towards AI. How to verify if a Linear Relationship exists between two variables. Not a lot of people like Maths and for good reasons. Iβm not exactly fond of it, but I try to keep …
Mumbai vs. Delhi, What is Your Choice? Let the Data Decide!
Author(s): Sreelatha S Originally published on Towards AI. Data Science Storytelling for comparing two cities U+007C Towards AI Data analysis of various factors for two cities like food, venues to visit, etc Photo by Parth Vyas on Unsplash Mumbai and Delhi are …
Attention Please: Document Classification
Author(s): Jon-Ross Presta Originally published on Towards AI. Top highlight The current state of Deep Learning practices is fascinating to me because there are interesting likenesses between the way that we humans process images and text, and the algorithms we employ to …
Face Aging Using Conditional GANs
Author(s): Manish Nayak Originally published on Towards AI. Age-cGANs Explained U+007C Towards AI An Introduction to Age-cGANs Introduction Conditional GANs (CGANs) are extensions of the GANs model. You can read about Conditional GANs in my previous post here. In this post, I …
Outlier Detection and Treatment: A Beginner's Guide
Author(s): Swetha Lakshmanan Originally published on Towards AI. Nature of Outliers: Top highlight One of the most important steps in data pre-processing is outlier detection and treatment. Machine learning algorithms are very sensitive to the range and distribution of data points. Data …
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 …