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

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

Open
chunvv opened this issue May 12, 2019 · 7 comments
Open

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

chunvv opened this issue May 12, 2019 · 7 comments
Assignees
Labels

Comments

@chunvv
Copy link
Member

chunvv commented May 12, 2019

The second technical seminar on 19 May 2019

  • Content:

    • @sontdhust - Son Tran: Head first convolutional neural network
    • @yuyuvn -- Duc Phan: Bluetooth LE
  • Information:

    • Location: Trung's apartment, meguro, tokyo, japan
    • Time: 14:00 19 May 2019
@chunvv
Copy link
Member Author

chunvv commented May 12, 2019

Rules:

  • Keep all devices in silent mode.
  • Don't eat/drink on my bed, sitting/lying is ok.
  • Don't leave any trash on the floor. (I always have to clean my house after the seminar/workshop)
  • On time: starting time, researching time and discussing time
  • Share all your knowledge
  • Don't disturb presenters/discussion

@chunvv
Copy link
Member Author

chunvv commented May 12, 2019

Pre-preparation:

  • To be updated!

@chunvv chunvv added the seminar label May 12, 2019
@chunvv chunvv changed the title The second technical seminar - 14:00 18 May 2019 The second technical seminar - 14:00 19 May 2019 May 13, 2019
@chunvv
Copy link
Member Author

chunvv commented May 19, 2019

Materials

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

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

@chunvv
Copy link
Member Author

chunvv commented May 19, 2019

@chunvv
Copy link
Member Author

chunvv commented May 19, 2019

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

Shots:
seminar2nd

@dungvt93
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants