Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
(Algorithms)
Line 55: Line 55:
 
- 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.
 
- 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 ====  
+
==== Predict values ====  
 
* [[Time Series Forecasting Methods - Statistical]]  
 
* [[Time Series Forecasting Methods - Statistical]]  
 
* [[Time Series Forecasting - Deep Learning]]
 
* [[Time Series Forecasting - Deep Learning]]
Line 82: Line 82:
 
** [[Random Forest (or) Random Decision Forest]]
 
** [[Random Forest (or) Random Decision Forest]]
 
** [[Decision Jungle]]
 
** [[Decision Jungle]]
 
==== Other ====
 
* [[Hopfield Network (HN)]]
 
* [[Energy-based Model (EBN)]]
 
  
 
==== Convolutional; Image & Object Recognition ====
 
==== Convolutional; Image & Object Recognition ====
Line 92: Line 88:
 
** [[ResNet-50]]
 
** [[ResNet-50]]
  
==== [[Graph Convolutional Network (GCN)]] ====
+
==== Other ====
 +
* [[Hopfield Network (HN)]]
 +
* [[Energy-based Model (EBN)]]
 +
 
 +
===== [[Graph Convolutional Network (GCN)]] =====
 
- includes social networks, sensor networks, the entire Internet, 3D Objects (point cloud)
 
- includes social networks, sensor networks, the entire Internet, 3D Objects (point cloud)
 
 
* [[Point Cloud Convolutional Neural Network (CNN)]]
 
* [[Point Cloud Convolutional Neural Network (CNN)]]
  
==== Deconvolutional ====
+
===== Deconvolutional =====
 
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
 
*[[Deconvolutional Neural Network (DN) / Inverse Graphics Network (IGN)]]
  
Line 150: Line 149:
 
* [[Generative Query Network (GQN)]]
 
* [[Generative Query Network (GQN)]]
  
=== Classification [[...predict categories]] ===
+
=== Classification ===
 
* [[Naive Bayes]]
 
* [[Naive Bayes]]
  

Revision as of 20:07, 5 January 2019

On Saturday March 28, 2026 PRIMO.ai has 825 pages

Getting Started

Overview

Background

AI Breakthroughs

AI Fun

How to...

Forward Thinking

Datasets & Information Analysis


Algorithms

Discriminative

learn the (hard or soft) boundary between classes; providing classification splits (and not necessarily in a probabilistic manner)

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.

Predict values

Classification ...predict categories

Convolutional; Image & Object Recognition

Other

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

Classification

Categorical

Clustering - Continuous - Dimensional Reduction

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.

Sequence

Time


Generative

model the distribution of individual classes

Classification

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.

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.