CRCV REU 2019 Aaron Honculada.

Slides:



Advertisements
Similar presentations
Face Recognition: A Convolutional Neural Network Approach
Advertisements

Lecture 14 – Neural Networks
Introduction to Recurrent neural networks (RNN), Long short-term memory (LSTM) Wenjie Pei In this coffee talk, I would like to present you some basic.
Biological Inspiration for Artificial Neural Networks Nick Mascola.
Convolutional Neural Network
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. SHOW.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Xintao Wu University of Arkansas Introduction to Deep Learning 1.
Course Outline (6 Weeks) for Professor K.H Wong
Wenchi MA CV Group EECS,KU 03/20/2017
Convolutional Neural Network
CS 388: Natural Language Processing: LSTM Recurrent Neural Networks
Machine Learning for Big Data
Environment Generation with GANs
Deep Learning Amin Sobhani.
Recurrent Neural Networks for Natural Language Processing
Textual Video Prediction Week 2
COMP24111: Machine Learning and Optimisation
Matt Gormley Lecture 16 October 24, 2016
ICS 491 Big Data Analytics Fall 2017 Deep Learning
Inception and Residual Architecture in Deep Convolutional Networks
Deep Learning Fundamentals online Training at GoLogica
Deep Learning with TensorFlow online Training at GoLogica Technologies
Intelligent Information System Lab
Recovery from Occlusion in Deep Feature Space for Face Recognition
CNN Demo LIU Pengpeng.
Shunyuan Zhang Nikhil Malik
Machine Learning: The Connectionist
Artificial Neural Networks
CS 4700: Foundations of Artificial Intelligence
FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING
Layer-wise Performance Bottleneck Analysis of Deep Neural Networks
Neural network systems
CS 4700: Foundations of Artificial Intelligence
Wei Liu, Chaofeng Chen and Kwan-Yee K. Wong
دانشگاه شهیدرجایی تهران
تعهدات مشتری در کنوانسیون بیع بین المللی
SAS Deep Learning: From Toolkit to Fast Model Prototyping
Neural Networks Geoff Hulten.
GAN Applications.
Visualizing CNNs and Deeper Deep Architectures
Papers 15/08.
Use 3D Convolutional Neural Network to Inspect Solder Ball Defects
Machine Learning – Neural Networks David Fenyő
Recurrent Encoder-Decoder Networks for Time-Varying Dense Predictions
Attention.
Zhedong Zheng, Liang Zheng and Yi Yang
实习生汇报 ——北邮 张安迪.
Martin Schrimpf & Jon Gauthier MIT BCS Peer Lectures
Inception-v4, Inception-ResNet and the Impact of
Face Recognition: A Convolutional Neural Network Approach
Course Recap and What’s Next?
Meta Learning (Part 2): Gradient Descent as LSTM
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Learn to Comment Mentor: Mahdi M. Kalayeh
Recurrent Neural Networks (RNNs)
Automatic Handwriting Generation
The Updated experiment based on LSTM
CS295: Modern Systems: Application Case Study Neural Network Accelerator Sang-Woo Jun Spring 2019 Many slides adapted from Hyoukjun Kwon‘s Gatech “Designing.
Neural Machine Translation using CNN
Question Answering System
Weeks 1 and 2 Aaron Ott.
Modeling Price of ethereum with machine learning
Deep learning: Recurrent Neural Networks CV192
CRCV REU 2019 Kara Schatz.
CRCV REU 2019 Week 8 Aaron Honculada.
Deep screen image crop and enhance
Prabhas Chongstitvatana Chulalongkorn University
Deep screen image crop and enhance
Presentation transcript:

CRCV REU 2019 Aaron Honculada

Theory Deep Learning Artificial Neural Network (ANN) Backpropagation Gradient Descent Loss Function Activation Function Hyper Parameters Useful for classification

Theory Convolutional Neural Network (CNN) Convolution 3D Convolution Residual Network Inception Model [1] Learning Spatiotemporal Features with 3D Convolutional Networks

Theory Recurrent Neural Network (LSTM) Auto-Encoder Sequential Data Auto-Encoder Generative Adversarial Network (GAN) MAC cell [1] COMPOSITIONAL ATTENTION NETWORKS FOR MACHINE REASONING

Models ResNet I3D [1] Deep Residual Learning for Image Recognition [2] Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning

Thanks to Robert, Aisha, and Kartik