Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wdbm/ml_draft_material

machine learning introduction, featuring Python, TensorFlow, Keras, examples... and love
https://github.com/wdbm/ml_draft_material

convolutional-neural-networks keras lstm-neural-networks machine-learning tensorflow tensorflow-tutorials

Last synced: 2 months ago
JSON representation

machine learning introduction, featuring Python, TensorFlow, Keras, examples... and love

Awesome Lists containing this project

README

        

![](https://raw.githubusercontent.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/master/media/Psychedelic_Machine_Learning_in_the_Cenozoic_Era.gif)

**FYI: under construction (i.e. this documentation is under construction, incomplete etc.)**

- [setup](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/setup.md)
- [using Jupyter remotely](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/Jupyter.md)
- [machine learning introduction](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/machine_learning_introduction.ipynb)
- [dimensionality reduction](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/dimensionality_reduction.ipynb)
- [TensorFlow introduction](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/TensorFlow_introduction.ipynb)
- [TensorBoard](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/TensorBoard.ipynb)
- [Keras introduction](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/Keras_introduction.ipynb)
- [Keras 2D convolutional neural network on MNIST dataset](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/Keras_convolutional_MNIST.ipynb)
- [Keras 1D convolutional neural network on iris dataset](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/Keras_convolutional_iris.ipynb)
- [decision trees](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/decision_trees.ipynb)
- [word vectors](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/word_vectors.md)
- [focal loss](https://github.com/wdbm/Psychedelic_Machine_Learning_in_the_Cenozoic_Era/blob/master/focal_loss.ipynb)