An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Deep Learning

![img](https://raw.githubusercontent.com/the-akira/DeepLearning/master/Imagens/ArtificialNeuralNetworks.png)

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)