-
Python Patterns: max Instead of if
I often have to loop over a set of objects to find the one with the greatest score. You can use an if statement and a placeholder, but there are more elegant ways!
-
Deep Learning Reading Group: Skip-Thought Vectors
Skip-thought vectors take inspiration from Word2Vec skip-gram and attempt to extend it to sentences, and are created using an encoder-decoder model. Read on for an overview of the paper.
-
Deep Learning Reading Group: Deep Residual Learning for Image Recognition
Published in 2015, today's paper offers a new architecture for Convolution Networks, one which has since become a staple in neural network implementation. Read all about it here.
-
Deep Learning Reading Group: Deep Compression
An concise overview of a paper covering three methods of compressing a neural network in order to reduce the size of the network on disk, improve performance, and decrease run time.
-
Deep Learning Reading Group: Deep Networks with Stochastic Depth
An concise overview of a recent paper which introduces a new way to perturb networks during training in order to improve their performance, stochastic depth networks.
-
9 Must-Have Datasets for Investigating Recommender Systems
Gain some insight into a variety of useful datasets for recommender systems, including data descriptions, appropriate uses, and some practical comparison.
|