Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
(Generative Modeling)
Line 1: Line 1:
 
On {{LOCALDAYNAME}} {{LOCALMONTHNAME}} {{LOCALDAY}}, {{LOCALYEAR}} PRIMO.ai has {{NUMBEROFPAGES}} pages  
 
On {{LOCALDAYNAME}} {{LOCALMONTHNAME}} {{LOCALDAY}}, {{LOCALYEAR}} PRIMO.ai has {{NUMBEROFPAGES}} pages  
  
 +
= Getting Started =
 
== Overview ==
 
== Overview ==
 
* [[How do I leverage AI?]]
 
* [[How do I leverage AI?]]
Line 6: Line 7:
 
* [[Reading Material & Glossary]]
 
* [[Reading Material & Glossary]]
  
==== Background ====
+
== Background ==
 
* [[What is AI?]]
 
* [[What is AI?]]
 
* [[History of AI]]
 
* [[History of AI]]
 
* [[Current State]]
 
* [[Current State]]
  
==== AI Breakthroughs ====
+
== AI Breakthroughs ==
 
* [[Capabilities]]
 
* [[Capabilities]]
 
* [[Case Studies]]
 
* [[Case Studies]]
 
* [http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&u=%2Fnetahtml%2FPTO%2Fsearch-adv.htm&r=0&p=1&f=S&l=50&Query=%28%28abst%2F%28intelligence+and+%28artificial+or+machine%29%29%29+or+%28aclm%2F%28intelligence+and+%28artificial+or+machine%29%29%29%29+and++%28ISD%2F1%2F1%2F2014-%3E1%2F1%2F2050%29&d=PTXT AI Patents after 2013]
 
* [http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&u=%2Fnetahtml%2FPTO%2Fsearch-adv.htm&r=0&p=1&f=S&l=50&Query=%28%28abst%2F%28intelligence+and+%28artificial+or+machine%29%29%29+or+%28aclm%2F%28intelligence+and+%28artificial+or+machine%29%29%29%29+and++%28ISD%2F1%2F1%2F2014-%3E1%2F1%2F2050%29&d=PTXT AI Patents after 2013]
  
==== AI Fun ====
+
== AI Fun ==
 
* [http://experiments.withgoogle.com/collection/ai Google AI Experiments]
 
* [http://experiments.withgoogle.com/collection/ai Google AI Experiments]
 
* [http://playground.tensorflow.org TensorFlow Playground]
 
* [http://playground.tensorflow.org TensorFlow Playground]
Line 23: Line 24:
 
* [[Competitions]]
 
* [[Competitions]]
  
==== How to... ====
+
== How to... ==
 
*[[AI Solver]]
 
*[[AI Solver]]
 
*[[Strategy & Tactics]]
 
*[[Strategy & Tactics]]
 
*[[Checklists]]
 
*[[Checklists]]
  
==== Forward Thinking ====
+
== Forward Thinking ==
 
* [[Moonshots]]
 
* [[Moonshots]]
 
* [[Journey to Singularity]]
 
* [[Journey to Singularity]]
 
* [[Creatives]]
 
* [[Creatives]]
  
== Datasets & Information Analysis ==
+
= Datasets & Information Analysis =
 
* [[Datasets]]
 
* [[Datasets]]
 
* [[Batch Norm(alization) & Standardization]]
 
* [[Batch Norm(alization) & Standardization]]
Line 42: Line 43:
 
* [[Master Data Management  (MDM) / Feature Store / Data Lineage / Data Catalog]]
 
* [[Master Data Management  (MDM) / Feature Store / Data Lineage / Data Catalog]]
  
== Algorithms ==
+
= Algorithms =
 
* [[About Algorithms & Neural Network Models]]
 
* [[About Algorithms & Neural Network Models]]
 
* [http://www.youtube.com/user/IntegrateBiz/playlists Intersection of Artificial Intelligence and Architecture | Raj Ramesh]
 
* [http://www.youtube.com/user/IntegrateBiz/playlists Intersection of Artificial Intelligence and Architecture | Raj Ramesh]
 +
 +
== Discriminative ==
  
 
=== [[Supervised]] ===
 
=== [[Supervised]] ===
Line 139: Line 142:
 
*[[Hierarchical Temporal Memory (HTM)]] Time
 
*[[Hierarchical Temporal Memory (HTM)]] Time
  
==== Competitive  ====
+
 
* [[Generative Adversarial Network (GAN)]]
 
* [[Kohonen Network (KN)/Self Organizing Maps (SOM)]]
 
  
 
==== Unsupervised: Non-Probabilistic; e.g. Deterministic  ====
 
==== Unsupervised: Non-Probabilistic; e.g. Deterministic  ====
Line 150: Line 151:
 
*[[Sparse Autoencoder (SAE)]]
 
*[[Sparse Autoencoder (SAE)]]
  
=== [[Semi-Supervised]] ===
+
 
 +
 
 +
== [[Generative]] ==
 +
 
 +
* [[Generative Query Network (GQN)]]
 +
* [[Conditional Adversarial Architecture (CAA)]]
 +
 
 +
 
 +
 
 +
=== Competitive  ===
 +
* [[Generative Adversarial Network (GAN)]]
 +
* [[Kohonen Network (KN)/Self Organizing Maps (SOM)]]
 +
 
 +
==== [[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)]]
  
=== [[Reinforcement Learning (RL)]]  ===
+
== [[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.
 
- 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.
  
Line 171: Line 185:
 
* [[Temporal Difference (TD) Learning]]
 
* [[Temporal Difference (TD) Learning]]
  
=== [[Generative]] ===
 
  
* [[Generative Query Network (GQN)]]
 
* [[Conditional Adversarial Architecture (CAA)]]
 
  
 
== 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 295: Line 306:
 
* [[Turi]]
 
* [[Turi]]
  
== Research & Development ==
+
= Research & Development =
 
* [[Natural Language Processing (NLP)]]
 
* [[Natural Language Processing (NLP)]]
* [[Generative Modeling]]
+
* [[Generative]] Modeling
 
* [[Automated Machine Learning (AML) - AutoML]]
 
* [[Automated Machine Learning (AML) - AutoML]]
 
* [[Explainable Artificial Intelligence (EAI)]]  
 
* [[Explainable Artificial Intelligence (EAI)]]  

Revision as of 17:05, 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

Sequence

Representation Learning

Unsupervised Generative Front-end, Supervised Classification; Image Recognition Back-end

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

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.

Time


Techniques

Foundation

Methods

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.