Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akaliutau/neural-networks-tensorflow
Tensorflow 2.0: regression, neural networks
https://github.com/akaliutau/neural-networks-tensorflow
keras pandas rnn-model tensorflow2
Last synced: 28 days ago
JSON representation
Tensorflow 2.0: regression, neural networks
- Host: GitHub
- URL: https://github.com/akaliutau/neural-networks-tensorflow
- Owner: akaliutau
- Created: 2021-04-30T12:06:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:42:54.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T04:27:20.933Z (3 months ago)
- Topics: keras, pandas, rnn-model, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
======Building neural networks and data processing tools with the help of TensorFlow 2.0
Topics have been covered so far:
* basics of TensorFlow (NumPy, Pandas, Keras)
* linear regression, dnn regression
* comparable analysis of different types of neural networks
* implementation of RNNOverview
=========See individual HowTo files in docs/ directory
The biggest part of code is written in Python in notebooks.