Difference between revisions of "PRIMO.ai"
(→Roadmap & Checklists) |
(→Bag of Tricks) |
||
| Line 105: | Line 105: | ||
** [[Parameter Initialization]] | ** [[Parameter Initialization]] | ||
** [http://www.kdnuggets.com/2018/04/right-metric-evaluating-machine-learning-models-1.html Choosing the Right Metric for Evaluating Machine Learning Models] | ** [http://www.kdnuggets.com/2018/04/right-metric-evaluating-machine-learning-models-1.html Choosing the Right Metric for Evaluating Machine Learning Models] | ||
| + | ** [[Approach to Bias and Variances]] | ||
* [[Pooling]] | * [[Pooling]] | ||
* [[Hyperparameters]] | * [[Hyperparameters]] | ||
| Line 110: | Line 111: | ||
* [[Transfer Learning]] | * [[Transfer Learning]] | ||
* [[Competitions]] | * [[Competitions]] | ||
| + | |||
==== Coding ==== | ==== Coding ==== | ||
* [[Python]] | * [[Python]] | ||
Revision as of 14:27, 18 May 2018
Contents
Overview
Background
Breakthroughs in AI
Recipes & Checklists
Forward Thinking
Models
Supervised
- Support Vector Machine (SVM)
- Perceptron (P)
- Feed Forward Neural Network (FF or FFNN)
- Artificial Neural Network (ANN)
- Deep Neural Network (DNN)
Convolutional
Deonvolutional
Sequence
- Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)
- Attention Model
- Sequence to Sequence (Seq2Seq)
- (Tree) Recursive Neural (Tensor) Network (RNTN)
- Neural Turing Machine
Unsupervised: Non-Probabilistic
Unsupervised: Probabilistic/Generative
Competitive
Reinforcement
Hierarchical
More Algorithms
- Hopfield Network (HN)
- Markov Model (Chain, Discrete Time, Continuous Tme, Hidden)
- Energy-based Model (EBN)
Frameworks
TensorFlow
Other DL Frameworks
Techniques
Mathematical Background
Registries & Repositories
Information Analysis
Bag of Tricks
- Activation Functions
- Optimizers
- Pooling
- Hyperparameters
- Visualization
- Transfer Learning
- Competitions
Coding
Platforms: Machine Learning as a Service (MLaaS)
Amazon AWS
- AWS with TensorFlow
- AmazonML
- Deep Learning Amazon Machine Image (DLAMI)
- DeepLens - deep learning enabled video camera
Microsoft Azure
Google Cloud AI
Research & Development
- Self Learning Artificial Intelligence - AutoML
- Explainable Artificial Intelligence
- Differentiable Neural Computer (DNC)
- Capsule Networks (CapNets)
- Generative Agents
- Messaging & Routing
- Deep Distributed Q Network Partial Observability
- Genetic Algorithms
- Natural Language Inference (NLI) and Recognizing Textual Entailment (RTE)
- 3D Simulation Environments
- Connecting Brains
- Other Challenges