Difference between revisions of "PRIMO.ai"
(→How to...) |
(→How to...) |
||
| Line 13: | Line 13: | ||
==== How to... ==== | ==== How to... ==== | ||
| − | + | ... start having fun with learning AI: | |
**[http://experiments.withgoogle.com/collection/ai Google AI Experiments] | **[http://experiments.withgoogle.com/collection/ai Google AI Experiments] | ||
**[http://playground.tensorflow.org Playground] | **[http://playground.tensorflow.org Playground] | ||
Revision as of 16:54, 24 May 2018
Contents
Overview
Background
Breakthroughs in AI
How to...
... start having fun with learning AI:
Forward Thinking
Models
Supervised
- Support Vector Machine (SVM)
- Hopfield Network (HN)
- Energy-based Model (EBN)
- Naive Bayes
- Markov Model (Chain, Discrete Time, Continuous Tme, Hidden)
- 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
Frameworks
TensorFlow
Techniques
Mathematical Background
Datasets & Information Analysis
Algorithms
Bag of Tricks
- Activation Functions
- Optimizers
- Pooling
- Hyperparameters
- Visualization
- Transfer Learning
- Competitions
Coding
Platforms: Machine Learning as a Service (MLaaS)
Kaggle
Amazon AWS
- AWS with TensorFlow
- AmazonML
- Deep Learning Amazon Machine Image (DLAMI)
- DeepLens - deep learning enabled video camera
Microsoft Azure
Google Cloud AI
- Google Cloud AI With TensorFlow
- ML Engine
- Prediction API
- Google Developers Codelabs
- Google AI Experiments
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
- Processing Units - CPU, GPU, TPU, VPU
- Other Challenges