Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesian methods?

First, this question assumes that every university should have a "deep learning" person.  Deep learning is mostly used in vision (and to a lesser extent NLP), and many universities don't have such researchers, so they wouldn't have a deep learning researcher either.

One thing that people often forget is that academics have long careers (thanks to tenure, this is by design).  So if you hire a bunch of researchers now who do deep learning, they're going to be around for decades.  Academia tends to be conservative, so it's not going to stock up on deep learning researchers just because it's cool today.  If this were the norm, CS departments would be full of fuzzy logic researchers hired in the 90s.

There's nothing magical about deep learning.  It's one tool of many (including Bayesian methods, discriminative methods, etc.) you should have in your toolbox.  Departments try to hire bright people, not those who slavishly follow every fad. Obviously, there will be more of these people on faculties who do deep learning in the near future.  (If Facebook, Google, and Baidu don't all hire them first, that is.)

That said, there are lots of folks working in this area.  Of the schools mentioned in the question, Noah Smith at UW and Katrin Erk at Texas.  Other places (off the top of my head) that work in this area: UMass, JHU, Maryland, NYU, Montreal, Michigan, and TTI.  I'm more upset that Princeton and Caltech (where I did my PhD and undergrad) don't have professors in CS who do language research.  That's the bigger crime in my opinion, and is correlated with their lack of deep learning folks.

Blatant self-promotion ... Colorado has three folks working in this area: me, Mike Mozer, and Jim Martin.

  
Updated Mon. 11,170 views. Asked to answer by Nishant Prateek.
Cui Caihao, PhD Candidate in CS & IT

 
 
There is no conflict between these two methods,  deep learning and Bayesian methods are both useful Machine Learning Tools to solve the real problem in our life.  Deep learning allows computational model that are composed of multiple layer to learn representations of data with multiple level of abstraction, this is a automatic feature extractor which can save a lot of engineering skills and domain expertise.

Bayesian method is also used in some part of deep learning, like Bayesian Nets etc.  Some school may looks like that they haven't involved in deep learning research but actually they share the same knowledge base and philosophy in this area.  If one is good at Machine Learning or Statistical Learning, he will feel no pressure to do some research on Deep Learning.

Here is a  paper about deep learning published last month on nature  : Page on nature.com . The authors are so famous in the world right now and  my friend, if you met a guy doing research in AI or ML, and he told you that he had never heard one of them,  you have an obligation to wake him up, LOL~

Here is a reply from  Yann LeCun | Facebook

  
Written Mon. 1,362 views.
Jane Lee, Data mining for businesses and manage... (more)

2 upvotes by Haider Ali and Pss Srivignessh
 
 
I just wanna quote Yann Lecun's answer in Facebookhttps://www.facebook.com/yann.le... 
The key ideas are: first, there's no opposition between "deep" and "Bayesian". Second, it takes time to acquire skills and talents to be professional in deep learning research.
fw

  
Written 1am. 388 views.
 
 
There was a big hype in the 80s around what we call now "shallow" neural networks. I don't know why but bio-inspired models in artificial intelligence seem to follow a cycle of popularity-discontent, whereas pure statistical methods seem to be less hyped but more constant in popularity.

Anyway they are not so distant. The basic component of Hinton's Deep belief network is the restricted Boltzmann machine, which is a flavour of the Boltzmann machine, which is a probabilistic model.
You can always see the state of a neuron to be conditioned by the state of its inputs, statistically speaking. The whole network state can be described in a probabilistic fashion.

What is universally important for artificial intelligence is linear algebra (vector spaces), calculus (gradient descent), and probability theory (bayes). Be worried only when these topics are neglected... :)
Also, I really see graph theory as a common feature of all advanced models in AI.

Piero,
PhD quitter who still loves neural models

  
Written Mon. 662 views.
 
 
I'm actually quite disturbed by the current use of the term. It reminds me of all the "high level" stuff in the 1980s, what wasn't really high level in any particular absolute sense, just relatively high compared to what proceeded it. Now we have something being called "deep" just because it's a bit heavier than something else and "learning" just because it's a fashionable word to use. Why is everybody working toward a job in marketing these days?

Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesian methods?的更多相关文章

  1. (转) Deep Learning Research Review Week 2: Reinforcement Learning

      Deep Learning Research Review Week 2: Reinforcement Learning 转载自: https://adeshpande3.github.io/ad ...

  2. (转)Deep Learning Research Review Week 1: Generative Adversarial Nets

    Adit Deshpande CS Undergrad at UCLA ('19) Blog About Resume Deep Learning Research Review Week 1: Ge ...

  3. 深度学习研究组Deep Learning Research Groups

    Deep Learning Research Groups Some labs and research groups that are actively working on deep learni ...

  4. [DEEP LEARNING An MIT Press book in preparation]Deep Learning for AI

    动人的DL我们有六个月的时间,积累了一定的经验,实验,也DL有了一些自己的想法和理解.曾经想扩大和加深DL相关方面的一些知识. 然后看到了一个MIT按有关的对出版物DL图书http://www.iro ...

  5. [C3] Andrew Ng - Neural Networks and Deep Learning

    About this Course If you want to break into cutting-edge AI, this course will help you do so. Deep l ...

  6. 贝叶斯深度学习(bayesian deep learning)

      本文简单介绍什么是贝叶斯深度学习(bayesian deep learning),贝叶斯深度学习如何用来预测,贝叶斯深度学习和深度学习有什么区别.对于贝叶斯深度学习如何训练,本文只能大致给个介绍. ...

  7. Conclusions about Deep Learning with Python

     Conclusions about Deep Learning with Python  Last night, I start to learn the python for deep learn ...

  8. What are some good books/papers for learning deep learning?

    What's the most effective way to get started with deep learning?       29 Answers     Yoshua Bengio, ...

  9. 《Deep Learning》(深度学习)中文版 开发下载

    <Deep Learning>(深度学习)中文版开放下载   <Deep Learning>(深度学习)是一本皆在帮助学生和从业人员进入机器学习领域的教科书,以开源的形式免费在 ...

随机推荐

  1. PL/SQL Developer连接远程Oracle数据库

    转自:http://zhengdu.net/archives/152 一.首先看远程端oracle服务是否启动 如果没有启动,请启动oracle服务 ps:创建或者删除oracle监听 二.远程端or ...

  2. Exception与相关

    怎么写一个exception类, 直接抛出去,主要是写一个构造函数里面的Msg消息,这个可以提前写出来. try...catch..finally 一般都是一起的,try 中有异常执行语句, catc ...

  3. Yii zii.widgets.grid 隐藏列 方便js获取隐藏值

    array( 'name' => $data->is_audit, 'value' => '$data->is_audit', 'headerHtmlOptions' => ...

  4. 使用gulp脚本配合TypeScript开发

    目标:编写TypeScript时,保存即生成js文件.   使用npm安装以下组件 gulp gulp-rename through-gulp gulp-typescript   编写gulpfile ...

  5. C#事件解析

    事件(event),这个词儿对于初学者来说,往往总是显得有些神秘,不易弄懂.而这些东西却往往又是编程中常用且非常重要的东西.大家都知道windows消息处理机制的重要,其实C#事件就是基于window ...

  6. Linux 查看系统版本及位数

    1. 查看内核版本命令: 1) [root@www ~]# cat /proc/version    Linux version 2.6.9-22.ELsmp (bhcompile@crowe.dev ...

  7. [译]JavaScript检测浏览器前缀

    原文地址: Detect Vendor Prefix with JavaScript 不管浏览器私有前缀的现状如何,我们还是要与之为伴,并且有时候还需要利用它来做一些事情.这些前缀可以用于CSS(比如 ...

  8. 通过Curator操作Zookeeper的简单例子代码

    Curator主要解决了三类问题: 一个是ZooKeeper client与ZooKeeper server之间的连接处理; 一个是提供了一套Fluent风格的操作API; 一个是ZooKeeper各 ...

  9. spring集合类型的setter注入的一个简单例子

    在项目中我们有时候会为集合类型设定一些默认的值,使用spring后,我们可以通过配置文件的配置,用setter方式为对象的集合属性提供一些默认值,下面就是一个简单的例子. 首先我们创建了一个名为Col ...

  10. DEDECMS中,引入文件

    引入文件:dede:include 标签:{dede:include filename="foot.htm"/}