The Azure ML Algorithm Cheat Sheet
Author(s): Lawrence Alaso Krukrubo Cloud Computing, Machine Learning Understanding how to choose the best ML models A common question often asked in Data Science is:- Which machine learning algorithm should I use? While there is no Magic-Algorithm that solves all business problems with zero errors, the …
Monte Carlo Simulation An In-depth Tutorial with Python
Figure 1: The Monte Carlo Simulation methods are used in many industries, from the stock market to finance, energy, banking, and other forecasting models. | Source: Pexels An in-depth tutorial on the Monte Carlo Simulation methods and applications with Python Author(s): Pratik Shukla, …
Dealing with Class Imbalance — Dummy Classifiers
Last Updated on August 1, 2020 by Editorial Team Author(s): Abhijeet Sahoo Data Science Dealing with Class Imbalance — Dummy Classifiers Image credit: https://datascience.aero/ Let me paint a picture for you, you are a beginner to the field of Data Science and have started …
This AI Can Generate the Other Half of a Picture Using a GPT Model
Author(s): Louis Bouchard Originally published on Towards AI. A good AI, like the one used in Gmail, can generate coherent text and finish your phrase. This one uses the same principles in order to complete an image! All done in an unsupervised …
Curated List of Clustering Resources
Author(s): Durgesh Samariya Last updated on July 31, 2020. I am continuously updating this post. Photo by Pietro Jeng on Unsplash Clustering or Cluster analysis is the task of grouping a set of objects in such a way that objects in the same group …
Deep Computer Vision for the Detection of Tantalum and Niobium Fragments in High Entropy Alloys
Author(s): Akshansh Mishra Computer Vision Deep Computer Vision is capable of doing object detection and image classification task. In image classification tasks, the particular system receives some input image and the system is aware of some predetermined set of categories or labels. …
Could Data Science Be Your Next Learning Adventure?
Author(s): Benjamin Obi Tayo Ph.D. Photo by Holly Mandarich on Unsplash Data Science Five reasons why data science is a good learning adventure to pursue I. Introduction Everyone is trying to learn something new to enhance their knowledge and acquire more skills for personal/professional …
Python Basics — 3: If Statements, User Input, While Loop
Author(s): Durgesh Samariya Originally published on Towards AI. Day 3 of 100 Days of Machine Learning Photo by Pakata Goh on UnsplashIf StatementConditional TestsIf-Elif-Else StatementUser InputWhile LoopBreak and Continue in the loop If statements are used to check conditions. Let’s have a …
Python Basics — 3: If Statements, User Input, While Loop
Author(s): Durgesh Samariya Day 3 of 100 Days of Machine Learning code challenge Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …