Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anastassia-b/machine-learning

💡Compilation of notes + implementations of neural networks using Keras and TensorFlow
https://github.com/anastassia-b/machine-learning

deep-learning keras machine-learning tensorflow

Last synced: 18 days ago
JSON representation

💡Compilation of notes + implementations of neural networks using Keras and TensorFlow

Awesome Lists containing this project

README

        

## Machine Learning

This repository serves as my personal notes, implementations, and explorations of various machine learning concepts.

### Lecture Series
Participated in the [deep learning lecture series](http://www.boltzmann-institute.com/) offered by Neg Ruggeri/the Boltzmann Institute from October - December 2017.

Topics:
1. Linear and Logistic Regression.
2. Gradient Descent.
3. Feed Forward Neural Networks: multilayer perceptrons and backpropagation.
4. Convolutional Neural Networks (image recognition).
5. Recurrent Neural Networks (natural language processing).
6. Long Short Term Memory (LSTM) cells. Word embeddings (word2vec).
7. Sequence to Sequence tasks. Encoder/Decoder architecture. Machine translation.
8. Autoencoders. Unsupervised representation learning.
9. Generative Adversarial Networks (image and music synthesis).

### Neural Network Implementations

Initially, I will implement the above techniques with Keras and TensorFlow. The aim is to learn through a variety of projects, to be able to explore original ideas.