DevOps RoadMap β How to Get Started!!
Author(s): Ritheesh Baradwaj Yellenki Originally published on Towards AI. DevOps Key concepts one needs to know to start their career in DevOps Designed using Canva If it hurts, do it more often! When I first started learning DevOps I honestly had no …
Normal Equation in Linear Regression
Author(s): Saniya Parveez Machine Learning Gradient descent is a very popular and first-order iterative optimization algorithm for finding a local minimum over a differential function. Similarly, the Normal Equation is another way of doing minimization. It does minimization without restoring to an …
Natural Language Processing Beginnerβs Guide
Author(s): Davuluri Hemanth Chowdary Originally published on Towards AI. Natural Language Processing Copyright: Wave Accounting I published an article on Natural Language Processing. Before going through this article, I recommend you to go through the previous article. NLP Made Easy With These …
Predicting and Detecting Traffic Congestion Duration Anomalies
Author(s): Da Guo An anomaly detection project on traffic congestion duration. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Outline
Author(s): Haryo Akbarianto Wibowo Originally published on Towards AI. Deep Learning, Tutorial U+1F356U+1F372 Recibrew! Predicting Food Ingredients with Deep Learning!U+1F372U+1F356 βΆοΈβΆοΈ Step by step tutorial on predicting food ingredients using seq2seq in Deep Learning implemented in Pytorch Lightning. βοΈβοΈ Photo by Dan …
How to Achieve Effective Exploration Without the Sacrifice of Exploitation
Author(s): Sherwin Chen Machine Learning A gentle introduction to the Never Give Up(NGU)Β agent Image by Gerd Altmann fromΒ Pixabay Modern deep reinforcement learning agents often do well in either exploration or exploitation. Agents like R2D2 and PPO can easily achieve super-human performance on …
Gradient Descent Algorithm Explained
Author(s): Pratik Shukla Originally published on Towards AI. Machine Learning With Step-By-Step Mathematical Derivation Source: Unsplash Index: Basics Of Gradient Descent. Basic Rules Of Derivation. Gradient Descent With One Variable. Gradient Descent With Two Variables. Gradient Descent For Mean Squared Error Function. …
Gradient Descent Algorithm Explained
Author(s): Pratik Shukla Machine Learning With Step-By-Step Mathematical Derivation Source: Unsplash Index: Basics Of GradientΒ Descent. Basic Rules Of Derivation. Gradient Descent With One Variable. Gradient Descent With Two Variables. Gradient Descent For Mean Squared Error Function. What is GradientΒ Descent? Gradient Descent is …
How to Evaluate a Data Visualization
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. A good data visualization should have all essential components in place Image by Benjamin O. Tayo Data visualization is one of the most important branches in data science. It is one of …
Deploying Machine Learning Models As a Service Using AWS EC2
Author(s): Tharun Kumar Tallapalli Originally published on Towards AI. Cloud Computing, Machine Learning An Overview of Deploying ML Models as Web Applications on EC2 using Flask and Nginx When ML Models are the only use case in our application we deploy it …
Neural Networks from Scratch with Python Code and Math in Detail-Β I
Author(s): Pratik Shukla, Roberto Iriondo Source: Unsplash Learn all about neural networks from scratch. From the math behind it to step-by-step implementation case studies in Python. Launch them live on GoogleΒ Colab Note: In our upcoming second tutorial on neural networks, we will …
Introduction to Neural Networks and Their Key Elements (Part-C)βββActivation Functions & Layers
Author(s): Irfan Danish Machine Learning Introduction to Neural Networks and Their Key Elements (Part-C)βββActivation Functions &Β Layers In the previous story we have learned about some of the hyper parameters of an Artificial Neural Network. Today weβll talk about activation functions and Layers, …
Deploy a Static Website using Github
Author(s): Bala Gopal Reddy Peddireddy Originally published on Towards AI. Programming Make your website and share it publicly in no time. What is Github? GitHub is a software development platform. It gives Unlimited cloud storage and supports all programming languages.GitHub is an …
Support Vector MachineβββInsights
Author(s): Gautam Kmr Machine Learning Support Vector MachineβββInsights I have talked about Linear regression and Classification on my prior articles. Before we take on to Support Vector Machine (aka SVM), letβs first understand what it does. The objective of the support vector …