Gaurav Menghani

Results 13 issues of Gaurav Menghani

Added this new survey paper: Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better This paper has got a lot of attention (https://papers.labml.ai/paper/2106.08962), and hopefully...

Added this new survey paper: Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better This paper has got a lot of attention (https://papers.labml.ai/paper/2106.08962), and hopefully...

Added this new survey paper: Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better This paper has got a lot of attention (https://papers.labml.ai/paper/2106.08962), and hopefully...

Added this new survey paper: Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better This paper has got a lot of attention (https://papers.labml.ai/paper/2106.08962), and hopefully...

Added this new survey paper: [Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better](https://arxiv.org/abs/2106.08962) This paper has got a lot of attention (https://papers.labml.ai/paper/2106.08962), and hopefully...

Added a new survey paper, and fixed a bug in the list which was hiding the third link in the "Overview" list. This is the survey paper: Efficient Deep Learning:...

http://thetheorier.hatenablog.com/entry/lambdalisp -- Mentions difficulty in usage

I like the more brief `cond` syntax for just if-else.

For example: ``` (defun foo(x) ((+ 1 x)(+ 2 x))) ```