Introduction to MLOps for Data Science
Author(s): Amit Chauhan Originally published on Towards AI. A part of continuous integration, continuous development, and continuous testing This member-only story is on us. Upgrade to access all of Medium. Image Source What is MLOps? If we break down the word itself, …
Feature Selection and Removing in Machine Learning
Author(s): Amit Chauhan Originally published on Towards AI. Improving model and its accuracy for high dimension data This member-only story is on us. Upgrade to access all of Medium. Photo by Franki Chamaki on Unsplash As we know the importance of features …
2: Monitoring ML-OPS Guide Series
Author(s): Rashmi Margani Originally published on Towards AI. Machine Learning Concept Drift, Data Drift & Monitoring Fig: https://martinfowler.com/ ML System life cycle The most exciting moment of any machine learning system is when you get to deploy your model, but deploying becomes …
3 Key Things to Land a Graduate Data Scientist Job
Author(s): Egor Howell Originally published on Towards AI. The main three things that got me my graduate Data Science job. This member-only story is on us. Upgrade to access all of Medium. Photo by Cytonn Photography on Unsplash I am just about …
Recommended Articles
Author(s): Amit Chauhan Originally published on Towards AI. Exploratory data analysis with visualization libraries This member-only story is on us. Upgrade to access all of Medium. Photo by Firmbee.com on Unsplash Data visualization is a very important aspect of exploratory data analysis. …
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 …
The Limits of Deep Learning
Author(s): Frederik Bussler Originally published on Towards AI. Deep Learning: Diminishing Returns? – Semiwiki Photo by Luca Ambrosi on Unsplash GPT-3, the latest state-of-the-art in Deep Learning, achieved incredible results in a range of language tasks without additional training. The main difference …
What is the practical impact?
Author(s): Francisco Utrera Originally published on Towards AI. We discovered a novel way to use adversarially-trained deep neural networks (DNNs) in the context of transfer learning to quickly achieve higher accuracy on image classification tasks β even when limited training data is …
Implement a Neural Network from Scratch with NumPy
Author(s): Dorian Lazar Originally published on Towards AI. Background image source: Wikimedia Commons I think that the best way to really understand how a neural network works is to implement one from scratch. That is exactly what I going to do through …
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 …
Local Binary Pattern for The Evaluation of Surface Quality of Dissimilar Friction Stir Welded Joints
Author(s): Akshansh Mishra Originally published on Towards AI. Engineering, Machine Learning Local Binary Pattern for The Evaluation of Surface Quality of Dissimilar Friction Stir Welded Joints Friction Stir Welding process is an advanced solid-state joining process which finds application in various industries …
Bias & Variance in Machine Learning
Author(s): Shaurya Lalwani Originally published on Towards AI. Photo by Etienne Girardet on Unsplash Linear Regression is a machine learning algorithm that is used to predict a quantitative target, with the help of independent variables that are modeled in a linear manner, …
Introduction
Author(s): Palak Originally published on Towards AI. Intuitive Approach Photo by ZdenΔk MachΓ‘Δek on Unsplash K-nearest neighbors(in short KNNs) are a robust yet straightforward supervised machine learning algorithm. Though its regression variant also exists, weβll only discuss its classification form. KNN is …