Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dn070017/deep-learning-exercise

Jupyter notebook, scripts, figures and interactive webpage for the notes of data science
https://github.com/dn070017/deep-learning-exercise

bokeh data-science deep-learning jupyter-notebook machine-learning

Last synced: 25 days ago
JSON representation

Jupyter notebook, scripts, figures and interactive webpage for the notes of data science

Awesome Lists containing this project

README

        

# Data Science Notes Figures
## Introduction
This repository contains the jupyter notebook, scripts, figures and interactive webpage for the notes of data science. Please contact me if the content posted here is incorrect.

## View Animation
To view the animation, please use the following command:
```
bokeh serve --show [animation.py]
```

## Content
### Linear Algebra
* [Notebooks](./linear_algebra/linear_algebra.ipynb)
### Gradient Descent
* [Notebooks](./gradient_descent/gradient_descent.ipynb)

### Multilayer Perceptron
* [Notes](https://hackmd.io/gVLoBUVJREWVS4DKr_2aHw)
### Activation Functions
* [Notes](https://hackmd.io/WmT0WUXaRfG4KDs1VBvNrw)
* [Notebooks](./activation_functions/activation_functions.ipynb)
### Objective Functions
* [Notes](https://hackmd.io/0velDqCbQYyYYO8nR4Sjwg)
* [Notebooks](./objective_functions/objective_functions.ipynb)
### Optimizers
* [Notes](https://hackmd.io/BWyACMxfTLyJhVVWh-G24A)
* [Notebooks](./optimizers/optimizers.ipynb)
* [Animation Scripts](./optimizers/optimizers_animation.py)