AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Pattern Recognition Basics.

 Analytics Vidhya

Pattern Recognition can be defined as the classification of the data on the basis of the knowledge gained or on the basis of statistical information extracted from patterns and their representations…

Read more at Analytics Vidhya

Rule Based Pattern Recognition

 Becoming Human: Artificial Intelligence Magazine

In this article, my purpose is to find simple rules and create a program that understands the structure of other program which is ruled based system. I create random x numbers on variable numbers and…...

Read more at Becoming Human: Artificial Intelligence Magazine

Pattern Recognition With Machine Learning

 Better Programming

One of the most common applications of machine learning is pattern recognition. Computers that use well-trained algorithms recognize animals in photos, anomalies in stock fluctuations, and signs of…

Read more at Better Programming

Feature Detection

 OpenCV Tutorial

In this tutorial you will learn how to: Theory Code C++ Java Python Explanation Result

Read more at OpenCV Tutorial

Handwritten Digit Recognition

 Python in Plain English

The main objective is to classify the pattern into the handwritten digits provided by the MNIST data set of images. Manually written digits have an invariant position, shape, style, etc. so it…

Read more at Python in Plain English

Digit recognition

 Towards Data Science

Just like in traditional programming we first learn to print "Hello, world!", similarly in machine learning we first understand the solution to recognizing the images of handwritten digits. The…

Read more at Towards Data Science

Handwritten Digit Recognition

 Analytics Vidhya

Neural network is trying to process neurons and building these complex brain networks that can be trained. Specialized subset of Machine learning that uses layered neural network to simulate human…

Read more at Analytics Vidhya

Neural Network

 Towards Data Science

Neural network are sophisticated learning algorithms used for learning complex, often a non-linear machine learning model.

Read more at Towards Data Science

Clustering, and its Methods in Unsupervised Learning

 Analytics Vidhya

Type of Machine Learning where patterns are detected in datasets without knowing the labels is called Unsupervised Learning. Information is extracted from data by segmentation and more complex…

Read more at Analytics Vidhya

Part 1: Image Processing

 Becoming Human: Artificial Intelligence Magazine

We will be creating a Sudoku Solver AI using python and Open CV to read a Sudoku puzzle from an image and solving it using constraint programming. In this article we we will be using image processing ...

Read more at Becoming Human: Artificial Intelligence Magazine

Computer Vision

 Towards Data Science

It has been well established and documented that the computational capabilities of computers far exceed that of human beings. Hence, since the middle of the 20th century, computation heavy activities…...

Read more at Towards Data Science

Object Detection

 Towards Data Science

Object detection, especially recognition can be done using different technics, like a combination of OpenCV functions. For me, it was rather interesting to build a quick model in R then to spend…

Read more at Towards Data Science

Data Mining

 Towards Data Science

Commonly used functions of Pandas data structures library

Read more at Towards Data Science

Machine Learning

 Towards AI

Acute lymphoblastic leukemia (ALL) Versus Machine Learning. Machine learning can diagnose ALL and lead the fight to cure cancer

Read more at Towards AI

Machine Learning

 Towards AI

This article will cover most of the important topics used in machine learning and explain their presence in each step. AI is something that scientists want to achieve, machine intelligence is a…

Read more at Towards AI

Machine Learning

 Towards AI

In computer vision, semantic segmentation is one of the most important components for fine-grained inference (CV). To achieve the appropriate precision levels, models must grasp the context of the…

Read more at Towards AI

Machine Learning : Supervised Learning

 Towards Data Science

Supervised Machine Learning , Types of Supervised Machine Learning and ML algorithms. Machine Learning | Data Science | Data Analysis | Data

Read more at Towards Data Science

The Fundamentals of Image Recognition

 Analytics Vidhya

What is this? These are just strange symbols placed in a particular order that hold no meaning if not digested correctly, yet your mind is continuously making sense of this collection of nonsense…

Read more at Analytics Vidhya

Understand the Patterns in the Data

 Towards Data Science

In my previous blog, I explained how to clean the data, perform EDA (exploratory data analysis) and what is a basic feature engineering in brief. So let’s say, you did a “read_csv” and imported the…

Read more at Towards Data Science

Neural Networks

 Towards Data Science

In the same way that when you start programming in a new language there is a tradition of doing it with a Hello World print, in Deep Learning you start by creating a recognition model of handwritten…

Read more at Towards Data Science

Detecting patterns and generalizing

 Analytics Vidhya

Before the advent of modern deep learning, images and sounds were unstructured data files, there was no way computers could interpret their contents. The computer vision area was dominated by…

Read more at Analytics Vidhya

Image Processing Part 2

 Towards Data Science

Spatial operations are performed directly on the pixels of a given image and we classify these operations in three categories. “Spatial domain operations” is another word you can come across for this…...

Read more at Towards Data Science

Machine Learning Classifiers

 Towards Data Science

Classification is the process of predicting the class of given data points. Classes are sometimes called as targets/ labels or categories. Classification predictive modeling is the task of…

Read more at Towards Data Science

Binary Classification

 Kaggle Learn Courses

Introduction So far in this course, we've learned about how neural networks can solve regression problems. Now we're going to apply neural networks to another common machine learning problem: classif...

Read more at Kaggle Learn Courses