https://github.com/alyssonmach/cnn-tensorflow
Arquivos do Curso "Convolutional Neural Networks with Tensorflow" do Coursera.
https://github.com/alyssonmach/cnn-tensorflow
convolutional-neural-networks deep-learning tensorflow
Last synced: 2 months ago
JSON representation
Arquivos do Curso "Convolutional Neural Networks with Tensorflow" do Coursera.
- Host: GitHub
- URL: https://github.com/alyssonmach/cnn-tensorflow
- Owner: Alyssonmach
- License: mit
- Created: 2021-01-21T12:55:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T20:53:34.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T08:13:03.390Z (about 1 year ago)
- Topics: convolutional-neural-networks, deep-learning, tensorflow
- Language: Jupyter Notebook
- Homepage: https://www.coursera.org/learn/convolutional-neural-networks-tensorflow
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redes Neurais Convolucionais com o Tensorflow
> Implementação de redes neurais convolucionais usando o framework tensorflow
## Conteúdos
```
- [x] Construa modelos simples de redes neurais;
- [x] Entenda como utilizar dados não estruturados como imagens;
- [x] Introdução a construção de redes neurais convolucionais;
```
## Requisitos
```
- [x] Funcionamento de arquiteturas de redes neurais;
- [x] Construção de modelos de machine learning e deep learning;
- [x] Entendimento teórico sobre redes neurais convolucionais;
- [x] Conhecimento intermediário em Python;
```
## Clone esse repositório
```
git clone https://github.com/Alyssonmach/cnn-tensorflow.git
```
## Informações do Curso
Esse conteúdo faz parte de um curso de especialização disponível no [Coursera](https://www.coursera.org/).
- [Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning](https://www.coursera.org/learn/convolutional-neural-networks-tensorflow).