Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anindya-dey/yt-tensorflow-2
Tensorflow 2 Crash Course
https://github.com/anindya-dey/yt-tensorflow-2
Last synced: about 5 hours ago
JSON representation
Tensorflow 2 Crash Course
- Host: GitHub
- URL: https://github.com/anindya-dey/yt-tensorflow-2
- Owner: anindya-dey
- License: mit
- Created: 2024-06-12T13:37:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:09:32.000Z (3 months ago)
- Last Synced: 2024-08-19T08:35:04.084Z (3 months ago)
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensorflow 2 - A Crash Course
This repo contains two Jupyter notebooks:
- One with questions
- And, another one with solutionsThis is intended to act as a refresher for Tensorflow 2.
To practice using these notebooks, follow these steps:
- Install Python 3.12
- Create a virtual environment (You may use `conda`, `virtualenv`, or any other package)
- Activate the environment
- Install `notebook` and `tensorflow` in the new environment
- Start a `jupyter` server using `jupyter notebook` command