Difference between revisions of "PRIMO.ai"

From
Jump to: navigation, search
m (Methods & Concepts)
m
(19 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|title=PRIMO.ai
 
|title=PRIMO.ai
 
|titlemode=append
 
|titlemode=append
|keywords=artificial, intelligence, machine, learning, models, algorithms, cybersecurity, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS  
+
|keywords=artificial, intelligence, machine, learning, models, algorithms, cybersecurity, data, singularity, moonshot, TensorFlow, Google, NVIDIA, Microsoft, Azure, Amazon, AWS, Facebook
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
+
|description=Helpful resources for your journey with artificial intelligence; machine learning, videos, articles, techniques, courses, profiles, and tools  
  
 
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101589255-2"></script>
 
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101589255-2"></script>
Line 69: Line 69:
 
**** [[Data Quality]] ...[[AI Verification and Validation|validity]], [[Evaluation - Measures#Accuracy|accuracy]], [[Data Quality#Data Cleaning|cleaning]], [[Data Quality#Data Completeness|completeness]], [[Data Quality#Data Consistency|consistency]], [[Data Quality#Data Encoding|encoding]], [[Data Quality#Zero Padding|padding]], [[Data Quality#Data Augmentation, Data Labeling, and Auto-Tagging|augmentation, labeling, auto-tagging]], [[Data Quality#Batch Norm(alization) & Standardization| normalization, standardization]], and [[Data Quality#Imbalanced Data|imbalanced data]]  
 
**** [[Data Quality]] ...[[AI Verification and Validation|validity]], [[Evaluation - Measures#Accuracy|accuracy]], [[Data Quality#Data Cleaning|cleaning]], [[Data Quality#Data Completeness|completeness]], [[Data Quality#Data Consistency|consistency]], [[Data Quality#Data Encoding|encoding]], [[Data Quality#Zero Padding|padding]], [[Data Quality#Data Augmentation, Data Labeling, and Auto-Tagging|augmentation, labeling, auto-tagging]], [[Data Quality#Batch Norm(alization) & Standardization| normalization, standardization]], and [[Data Quality#Imbalanced Data|imbalanced data]]  
 
*** [[Bias and Variances]]
 
*** [[Bias and Variances]]
*** [[Master Data Management (MDM) / Feature Store / Data Lineage / Data Catalog]]
+
*** [[Algorithm Administration#Master Data Management (MDM)|Master Data Management (MDM)]]
 
**** [[Natural Language Processing (NLP)#Managed Vocabularies |Managed Vocabularies]]
 
**** [[Natural Language Processing (NLP)#Managed Vocabularies |Managed Vocabularies]]
 
**** [[Datasets]]  
 
**** [[Datasets]]  
*** [[Privacy in Data Science]]
+
*** [[Privacy]] in Data Science
 
*** [[Data Interoperability]]
 
*** [[Data Interoperability]]
 
*** [[Excel - Data Analysis]]
 
*** [[Excel - Data Analysis]]
 
* [[Visualization]]
 
* [[Visualization]]
* [[Hyperparameter]]s
+
* [[Algorithm Administration#Hyperparameter|Hyperparameter]]s
 
* [[Evaluation]]
 
* [[Evaluation]]
 
** [[Evaluation - Measures]]
 
** [[Evaluation - Measures]]
Line 90: Line 90:
 
* [[Lasso Regression]]
 
* [[Lasso Regression]]
 
* [[Elastic Net Regression]]
 
* [[Elastic Net Regression]]
* [[Bayesian Linear Regression]]
+
* [[Bayes#Bayesian Linear Regression|Bayesian Linear Regression]]
* [[Bayesian Deep Learning (BDL)]]
+
* [[Bayes#Bayesian Deep Learning (BDL)|Bayesian Deep Learning (BDL)]]
 
* [[Logistic Regression (LR)]]
 
* [[Logistic Regression (LR)]]
 
* [[Support Vector Regression (SVR)]]
 
* [[Support Vector Regression (SVR)]]
Line 105: Line 105:
 
== Classification [[...predict categories]] ==
 
== Classification [[...predict categories]] ==
 
* <span id="Supervised"></span>[[Supervised]]
 
* <span id="Supervised"></span>[[Supervised]]
** [[Naive Bayes]]
+
** Naive [[Bayes]]
 
** [[K-Nearest Neighbors (KNN)]]
 
** [[K-Nearest Neighbors (KNN)]]
 
** [[Perceptron (P)]] ...and Multi-layer Perceptron (MLP)
 
** [[Perceptron (P)]] ...and Multi-layer Perceptron (MLP)
Line 169: Line 169:
 
* [[Neural Structured Learning (NSL)]]
 
* [[Neural Structured Learning (NSL)]]
  
== Sequence / Time ==
+
== Sequence / [[Time]] ==
 
* [[Transformer]]
 
* [[Transformer]]
 
** [[Generative Pre-trained Transformer (GPT)]]
 
** [[Generative Pre-trained Transformer (GPT)]]
Line 185: Line 185:
 
* [[(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 239: Line 239:
 
= Techniques =
 
= Techniques =
 
* [[Math for Intelligence]]
 
* [[Math for Intelligence]]
** [[Statistics for Intelligence]]
 
 
** [[Finding Paul Revere]]
 
** [[Finding Paul Revere]]
 
* [http://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
 
* [http://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
Line 246: Line 245:
 
* [[Backpropagation]]
 
* [[Backpropagation]]
 
* [[Gradient Descent Optimization & Challenges|Stochastic Gradient Descent]]
 
* [[Gradient Descent Optimization & Challenges|Stochastic Gradient Descent]]
 +
* [[Gradient Descent Optimization & Challenges#Learning Rate Decay|Learning Rate Decay]]
 
* [[Pooling / Sub-sampling: Max, Mean|Max Pooling]]
 
* [[Pooling / Sub-sampling: Max, Mean|Max Pooling]]
 
* [[Data Quality#Batch Norm(alization) & Standardization|Batch Normalization]]
 
* [[Data Quality#Batch Norm(alization) & Standardization|Batch Normalization]]
Line 270: Line 270:
 
* [[Deep Features]]  
 
* [[Deep Features]]  
 
* [[Local Features]]
 
* [[Local Features]]
 +
* [[Loop#Unintended Feedback Loop|Unintended Feedback Loop]]
 +
* [[Backtesting]]
  
 
=== <span id="Learning Techniques"></span>[[Learning Techniques]] ===
 
=== <span id="Learning Techniques"></span>[[Learning Techniques]] ===
Line 277: Line 279:
 
* [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]]
 
* [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
 +
* [[Deep Learning]]
 
* [[Transfer Learning]] a model trained on one task is re-purposed on a second related task
 
* [[Transfer Learning]] a model trained on one task is re-purposed on a second related task
 
** [[Text Transfer Learning]]  
 
** [[Text Transfer Learning]]  
Line 291: Line 294:
 
* [[Online Learning]]
 
* [[Online Learning]]
 
* [[Human-in-the-Loop (HITL) Learning]] / Active Learning
 
* [[Human-in-the-Loop (HITL) Learning]] / Active Learning
* [[Federated]] Learning
+
* [[Decentralized: Federated & Distributed]] Learning
* [[Distributed]] Learning
 
  
 
=== Opportunities & Challenges ===
 
=== Opportunities & Challenges ===
Line 316: Line 318:
 
= <span id="Development & Implementation"></span>Development & Implementation =
 
= <span id="Development & Implementation"></span>Development & Implementation =
 
* [[Building Your Environment]]
 
* [[Building Your Environment]]
* [[AIOps / MLOps]]
+
* [[Algorithm Administration]]
 +
** [[Algorithm Administration#AIOps / MLOps|AIOps / MLOps]]
 
* [[Service Capabilities]]
 
* [[Service Capabilities]]
 
* [[AI Marketplace & Toolkit/Model Interoperability]]
 
* [[AI Marketplace & Toolkit/Model Interoperability]]
Line 322: Line 325:
  
 
== No Coding ==
 
== No Coding ==
* [[Automated Machine Learning (AML) - AutoML]]
+
* [[Algorithm Administration#Automated Learning|Automated Learning]]
 
* [[Neural Architecture]] Search (NAS) Algorithm
 
* [[Neural Architecture]] Search (NAS) Algorithm
 
* [[Other codeless options, Code Generators, Drag n' Drop]]
 
* [[Other codeless options, Code Generators, Drag n' Drop]]
Line 349: Line 352:
 
=== Tooling ===
 
=== Tooling ===
 
* [[Model Search]]
 
* [[Model Search]]
* [[Model Monitoring]]
+
* [[Algorithm Administration#Model Monitoring|Model Monitoring]]
 
* [[Notebooks]]; [[Jupyter]] and R Markdown
 
* [[Notebooks]]; [[Jupyter]] and R Markdown
  
=== [[Platforms: Machine Learning as a Service (MLaaS)]] ===
+
=== [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)]] ===
 
* [[Google]] Cloud Platform (GCP)
 
* [[Google]] Cloud Platform (GCP)
 
* [[Amazon]] AWS  
 
* [[Amazon]] AWS  
Line 370: Line 373:
  
  
 
+
<hr>
 
+
[http://www.etsy.com/shop/LittleHouseOnTheBay Little House On The Bay Soaps]
 
+
<hr>
  
  
  
 
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.
 
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.

Revision as of 22:41, 1 December 2020

On Wednesday April 17, 2024 PRIMO.ai has 736 pages

Getting Started

Overview

Background

AI Breakthroughs

AI Fun

.. more Natural Language Processing (NLP) fun...

How to...

Forward Thinking

Information Analysis

Algorithms

Predict values - Regression

Classification ...predict categories

Recommendation

Clustering - Continuous - Dimensional Reduction

Hierarchical

Convolutional

Deconvolutional

Graph

- includes social networks, sensor networks, the entire Internet, 3D Objects (Point Cloud)

Sequence / Time

Time

Spatialtemporal

Spatial-Temporal Dynamic Network (STDN)

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. Reference: Learning Techniques

Natural Language

  • Natural Language Processing (NLP) involves speech recognition, (speech) translation, understanding (semantic parsing) complete sentences, understanding synonyms of matching words, and sentiment analysis

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. Policy Gradient (PG) methods are a type of reinforcement learning techniques that rely upon optimizing parametrized policies with respect to the expected return (long-term cumulative reward) by gradient descent.

Neuro-Symbolic

the “connectionists” seek to construct artificial neural networks, inspired by biology, to learn about the world, while the “symbolists” seek to build intelligent machines by coding in logical rules and representations of the world. Neuro-Symbolic combines the fruits of group.

Other

Techniques

Methods & Concepts

Learning Techniques

Opportunities & Challenges

Development & Implementation

No Coding

Coding

Libraries & Frameworks

TensorFlow

Tooling

Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)

... and other leading organizations



Little House On The Bay Soaps



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.