Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toelt-llc/course-dsc-intro-tensorflow
This repository contains the hands-on notebooks for the DSC Introduction to TensorFlow (ETH)
https://github.com/toelt-llc/course-dsc-intro-tensorflow
deep-learning keras teaching tensorflow
Last synced: 13 days ago
JSON representation
This repository contains the hands-on notebooks for the DSC Introduction to TensorFlow (ETH)
- Host: GitHub
- URL: https://github.com/toelt-llc/course-dsc-intro-tensorflow
- Owner: toelt-llc
- License: gpl-3.0
- Created: 2020-11-29T12:37:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T12:59:12.000Z (about 4 years ago)
- Last Synced: 2024-11-07T23:34:17.334Z (2 months ago)
- Topics: deep-learning, keras, teaching, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 295 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSC Introduction to Keras (TensorFlow)
This repository contains the hands-on notebooks for the DSC Introduction to TensorFlow (ETH).## Contact
In case you have any questions, feel free to contact me any time at [[email protected]](mailto:[email protected]).
## Technical Prerequisites
To try the following notebooks you will not need to install anything. Clicking on the links will open them in Google Colab, so that you can try the code immediately.
## Slides
All the slides are in google slides. So a browser is all you need to check them out.
[Introduction to Keras](https://docs.google.com/presentation/d/1WdhHCRyjucaeX0ZM2g3XgZAqWmUdsVz6E5q6UwXfhC0/edit?usp=sharing)
[Introduction to Neural Networks](https://docs.google.com/presentation/d/1OwXjj_ZR3yMpmpFbQ71B4aNkuiUkoWAsdUKQJaiv1QA/edit?usp=sharing)
## Hands-on Jupyter Notebooks
[Easy Network with Keras](http://colab.research.google.com/github/toelt-llc/DSC-Intro-TensorFlow/blob/main/code/Easy%20NN%20with%20Keras.ipynb)
[First CNN with Keras](http://colab.research.google.com/github/toelt-llc/DSC-Intro-TensorFlow/blob/main/code/First%20example%20of%20a%20CNN%20with%20the%20MNIST%20dataset.ipynb)
[Functional APIs of Keras](http://colab.research.google.com/github/toelt-llc/DSC-Intro-TensorFlow/blob/main/code/Keras%20Functional%20APIs%20with%20TF2%20-%20First%20steps.ipynb)
[Pre-Trained Models with Keras](http://colab.research.google.com/github/toelt-llc/DSC-Intro-TensorFlow/blob/main/code/Pre-trained-models_with_keras_applications.ipynb)
## Additional Material
In 2022 the 2nd edition of my book ([Applied Deep Learning, a use-case based approach](https://www.apress.com/gp/book/9781484237892)) will come out. During 2021 the web companion will grow and contains a lot of material that you can consult. You can find it at [https://adl.toelt.ai](https://adl.toelt.ai).