https://github.com/the-akira/deeplearning
Estudos e Experimentos sobre Deep Learning
https://github.com/the-akira/deeplearning
Last synced: about 2 months ago
JSON representation
Estudos e Experimentos sobre Deep Learning
- Host: GitHub
- URL: https://github.com/the-akira/deeplearning
- Owner: the-akira
- Created: 2020-10-05T23:50:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T17:56:30.000Z (about 3 years ago)
- Last Synced: 2025-01-18T18:46:48.251Z (3 months ago)
- Language: Jupyter Notebook
- Size: 56.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning

Estudos e Experimentos sobre Deep Learning.
## Conteúdo
- [Introdução e Contexto Histórico](https://github.com/the-akira/DeepLearning/blob/master/Conte%C3%BAdo/Introdu%C3%A7%C3%A3o.md)
- [Estrutura Matemática das Redes Neurais](https://github.com/the-akira/DeepLearning/blob/master/Conte%C3%BAdo/Matem%C3%A1tica.md)
- [Overfitting e Underfitting](https://github.com/the-akira/DeepLearning/blob/master/Notebooks/UnderOverFitting.ipynb)
- [Dropout e Batch Normalization](https://github.com/the-akira/DeepLearning/blob/master/Notebooks/DropoutBatchNormalization.ipynb)
- [Classificação de Múltiplas Classes](https://github.com/the-akira/DeepLearning/blob/master/Notebooks/MulticlassClassification.ipynb)
- [Classificação Binária](https://github.com/the-akira/DeepLearning/blob/master/Notebooks/BinaryClassification.ipynb)
- [Referências](https://github.com/the-akira/DeepLearning/blob/master/Conte%C3%BAdo/Refer%C3%AAncias.md)