NLP Getting Started With Regular Expressions for NLP Learn how web-apps validate email addresses in a form using regular expressions
CNN Using X-Ray Images to detect COVID-19 Patients A quick introduction to an experiment on classifying chest x-ray images of COVID-19 using FastAISARS-CoV-2 or Severe Acute Respiratory Syndrome Coronavirus 2 has taken the world by storm. Nations are
LSTM Building Intuition for LSTMs Simplified introduction to a class of neural networks used in sequential modelling
Artificial Intelligence Are we building unethical AI systems? Have we built systems that perpetuate prejudices we’ve fought for decades?
Decision Tree Decision Tree Visualisation — Quick ML Tutorial for Beginners A 10 line python code for beginners to construct a decision tree and visualise it
Artificial Intelligence 7 AI Terms Everyone Must Know in 2020 Just like the PC revolution AI is also going to become an integral part of every profession
Artificial Intelligence Making Your Twitter Feed AI Friendly Follow these AI experts on twitter to get your daily dose of AI trivia
Chatbot Build Your First Chatbot in Python Quickly building a chatbot from scratch is extremely easy in Python
Machine Learning Handling Matrices in Python — A NumPy Tutorial NumPy provides Python users with the ability to manipulate matrices — a much needed thing for AI
Machine Learning Beginner’s Introduction to Matrices — Part II Matrix operations are being used everywhere from designing games to launching rockets
Machine Learning Play With Your ML Dataset — Cheatsheet in R Quick R commands to look at your data from different perspectives
Machine Learning How to Build a Chatbot — A Lesson in NLP A 5 step NLP process can help you design simple chatbots
Machine Learning Understanding Similarity Measures in ML There are more than 5 distance functions that are popularly used
Machine Learning KNN Classification Algorithm in Python This is a Python code walkthrough of how to implement k-nearest neighbours algorithm
Data Science Beginner’s Introduction to Matrices Matrix operations are being used everywhere from theoretical physics to neural networks.
Machine Learning Machine Learning Algorithms for Every Occasion Make an informed decision about your choice of algorithm
Machine Learning Highest Rated ML Projects on Github It is impossible to follow everything ML. These 5, though, are worth a look.
Machine Learning Linear Regression in R —Example in Code A beginner’s tutorial to perform linear regression and plotting in R
Data Science Life Cycle of a Data Science Project The major steps involved in tackling a real-world data science problem
Machine Learning Use of Cross Validation in Machine Learning Data is costly but setting aside some data for cross validation is a must. Here’s how and why one must do it!
Machine Learning Understanding ML Evaluation Metrics — Precision & Recall Let’s understand what these terms mean and how to use them in real life.
Machine Learning Layman’s Introduction to Backpropagation Training a neural network is no easy feat but it can be simple to understand it
Artificial Intelligence Explaining AlexNet Convolutional Neural Network AlexNet was a game changer in the world of Visual Machine Learning
Machine Learning Layman’s Introduction to Linear Regression When your data follows a straight line trend, linear regression is your friend