Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martincastroalvarez/python-deep-learning-algorithms

Combinatorics implemented with numpy, matplotlib and scipy.
https://github.com/martincastroalvarez/python-deep-learning-algorithms

algebra combinatorics matplotlib numpy python scipy

Last synced: 12 days ago
JSON representation

Combinatorics implemented with numpy, matplotlib and scipy.

Awesome Lists containing this project

README

        

# Amsterdam
Machine Learning implemented with `numpy`, `pandas`, `matplotlib`, `keras`, `scipy`, `scipy.stats`, etc.

![amsterdam](/wallpaper.jpg)

## Deep Learning
- [Matching](./matching.ipynb)
- [Portfolio Similarity](./portfolio.ipynb)
- [Link Prediction](./linkprediction.ipynb)
- [Graph](./graph.ipynb)

## Recommender Systems
- [Condorcet Jury Theorem](./condorcetjury.ipynb)
- [Memory Based Recommender Systems](./memorybased.ipynb)
- [Dimensionality Reduction](./dimensionreduction.ipynb)
- [Content Based Recommender Systems](./contentbased.ipynb)
- [Graph Algorithm](./graph.ipynb)

## Math & Statistics
- [Combinatorics](./combinatorics.ipynb)
- [Distributions](./distributions.ipynb)
- [Statistics](./statistics.ipynb)
- [Sequences](./sequences.ipynb)

## Other References
- [Math Markup](https://en.wikibooks.org/wiki/LaTeX/Mathematics)
- [Math Markup](https://en.wikipedia.org/wiki/Help:Displaying_a_formula)
- [Recommender Systems, by Charu Aggarwal](https://www.springer.com/gp/book/9783319296579)