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

https://github.com/razielar/deep-learning-ai-barcelona-2018


https://github.com/razielar/deep-learning-ai-barcelona-2018

cnn deep-learning machine-learning nlp unsupervised-learning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Deep-Learning AI Barcelona

### Content:

1. [Introduction](#intro)
2. [Deep Learning](#dp)
3. [Unsupervised Learning](#unsup)
4. [Logistic Regression](#logistic)

## 1) Introduction:

Some examples of Numpy and Pandas.

## 2) Deep Learning:

## 2.1) CNN:

Implement a Convolutional Neural Network (CNN) using **Keras API** (Tensorflow backend) for digit recognition trained on MNIST dataset.

## 3) Unsupervised Learning:

## 3.1) Clustering:

### 3.1.1) GMM

Gaussian Mixture Model

## 3.2) Dimensionality Reduction:

### 3.2.1) Isomap

## 4) Logistic Regression:

Logistic regression with a **neural network mindset**. Use this linear classifier to recognize cats and dogs.