Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather CNNs Basic Knowledge #5

Closed
ghost opened this issue Jun 9, 2018 · 5 comments
Closed

Gather CNNs Basic Knowledge #5

ghost opened this issue Jun 9, 2018 · 5 comments
Labels
research Scientific items work-item Tasks

Comments

@ghost
Copy link

ghost commented Jun 9, 2018

Read and understand CNNs.

Questions & Problems:

@ghost ghost added the work-item Tasks label Jun 9, 2018
@ghost ghost self-assigned this Jun 9, 2018
@Simsso Simsso added the research Scientific items label Jun 9, 2018
@Simsso
Copy link
Owner

Simsso commented Jun 9, 2018

Tried to visualize the problem of adversarial attacks (for a better understanding). The input space is so high-dimensional that there are many data points which the network misclassifies. The reason for that is the networks complexity: It correctly classifies most of the data points, however, in between it does weird things.

Here is an example in 2D. In 10000D this gets even wilder.
image

@Simsso
Copy link
Owner

Simsso commented Jun 13, 2018

The Stanford lecture which Florian has mentioned today: CS231N

Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification, localization and detection. Recent developments in neural network (aka “deep learning”) approaches have greatly advanced the performance of these state-of-the-art visual recognition systems. This course is a deep dive into details of the deep learning architectures with a focus on learning end-to-end models for these tasks, particularly image classification. During the 10-week course, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. The final assignment will involve training a multi-million parameter convolutional neural network and applying it on the largest image classification dataset (ImageNet). We will focus on teaching how to set up the problem of image recognition, the learning algorithms (e.g. backpropagation), practical engineering tricks for training and fine-tuning the networks and guide the students through hands-on assignments and a final course project. Much of the background and materials of this course will be drawn from the ImageNet Challenge.

@ghost
Copy link
Author

ghost commented Jun 13, 2018

Thanks again Florian for mentioning that!

I will start it right after I finished the chapter with CNNs.

@Simsso Simsso changed the title Read CNNs Basic Knowledge Gather CNNs Basic Knowledge Jun 18, 2018
@Simsso
Copy link
Owner

Simsso commented Jun 18, 2018

Not exactly basic CNN knowledge but still relevant: Lecture 16 | Adversarial Examples and Adversarial Training (by guest lecturer Ian Goodfellow).

@ghost
Copy link
Author

ghost commented Aug 12, 2018

Reading completed. 📖

@ghost ghost closed this as completed Aug 12, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Scientific items work-item Tasks
Projects
None yet
Development

No branches or pull requests

1 participant