https://github.com/alyssonmach/introduction-to-tensorflow
Arquivos do curso "Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning" do Coursera.
https://github.com/alyssonmach/introduction-to-tensorflow
convolutional-neural-networks deep-learning tensorflow
Last synced: 2 months ago
JSON representation
Arquivos do curso "Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning" do Coursera.
- Host: GitHub
- URL: https://github.com/alyssonmach/introduction-to-tensorflow
- Owner: Alyssonmach
- License: mit
- Created: 2021-01-14T01:40:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T20:50:58.000Z (almost 5 years ago)
- Last Synced: 2025-06-22T22:02:13.771Z (about 1 year ago)
- Topics: convolutional-neural-networks, deep-learning, tensorflow
- Language: Jupyter Notebook
- Homepage: https://www.coursera.org/learn/introduction-tensorflow
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introdução ao Tensorflow
> Noções iniciais para utilizar 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] Conhecimento intermediário em Python;
```
## Clone esse repositório
```
git clone https://github.com/Alyssonmach/introduction-to-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/introduction-tensorflow/).