• Stars
    star
    143
  • Rank 256,382 (Top 6 %)
  • Language
    TeX
  • Created almost 8 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.

machine_learning_lectures

Collection of lectures and lab lectures on machine learning and deep learning.


Deep Learning

Gradient Descent

thumb_gradient_descent
LaTeX source: here.
Practice (1) slides.
Practice (2) slides and code (TensorFlow).

Neural Networks and Deep Neural Networks

thumb_neural_networks
LaTeX source: here.
Practice slides and code (TensorFlow).

Convolutional Neural Networks

thumb_convnets
LaTeX source: here.
Practice slides and code (TensorFlow).

Recurrent Neural Networks

thumb_recurrent
LaTeX source: here.
Practice slides and code (TensorFlow).


Reinforcement Learning

Introduction and Model Free Learning

thumb_model_free
LaTeX source: here.
Practice slides and code (TensorFlow).

Function Approximation

thumb_fun_approx
LaTeX source: here.


Machine Learning

Boosting

thumb_boosting
LaTeX source: here.
Practice code: here.

Clustering

thumb_clustering
LaTeX source: here.
Practice code: here.

Dimensionality Reduction

thumb_dim_reduction
LaTeX source: here.
Practice code: here.

Logistic Regression

thumb_logistic_regression
LaTeX source: here.
Practice code: here.

Naive Bayes

thumb_bayes
LaTeX source: here.
Practice code: here.

Support Vector Machine (SVM)

thumb_svm
LaTeX source: here.
Practice code: here.

F.A.Q.

  • How did you make the thumbnails?

Please see make_thumbs.py. The script assumes that ImageMagick library is already installed in your system.

More Repositories

1

self-driving-car

Udacity Self-Driving Car Engineer Nanodegree projects.
C++
2,566
star
2

ConvLSTM_pytorch

Implementation of Convolutional LSTM in PyTorch.
Python
1,827
star
3

google-drive-downloader

Minimal class to download shared files from Google Drive.
Python
267
star
4

surround_vehicles_awareness

Learn to map surrounding vehicles onto a bird's eye view of the scene.
Python
177
star
5

dilation-tensorflow

A native Tensorflow implementation of semantic segmentation according to Multi-Scale Context Aggregation by Dilated Convolutions (2016). Optionally uses the pretrained weights by the authors.
Python
136
star
6

dreyeve

[TPAMI 2018] Predicting the Driverโ€™s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.
C
98
star
7

differentiable-renderer

Rastering algorithm to approximate the rendering of a 3D model silhouette in a fully differentiable way.
Python
79
star
8

small_norb

Python wrapper to small NORB dataset
Python
50
star
9

semiparametric

[TPAMI 2020] Generating Novel Views of Vehicles via Semi-parametric Guidance. A semi-parametric approach for synthesizing novel views of a rigid object from a single monocular image.
Python
49
star
10

planar-distance-estimation

This repository accompanies the laboratory practice on Planar Distance Estimation for the AI4Automotive course at University of Modena and Reggio Emilia.
Python
28
star
11

transforming-autoencoders

Transforming Autoencoder (Hinton et al.) implementation in TensorFlow. A way to get hands dirty with Hinton's capsules.
Python
27
star
12

computer_vision_utils

Everything that I code more than twice during my PhD will end up here.
Python
15
star
13

CIFAR-10

Python plug-and-play wrapper to CIFAR-10 dataset.
Python
8
star
14

eurlex-toolbox

Python toolbox to load, parse and process Official Journals of the European Union (EU).
Python
8
star
15

haralick-labeling-visualized

Visual explanation and python implementation of Haralick algorithm for connected component labeling
Python
6
star
16

lesser-known-python

Collection of lesser-known python features that you will love (and use).
Jupyter Notebook
5
star
17

micromachine

toy example of q-learning algorithm
MATLAB
3
star
18

dotfiles

just my dotfiles
Shell
3
star
19

pong_motion

Pong game based on motion tracking of the two players.
1
star