Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 RNN

Overview
=========

See individual HowTo files in docs/ directory

The biggest part of code is written in Python in notebooks.