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

https://github.com/dn070017/neural-networks-basics

Neural Networks Basics using Tensorflow
https://github.com/dn070017/neural-networks-basics

neural-networks tensorflow

Last synced: about 2 months ago
JSON representation

Neural Networks Basics using Tensorflow

Awesome Lists containing this project

README

          

# Data Science Notes Figures
## Introduction
This repository contains the jupyter notebook, scripts, figures and interactive visualization for neural networks using Tensorflow. Please contact me if the content posted here is incorrect.

## View Interactive Visualization
To view the interactive visualization, please use the following command:
```bash
bokeh serve --show visualization/[file.py]
```

## Table of Contents
### [Tensors and Variables](notebooks/tensors_and_variables.ipynb)
### [Jacobian Matrix and Gradient](notebooks/jacobian_matrix_and_gradient.ipynb)
### [Activation Functions](notebooks/activation_functions.ipynb)
### [Objective Functions](notebooks/objective_functions.ipynb)
### [Gradient Descent](notebooks/gradient_descent.ipynb)
### [Optimizers](notebooks/optimizers.ipynb)
### [Tensorflow Data](notebooks/tensorflow_data.ipynb)
### [Multilayer Perceptron](notebooks/multilayer_perceptron.ipynb)