Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
Line 98: Line 98:
 
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
 
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
  
==== Sequence ====
 
 
* [[Sequence to Sequence (Seq2Seq)]]
 
* [[Neural Turing Machine]]
 
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
 
** [[Bidirectional Long Short-Term Memory (BI-LSTM)]]
 
** [[Bidirectional Long Short-Term Memory (BI-LSTM) with Attention Mechanism]]
 
** [[Average-Stochastic Gradient Descent (SGD) Weight-Dropped LSTM (AWD-LSTM)]]
 
* [[(Tree) Recursive Neural (Tensor) Network (RNTN)]]
 
 
=== [[Representation Learning]] ===
 
 
=== [[Unsupervised]] Generative Front-end, [[Supervised]] Classification; Image Recognition Back-end ===
 
* [[Deep Belief Network (DBN)]]
 
  
 
=== [[Unsupervised]] ===
 
=== [[Unsupervised]] ===
- there is not a target outcome. The algorithms will cluster the data set for different groups. 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
 
- 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
  
Line 141: Line 124:
 
*[[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
 
*[[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
 
*[[Hierarchical Temporal Memory (HTM)]] Time
 
*[[Hierarchical Temporal Memory (HTM)]] Time
 
 
  
 
==== Unsupervised: Non-Probabilistic; e.g. Deterministic  ====
 
==== Unsupervised: Non-Probabilistic; e.g. Deterministic  ====
Line 150: Line 131:
 
*[[(Stacked) Denoising Autoencoder (DAE)]]
 
*[[(Stacked) Denoising Autoencoder (DAE)]]
 
*[[Sparse Autoencoder (SAE)]]
 
*[[Sparse Autoencoder (SAE)]]
 
 
  
 
== [[Generative]] ==
 
== [[Generative]] ==
Line 157: Line 136:
 
* [[Generative Query Network (GQN)]]
 
* [[Generative Query Network (GQN)]]
 
* [[Conditional Adversarial Architecture (CAA)]]
 
* [[Conditional Adversarial Architecture (CAA)]]
 
 
  
 
=== Competitive  ===
 
=== Competitive  ===
Line 164: Line 141:
 
* [[Kohonen Network (KN)/Self Organizing Maps (SOM)]]
 
* [[Kohonen Network (KN)/Self Organizing Maps (SOM)]]
  
==== [[Semi-Supervised]] ====
+
=== [[Semi-Supervised]] ===
 
* [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]
 
* [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]
 
* [[Context-Conditional Generative Adversarial Network (CC-GAN)]]
 
* [[Context-Conditional Generative Adversarial Network (CC-GAN)]]
Line 181: Line 158:
 
* [[Hierarchical Reinforcement Learning (HRL)]]
 
* [[Hierarchical Reinforcement Learning (HRL)]]
  
==== Time ====
+
== Sequence ==
 +
 
 +
* [[Sequence to Sequence (Seq2Seq)]]
 +
* [[Neural Turing Machine]]
 +
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
 +
** [[Bidirectional Long Short-Term Memory (BI-LSTM)]]
 +
** [[Bidirectional Long Short-Term Memory (BI-LSTM) with Attention Mechanism]]
 +
** [[Average-Stochastic Gradient Descent (SGD) Weight-Dropped LSTM (AWD-LSTM)]]
 +
* [[(Tree) Recursive Neural (Tensor) Network (RNTN)]]
 +
 
 +
=== Time ===
  
 
* [[Temporal Difference (TD) Learning]]
 
* [[Temporal Difference (TD) Learning]]
Line 187: Line 174:
  
  
== Techniques ==
+
= Techniques =
=== Foundation ===
+
== Foundation ==
 
* [[Math for Intelligence]]
 
* [[Math for Intelligence]]
 
* [http://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
 
* [http://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
  
=== Methods ===
+
== Methods ==
 
* [[Backpropagation]]
 
* [[Backpropagation]]
 
* [[Gradient Boosting Algorithms]]
 
* [[Gradient Boosting Algorithms]]
Line 224: Line 211:
 
* [[Repositories & Other Algorithms]]
 
* [[Repositories & Other Algorithms]]
  
=== [[Libraries & Frameworks]] ===
+
= Implementation =
 +
== [[Libraries & Frameworks]] ==
 
* [[Libraries & Frameworks Overview]]
 
* [[Libraries & Frameworks Overview]]
  
==== [[TensorFlow]] ====
+
=== [[TensorFlow]] ===
 
* [[TensorFlow Overview & Tutorials]]
 
* [[TensorFlow Overview & Tutorials]]
 
* [[TensorBoard]]
 
* [[TensorBoard]]
Line 239: Line 227:
 
** [[Swift]]
 
** [[Swift]]
  
=== Tooling ===
+
== Tooling ==
  
 
* [[Model Search]]
 
* [[Model Search]]
Line 245: Line 233:
 
* [[Notebooks; Jupyter and R Markdown]]
 
* [[Notebooks; Jupyter and R Markdown]]
  
==== Coding ====
+
== Coding ==
 
* [[Javascript]]
 
* [[Javascript]]
 
* [[Python]]
 
* [[Python]]
 
* [[Other Coding options]]
 
* [[Other Coding options]]
  
=== [[Platforms: Machine Learning as a Service (MLaaS)]] ===
+
== [[Platforms: Machine Learning as a Service (MLaaS)]] ==
 
* [[Service Capabilities]]
 
* [[Service Capabilities]]
  
==== [[Google Cloud Platform (GCP)]] ...AI with TensorFlow ====
+
=== [[Google Cloud Platform (GCP)]] ...AI with TensorFlow ===
 
* [http://www.kubeflow.org/ Kubeflow] ML workflows on Kubernetes
 
* [http://www.kubeflow.org/ Kubeflow] ML workflows on Kubernetes
 
** [[Pipelines]]
 
** [[Pipelines]]
Line 266: Line 254:
 
* [http://ai.google/education/ Learn from ML experts at Google]
 
* [http://ai.google/education/ Learn from ML experts at Google]
  
==== [[Amazon AWS]] ====
+
=== [[Amazon AWS]] ===
 
* [[AWS with TensorFlow]]
 
* [[AWS with TensorFlow]]
 
* [[DeepLens - deep learning enabled video camera]]
 
* [[DeepLens - deep learning enabled video camera]]
Line 279: Line 267:
 
* [http://aws.amazon.com/training/ AWS Training and Certification]
 
* [http://aws.amazon.com/training/ AWS Training and Certification]
  
==== [[Microsoft Azure]] ====
+
=== [[Microsoft Azure]] ===
 
* [[Azure with TensorFlow]]
 
* [[Azure with TensorFlow]]
 
* [[Azure AI Process]]
 
* [[Azure AI Process]]
Line 287: Line 275:
 
* [http://aischool.microsoft.com/learning-paths AI School]
 
* [http://aischool.microsoft.com/learning-paths AI School]
  
==== [[NVIDIA]] ====
+
=== [[NVIDIA]] ===
 
* [[RAPIDS]]
 
* [[RAPIDS]]
 
* [[NVIDIA Deep Learning Institute]]
 
* [[NVIDIA Deep Learning Institute]]
 
* [http://on-demand-gtc.gputechconf.com/gtcnew/on-demand-gtc.php?searchByKeyword=&searchItems=&sessionTopic=&sessionEvent=2&sessionYear=2018&sessionFormat=&submit=&select= GTC Sessions]
 
* [http://on-demand-gtc.gputechconf.com/gtcnew/on-demand-gtc.php?searchByKeyword=&searchItems=&sessionTopic=&sessionEvent=2&sessionYear=2018&sessionFormat=&submit=&select= GTC Sessions]
  
==== Kaggle ====
+
=== Kaggle ===
 
* [[Kaggle Overview]]
 
* [[Kaggle Overview]]
 
* [[Kaggle Kernels]]
 
* [[Kaggle Kernels]]
Line 299: Line 287:
 
* [http://www.kaggle.com/learn/overview Hands-On Data Science Education]
 
* [http://www.kaggle.com/learn/overview Hands-On Data Science Education]
  
==== Intel ====
+
=== Intel ===
 
* [[Neural Compute Stick (NCS)]]
 
* [[Neural Compute Stick (NCS)]]
 
* [http://software.intel.com/en-us/ai-academy AI Academy]
 
* [http://software.intel.com/en-us/ai-academy AI Academy]
  
==== Apple ====
+
=== Apple ===
 
* [[Turi]]
 
* [[Turi]]
  

Revision as of 17:20, 5 January 2019

On Sunday March 29, 2026 PRIMO.ai has 825 pages

Getting Started

Overview

Background

AI Breakthroughs

AI Fun

How to...

Forward Thinking

Datasets & Information Analysis

Algorithms

Discriminative

Supervised

- labeled (desired solution) data is fed into the algorithm. The training data set has inputs as well as the desired output. During the training session, the model will adjust its variables to map inputs to the corresponding output.

Convolutional; Image & Object Recognition

Graph Convolutional Network (GCN)

- includes social networks, sensor networks, the entire Internet, 3D Objects (point cloud)

Deconvolutional


Unsupervised

- 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

Hierarchical

Unsupervised: Non-Probabilistic; e.g. Deterministic

- 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.

Generative

Competitive

Semi-Supervised

Reinforcement Learning (RL)

- an algorithm receives a delayed reward in the next time step to evaluate its previous action. Therefore based on those decisions, the algorithm will train itself based on the success/error of output. In combination with Neural Networks it is capable of solving more complex tasks.

Sequence

Time


Techniques

Foundation

Methods

Implementation

Libraries & Frameworks

TensorFlow

Tooling

Coding

Platforms: Machine Learning as a Service (MLaaS)

Google Cloud Platform (GCP) ...AI with TensorFlow

Amazon AWS

Microsoft Azure

NVIDIA

Kaggle

Intel

Apple

Research & Development



If you get a 502 or 503 error please try the webpage again, as your message is visiting the island which the server is located, perhaps deciding to relax in the Sun before returning. Thank you.