vietnamese-engineer-in-japan / seminar

Contains information about technical seminars in Japan
7 stars 0 forks source link

The second technical seminar - 14:00 19 May 2019 #2

Open chunvv opened 5 years ago

chunvv commented 5 years ago

The second technical seminar on 19 May 2019

chunvv commented 5 years ago

Rules:

chunvv commented 5 years ago

Pre-preparation:

chunvv commented 5 years ago

Materials

Presenter: Son Tran @sontdhust Topic: Head first convolutional neural network Slide:

https://metalwhale.github.io/cnn-slide/#slide=1

chunvv commented 5 years ago

Presenter: Duc Phan @yuyuvn Topic: Bluetooth LE Slide:

https://docs.google.com/presentation/d/1qnsI-W1BXotahIiTH9A40gyIihHU2m54eU64UUSyzlQ/edit#slide=id.p

chunvv commented 5 years ago

13 members, gather in Meguro (in image + Trung Vu)

Shots: seminar2nd

dungvt93 commented 5 years ago

Materials

Presenter: Son Tran @sontdhust Topic: Head first convolutional neural network Slide:

https://metalwhale.github.io/cnn-slide/#slide=1

two question for son tran sama +hyper param batch size effect to speed of trainning but is it effect to accuracy ? +Don't see dropout layer in slide but dropout layer can be use with convolution layer?

sontdhust commented 5 years ago

Dear @dungvt93, let me answer your two questions:

+hyper param batch size effect to speed of trainning but is it effect to accuracy ?

TLDR: AFAIK, Batch size has no effect to the accuracy, since it is not included in model structure. Reference

+Don't see dropout layer in slide but dropout layer can be use with convolution layer?

Basically, you can add dropout everywhere you want, it is up to you, even inside the convolutional layers. But you should not do this. Please refer to this post for more information.