Posts

Showing posts from November, 2018

MACHINE LEARNING ALGORITHMS

Image
Python and R Codes Source

NEURAL NETWORKS

Image
Neural Networks Source

K-MEANS CLUSTERING

Image
K-Means Clustering Source

HIERARCHICAL CLUSTERING

Image
Hierarchical Clustering Source

SUPPORT VECTOR MACHINES

Image
Support Vector Machines Source

K-NN CLASSIFICATION ALGORITHM

Image
K Nearest Neighbours Source

RANDOM FOREST

Image
Random Forest Source

DECISION TREE

Image
Decision Tree Source

LOGISTIC REGRESSION

Image
Logistic Regression Source

TOP PREDICTION ALGORITHMS

Image
Top Prediction Algorithms Source

ALGORITHMS IN MACHINE LEARNING

Image
Algorithms in Machine Learning Source

MACHINE LEARNING CHEATSHEET

Image
Machine Learning Cheatsheet Source

DEEP LEARNING LEADERS

Image
Deep Learning Leaders Source

DEEP LEARNING TIMELINE

Image
Deep Learning Timeline Source

DEEP LEARNING

Image
Deep learning Deep learning is a subset of AI and machine learning that uses multi-layered artificial neural networks to deliver state-of-the-art accuracy in tasks such as object detection, speech recognition, language translation and others. Deep learning differs from traditional machine learning techniques in that they can automatically learn representations from data such as images, video or text, without introducing hand-coded rules or human domain knowledge. Their highly flexible architectures can learn directly from raw data and can increase their predictive accuracy when provided with more data. Deep learning is responsible for many of the recent breakthroughs in AI such as Google DeepMind’s AlphaGo, self-driving cars, intelligent voice assistants and many more.  Source