Convolution
Outline
Convolutional Neural Networks - quick intro
Convolutional Neural Networks - more details
Graph Convolution Basics Applied to Molecules
Videos
Convolutional layers
Filters
Features
Pooling
ReLU activation function
Deep stacking
Fully connected layer
Hyperparameters
One hot encoding
Ideas for further coding projectsÂ
Is the solubility data used in video 4 the same as the one you used for multi-linear regression?
Are there any outliers in video 4? What do they look like?
How important are each of the descriptors used in video 4?
Can you figure out how to change the code in video 4 from a classification code to a regression code?
Inspiration/Further Reading
https://victorzhou.com/blog/intro-to-cnns-part-1/
https://victorzhou.com/blog/intro-to-cnns-part-2/
https://victorzhou.com/blog/keras-cnn-tutorial/
https://arxiv.org/pdf/1609.02907.pdf
https://tkipf.github.io/graph-convolutional-networks/
https://www.youtube.com/watch?v=LFSR27BaNIQ
https://www.youtube.com/watch?v=0_O8PdZBc5s (talk by Welling)