Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
Line 49: Line 49:
 
* [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]
  
== [http://en.wikipedia.org/wiki/Discriminative_model Discriminative] (conditional distribution or no distribution) ==
 
learn the (hard or soft) boundary between classes; providing classification splits (and not necessarily in a probabilistic manner)
 
  
=== [[Supervised]] ===
+
== Predict values ==  
- 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.
 
 
 
==== Predict values ====  
 
 
* [[Linear Regression]]
 
* [[Linear Regression]]
 
* [[Ridge Regression]]
 
* [[Ridge Regression]]
Line 69: Line 64:
 
* [[One-class Support Vector Machine (SVM)]]
 
* [[One-class Support Vector Machine (SVM)]]
  
==== Classification [[...predict categories]] ====
+
 
* [[Perceptron (P)]] ...and Multi-layer Perceptron (MLP)
+
== Classification [[...predict categories]] ==
* [[Naive Bayes]]
+
* [[Supervised]]
 +
** [[Naive Bayes]]
 +
** [[K-Nearest Neighbors (KNN)]]
 +
** [[Perceptron (P)]] ...and Multi-layer Perceptron (MLP)
 
** [[Feed Forward Neural Network (FF or FFNN)]]
 
** [[Feed Forward Neural Network (FF or FFNN)]]
 
** [[Artificial Neural Network (ANN)]]
 
** [[Artificial Neural Network (ANN)]]
 
** [[Deep Neural Network (DNN)]]
 
** [[Deep Neural Network (DNN)]]
* [[Kernel Approximation]]
+
** [[Kernel Approximation]]
** [[Support Vector Machine (SVM)]]
+
*** [[Support Vector Machine (SVM)]]
* [[Logistic Regression (LR)]]
+
** [[Logistic Regression (LR)]]
* [[Tree-based...]]
+
** [[Tree-based...]]
** [[(Boosted) Decision Tree]]
+
*** [[(Boosted) Decision Tree]]
** [[Random Forest (or) Random Decision Forest]]
+
*** [[Random Forest (or) Random Decision Forest]]
** [[Decision Jungle]]
+
*** [[Decision Jungle]]
===== [[Recommendation]] =====
+
* [[Unsupervised]]
* [[K-Nearest Neighbors (KNN)]]
+
** [[Radial Basis Function Network (RBFN)]]
 +
 
 +
== [[Recommendation]] ==
 
* [[Alternating Least Squares (ALS)]]
 
* [[Alternating Least Squares (ALS)]]
 
* [[Matrix Factorization]]
 
* [[Matrix Factorization]]
  
==== Convolutional; Image & Object Recognition ====
+
== Categorical ==
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]
+
* [[Supervised]]
* [[(Deep) Residual Network (DRN) - ResNet]]
+
** [[Apriori, Frequent Pattern (FP) Growth, Association Rules/Analysis]]
** [[ResNet-50]]
+
** [[Markov Model (Chain, Discrete Time, Continuous Tme, Hidden)]]
 
+
* [[Unsupervised]]
==== Other ====
+
** [[Autoencoder (AE) / Encoder-Decoder]]
* [[Hopfield Network (HN)]]
+
** [[(Stacked) Denoising Autoencoder (DAE)]]
* [[Energy-based Model (EBN)]]
+
** [[Sparse Autoencoder (SAE)]]
 
 
===== [[Graph Convolutional Network (GCN)]] =====
 
- includes social networks, sensor networks, the entire Internet, 3D Objects (point cloud)
 
* [[Point Cloud Convolutional Neural Network (CNN)]]
 
 
 
===== Deconvolutional =====
 
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
 
 
 
=== [[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
 
 
 
==== Classification ====
 
* [[Radial Basis Function Network (RBFN)]]
 
 
 
==== Categorical ====
 
* [[Apriori, Frequent Pattern (FP) Growth, Association Rules/Analysis]]
 
* [[Markov Model (Chain, Discrete Time, Continuous Tme, Hidden)]]
 
 
 
  
==== [[Clustering]] - Continuous - Dimensional Reduction ====
+
== [[Clustering]] - Continuous - Dimensional Reduction ==
 
* [[Singular Value Decomposition (SVD)]]
 
* [[Singular Value Decomposition (SVD)]]
 
* [[Principal Component Analysis (PCA)]]
 
* [[Principal Component Analysis (PCA)]]
Line 126: Line 108:
 
* [[Variational Autoencoder (VAE)]]
 
* [[Variational Autoencoder (VAE)]]
  
==== [[Hierarchical]] ====
+
=== [[Hierarchical]] ===
 
* [[Hierarchical Cluster Analysis (HCA)]]
 
* [[Hierarchical Cluster Analysis (HCA)]]
 
* [[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
 
* [[Hierarchical Clustering;  Agglomerative (HAC) & Divisive (HDC)]]
Line 132: Line 114:
 
* [[Mixture Models; Gaussian]]
 
* [[Mixture Models; Gaussian]]
  
==== Unsupervised: Non-Probabilistic; e.g. Deterministic  ====
+
== Convolutional; Image & Object Recognition ==
- 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.
+
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]
* [[Autoencoder (AE) / Encoder-Decoder]]
+
* [[(Deep) Residual Network (DRN) - ResNet]]
* [[(Stacked) Denoising Autoencoder (DAE)]]
+
** [[ResNet-50]]
* [[Sparse Autoencoder (SAE)]]
+
 
 +
=== [[Graph Convolutional Network (GCN)]] ===
 +
- includes social networks, sensor networks, the entire Internet, 3D Objects (point cloud)
 +
* [[Point Cloud Convolutional Neural Network (CNN)]]
 +
 
 +
=== Deconvolutional ===
 +
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
 +
 
 +
== Other ==
 +
* [[Hopfield Network (HN)]]
 +
* [[Energy-based Model (EBN)]]
 +
* [[Generative Query Network (GQN)]]
  
==== Sequence / Time ====
+
== Sequence / Time ==
 
* [[Sequence to Sequence (Seq2Seq)]]
 
* [[Sequence to Sequence (Seq2Seq)]]
 
* [[Neural Turing Machine]]
 
* [[Neural Turing Machine]]
Line 147: Line 140:
 
* [[(Tree) Recursive Neural (Tensor) Network (RNTN)]]
 
* [[(Tree) Recursive Neural (Tensor) Network (RNTN)]]
  
===== Time =====
+
=== Time ===
 
* [[Temporal Difference (TD) Learning]]
 
* [[Temporal Difference (TD) Learning]]
 
* Predict values
 
* Predict values
Line 153: Line 146:
 
** [[Time Series Forecasting - Deep Learning]]
 
** [[Time Series Forecasting - Deep Learning]]
  
 
+
== Competitive  ==
==== Competitive  ====
 
 
* [[Generative Adversarial Network (GAN)]]
 
* [[Generative Adversarial Network (GAN)]]
 
* [[Conditional Adversarial Architecture (CAA)]]
 
* [[Conditional Adversarial Architecture (CAA)]]
Line 160: Line 152:
  
  
== [[Generative]] (joint distribution) ==
+
== [[Semi-Supervised]] ==
model the distribution of individual classes
 
 
 
* [[Generative Query Network (GQN)]]
 
 
 
 
 
==== [[Semi-Supervised]] ====
 
 
In many practical situations, the cost to label is quite high, since it requires skilled human experts to do that. So, in the absence of labels in the majority of the observations but present in few, semi-supervised algorithms are the best candidates for the model building. These methods exploit the idea that even though the group memberships of the unlabeled data are unknown, this data carries important information about the group parameters.
 
In many practical situations, the cost to label is quite high, since it requires skilled human experts to do that. So, in the absence of labels in the majority of the observations but present in few, semi-supervised algorithms are the best candidates for the model building. These methods exploit the idea that even though the group memberships of the unlabeled data are unknown, this data carries important information about the group parameters.
 
* [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]
 
* [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]

Revision as of 11:11, 8 January 2019

On Friday March 27, 2026 PRIMO.ai has 825 pages

Getting Started

Overview

Background

AI Breakthroughs

AI Fun

How to...

Forward Thinking

Datasets & Information Analysis


Algorithms


Predict values


Classification ...predict categories

Recommendation

Categorical

Clustering - Continuous - Dimensional Reduction

Hierarchical

Convolutional; Image & Object Recognition

Graph Convolutional Network (GCN)

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

Deconvolutional

Other

Sequence / Time

Time

Competitive


Semi-Supervised

In many practical situations, the cost to label is quite high, since it requires skilled human experts to do that. So, in the absence of labels in the majority of the observations but present in few, semi-supervised algorithms are the best candidates for the model building. These methods exploit the idea that even though the group memberships of the unlabeled data are unknown, this data carries important information about the group parameters.


Natural Language Processing (NLP)

Challenges involve Speech recognition, (speech) translation, understanding (semantic parsing) complete sentences, understanding synonyms of matching words, sentiment analysis, and writing/generating complete grammatically correct sentences and paragraphs


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.


Techniques

Foundation

Methods

Development & 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



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.