Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
(Research & Development)
(Algorithms)
Line 90: Line 90:
 
**[[Density-Based Spatial Clustering of Applications with Noise (DBSCAN)]]
 
**[[Density-Based Spatial Clustering of Applications with Noise (DBSCAN)]]
 
**[[Expectation–Maximization (EM) Clustering using Gaussian Mixture Models (GMM)]]
 
**[[Expectation–Maximization (EM) Clustering using Gaussian Mixture Models (GMM)]]
 +
 +
* Hierarchical to include clustering
 +
**[[Hierarchical Cluster Analysis (HCA)]]
 
**[[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
 
**[[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
 +
**[[Hierarchical Temporal Memory (HTM)]]
  
 
* Other   
 
* Other   
Line 121: Line 125:
 
* [[Trust Region Policy Optimization (TRPO)]]
 
* [[Trust Region Policy Optimization (TRPO)]]
 
* [[Proximal Policy Optimization (PPO)]]
 
* [[Proximal Policy Optimization (PPO)]]
 
=== Hierarchical ===
 
*[[Hierarchical Cluster Analysis (HCA)]]
 
*[[Hierarchical Temporal Memory (HTM)]]
 
  
 
== Frameworks ==
 
== Frameworks ==

Revision as of 16:10, 3 June 2018

Overview

Background

AI Breakthroughs

AI Fun

How to...

Forward Thinking

Algorithms

Supervised

Labeled (desired solution) data is fed into the algorithm

Convolutional

Deonvolutional

Sequence

Unsupervised

Some uses of Unsupervised Learning are (1) data compression, (2) classification, (3) clustering, and (4) outlier detection

Unsupervised: Probabilistic/Generative

A probability distribution over a set of classes for each input sample. Unlabeled data is classified as (1) conditional probability of the target Y, or (2) conditional probability of the observable X given a target Y

Competitive

Unsupervised: Non-Probabilistic

Unlabeled data is fed into the algorithm with the algorithm seperating the feature space and return the class associated with the space where a sample originates from.

Semi-Supervised

Reinforcement (RL)

An 'agent' algorithm receives a delayed reward in the next time step to evaluate its previous action; in combination with Neural Networks it is capable of solving more complex tasks

Frameworks

TensorFlow

Techniques

Mathematical Background

Datasets & Information Analysis

Algorithms

Bag of Tricks

Coding

Platforms: Machine Learning as a Service (MLaaS)

Amazon AWS

Google Cloud AI

Kaggle

Microsoft Azure

Research & Development

Other