First Principles Approach in Data Science
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. a. Problem Framing Image Source: Pexels The first principles approach to problem-solving is the act of breaking a problem down to the fundamental parts and building up from there. This method is …
ResNet Architecture: Deep Learning with PyTorch
Author(s): Satyam Kumar Singh Originally published on Towards AI. Deep Learning From winning ImageNet Large Scale Visual Recognition Challenge (ILSVRC) in 2015 till now ResNet Architecture has been remarkable in the field of Data Science. Apart from ILSVRC, ResNet also won Detection …
AI Generates 3D high-resolution reconstructions of people from 2D images | Introduction to PIFuHD
Author(s): Louis Bouchard Originally published on Towards AI. This AI Generates 3D high-resolution reconstructions of people from 2D images! It only needs a single image of you to generate a 3D avatar that looks just like you, even from the back! The …
GitHub API With Python & PowerShell Scripting
Author(s): Ritheesh Baradwaj Yellenki Using GitHub API with Python and PowerShell Scripting to create and manage repositories Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
K-means Clustering from Scratch
Author(s): Sayar Banerjee NumPy is all youΒ need Photo by h heyerlein onΒ Unsplash An Algorithm must be seen to be believedβββDonaldΒ Knuth Overview The science of Machine Learning can be broadly classified into two categories: Supervised learning Unsupervised learning In this blog post, we …
Supporting the Math Behind Supporting Vector Machines!
Author(s): Daksh Trehan A quick tour to SVM constituting mathematical & theoretical explanation along with from the scratch implementation. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Why Choose Random Forest and Not Decision Trees
Last Updated on November 17, 2020 by Editorial Team Author(s): Daksh TrehanΒ Β A concise guide to Decision Trees and RandomΒ Forest. Decision trees belong to the family of the supervised classification algorithm. They perform quite well on classification problems, the decisional path is …
Is the Data Analytics Era Coming to an End?
Author(s): Manmohan Singh Data Analytics, Opinion Importance of Text Analytics inΒ NLP Source: Markus Spiske fromΒ Unsplash Can you recall, when the last time have you used text analytics? Or read an article about it on medium and other blogs? Do you know any …
YOLO V5βββExplained and Demystified
Last Updated on July 1, 2020 by Editorial Team Author(s): Mihir Rajput Computer Vision YOLO V5βββExplained and Demystified YOLO V5βββModel Architecture and Technical Details Explanation Source: https://pixabay.com/ From my previous article on YOLOv5, I received multiple messages and queries on how things …
ClusteringΒ : What it is? When to use it?
Last Updated on July 1, 2020 by Editorial Team Author(s): Daksh Trehan Machine Learning Clustering: What Is It and When To useΒ it? A comprehensive guide to K-Means, K-Means++, andΒ DBSCAN. Clustering is a Machine Learning technique whose aim is to group the data …
Assumptions of Linear Regression β What Fellow Data Scientists Should Know
Author(s): Shaurya Lalwani Originally published on Towards AI. Photo by Marius Masalar on Unsplash Linear Regression is a linear approach to modeling the relationship between a target variable and one or more independent variables. This modeled relationship is then used for predictive …
Assumptions of Linear RegressionβββWhat Fellow Data Scientists Should Know
Author(s): Shaurya Lalwani Machine Learning Assumptions of Linear RegressionβββWhat Fellow Data Scientists ShouldΒ Know Photo by Marius Masalar onΒ Unsplash Linear Regression is a linear approach to modeling the relationship between a target variable and one or more independent variables. This modeled relationship is …
YOLO V5 β Explained and Demystified
Author(s): Mihir Rajput Originally published on Towards AI. Computer Vision YOLO V5 β Model Architecture and Technical Details Explanation Source: https://pixabay.com/ From my previous article on YOLOv5, I received multiple messages and queries on how things are different in yolov5 and other …
Performing a Market Basket Analysis with Machine Learning
Author(s): Michelangiolo Mazzeschi Improve Marketing with AI. Full code available at my repo Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Building Neural Networks with Python Code and Math in Detail β II
Author(s): Towards AI Editorial Team Originally published on Towards AI. Join us β | Towards AI Members | The Data-driven Community Top highlight Source: Pixabay Last updated January 7, 2021 Author(s): Pratik Shukla, Roberto Iriondo Join Towards AI, by becoming a member, …