Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
(Models)
(Models)
Line 15: Line 15:
 
*[[Convolutional Neural Networks (CNN)]]
 
*[[Convolutional Neural Networks (CNN)]]
 
**[[Residual Neural Networks (ResNet)]]
 
**[[Residual Neural Networks (ResNet)]]
==== Generative Networks ====
+
==== Generative ====
 
*[[Generative Adversarial Networks (GANs)]]
 
*[[Generative Adversarial Networks (GANs)]]
==== Sequence Modeling ====
+
==== Sequence ====
 
*[[Recurrent Neural Networks (RNN) and Long Short-Term Memory (LSTM)]]
 
*[[Recurrent Neural Networks (RNN) and Long Short-Term Memory (LSTM)]]
 
**[[Attention Models]]
 
**[[Attention Models]]
 
*[[Sequence to Sequence (Seq2Seq)]]
 
*[[Sequence to Sequence (Seq2Seq)]]
==== Reinforcement Learning ====
+
==== Reinforcement ====
 +
Goal-oriented algorithms, which learn how to attain a complex objective (goal) or maximize along a particular dimension over many steps; for example, maximize the points won in a game over many moves.
 
* [[Deep Reinforcement Learning]]   
 
* [[Deep Reinforcement Learning]]   
 
==== Other Models ====
 
==== Other Models ====

Revision as of 22:06, 10 May 2018

Overview

Models

Convolutional

Generative

Sequence

Reinforcement

Goal-oriented algorithms, which learn how to attain a complex objective (goal) or maximize along a particular dimension over many steps; for example, maximize the points won in a game over many moves.

Other Models

Techniques & Coding

Frameworks

TensorFlow

Other DL Frameworks

Platforms: Machine Learning as a Service (MLaaS)

Amazon AWS

Microsoft Azure

Google Cloud AI

Research & Development

Other