Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpolinowski/tf-keras-2023
Keras for Tensorflow 2023
https://github.com/mpolinowski/tf-keras-2023
ann cnn-classification keras rnn-lstm tensorflow2
Last synced: 15 days ago
JSON representation
Keras for Tensorflow 2023
- Host: GitHub
- URL: https://github.com/mpolinowski/tf-keras-2023
- Owner: mpolinowski
- Created: 2023-02-18T13:26:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T05:38:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T11:10:56.327Z (2 months ago)
- Topics: ann, cnn-classification, keras, rnn-lstm, tensorflow2
- Language: Python
- Homepage: https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-14-keras-introduction/2023-02-14
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keras Introduction 2023
[Keras](https://keras.io/getting_started/) is built on top of TensorFlow 2 and provides an API designed for human beings. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages.
_See also:_
* [Keras for Tensorflow - An (Re)Introduction 2023](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-14-keras-introduction/2023-02-14)
* [Keras for Tensorflow - Artificial Neural Networks](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-16-keras-introduction-ann/2023-02-16)
* [Keras for Tensorflow - Convolutional Neural Networks](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-17-keras-introduction-cnn/2023-02-17)
* [Keras for Tensorflow - VGG16 Network Architecture](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-18-keras-introduction-vgg16/2023-02-18)
* [Keras for Tensorflow - Recurrent Neural Networks](https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/ML/2023-02-18-keras-introduction-rnn/2023-02-18)