Last active
January 11, 2021 16:00
-
-
Save ogyalcin/0bc4ebab74a84bc712f1ed1a76dd7dc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name | Main Approach | |
|---|---|---|
| Feedforward Neural Network | Supervised Learning | |
| Convolutional Neural Network | Supervised Learning | |
| Recurrent Neural Network | Supervised Learning | |
| Transformer Networks | Supervised Learning | |
| Autoencoders | Unsupervised Learning | |
| Generative Adversarial Networks | Unsupervised Learning | |
| Deep Recommender Systems | Unsupervised Learning | |
| Self Organizing Maps (SOMs) | Unsupervised Learning | |
| Deep Belief Networks | Supervised and Unsupervised Learning | |
| Boltzmann Machines | Supervised and Unsupervised Learning | |
| Restricted Boltzmann Machines | Supervised and Unsupervised Learning | |
| Radial Basis Function Networks (RBFNs) | Supervised and Unsupervised Learning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment