“大数据智能”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
计算机视觉
 
(2位用户的74个中间修订版本未显示)
第1行: 第1行:
=人工智能简介=
+
==序言==
  
人工智能,是指计算机系统具备从听说读写到搜索、推理、决策和回答问题等类人智能的能力。即,
+
技术科学的进步历程往往是理论通过实践开辟道路的过程。
感知、理解、决策的能力。
+
  
==人工智能历史==
+
== 人工/机器智能 ==
  
过去经历了2次高潮与2次低谷
+
[[人工智能]]/机器智能(Artificial / Machine Intelligence),是指计算机系统具备从听说读写到搜索、推理、决策和回答问题等类人智能的能力,即感知、理解、决策的能力。
  
网络和云计算所支持的计算能力
+
[[人工智能实现思路]]
  
基于大数据的机器学习的算法进步
+
=== 发展历史 ===
  
阅读材料:
+
[[人工神经网络的历史]]
  
# The rebirth of neural networks-ISCA-2010 [http://pages.saclay.inria.fr/olivier.temam/homepage/ISCA2010web.pdf rebirth_NN]
+
=实验竞赛数据集 =
  
==四个层面==
+
[[实验数据集]]
  
===目标与功能分类===
+
== 深度学习 ==
  
语音识别 机器视觉 智能问答
+
深度学习(Deep Learning),机器学习中一种基于对数据进行表征学习的方法,试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。
  
===核心技术分类===
+
[[深度学习]]
  
特定算法 机器学习算法 深度神经网络
+
== 增强学习 ==
  
===软件工具===
+
增强学习(Reinforcement Learning),是机器学习中的一个领域,强调如何基于环境而行动,以取得最大化的预期利益。
TensorFlow / Caffe / Torch
+
  
===底层硬件分类===
+
[[增强学习]]
  
可编程逻辑阵列 FPGA  / 通用图形处理器 GPGPU / 通用处理器 CPU 群集
+
== 机器感知 ==
  
==国际研究==
+
机器感知(Machine Perception),如语音,图像,视频,手势,姿态等
  
[http://research.google.com/teams/brain/ Googel_Brain]
+
=== 语音识别 ===
([http://research.google.com/pubs/jeff.html Jeff Dean])
+
  
[https://research.facebook.com/ai Facebook_AI-Research]
+
[[语音识别]],Automatic Speech Recognition,简称ASR
(Yann LeCun)
+
  
[https://www.openai.com/blog/ OpenAI]
+
=== 计算机视觉 ===
(Ilya Sutskever)
+
  
==机器学习==
+
[[计算机视觉]],Computer Vision,简称CV
  
Machine Learning
+
== 机器认知 ==
  
[http://scikit-learn.org scikit-learn]
+
机器认知(Machine Cognition),自然语言理解、推理、注意、知识、学习、决策、交互等。
  
# Jordan, M. I., and T. M. Mitchell. "Machine learning: Trends, perspectives, and prospects." Science 349, no. 6245 (2015): 255-260. [http://science.sciencemag.org/content/349/6245/255 Machine_learning_science_2015]
+
'''技术手段:'''
 +
深度学习(Deep Learning)+ 增强学习(Reinforcement Learning)
  
=深度神经网络=
+
=== 自然语言理解 ===
  
[[卷积神经网络]]
+
自然语言理解(Natural Language Understanding),使用的技术称为自然语言处理(Natural Language Processing,简称NLP)。
  
Deep Neural Networks,简称DNN
+
=== 智能问答 ===
  
Stanford Deep Learning tutorials [http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial DL_tutorials]
+
整合语音识别ASR,计算机视觉CV和自然语言处理NLP的问答系统QA。
  
入门导读
+
==语音合成==
  
# LeCun, Yann, Yoshua Bengio, and Geoffrey Hinton. "Deep learning." Nature 521(7553), pp:436-444, 2015. [http://www.nature.com/nature/journal/v521/n7553/full/nature14539.html Deep_Learning_Nature]
+
[[语音合成]]
# Jeff Dean, Large-Scale Deep Learning for Intelligent Computer Systems, WSDM 2016. [http://research.google.com/pubs/jeff.html WSDM_keynote]
+
# Jeffrey Dean et al. "Large scale distributed deep networks." Advances in Neural Information Processing Systems. 2012.
+
# TensorFlow: A System for Large-Scale Machine Learning, OSDI 2016. [https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf TensorFlow_OSDI2016_paper] [http://research.google.com/pubs/pub45381.html TensorFlow_paper]
+
  
==深度学习工具==
+
== 计算机游戏 ==
  
===谷歌===
+
[[计算机游戏]]
  
[https://github.com/tensorflow/tensorflow TensorFlow]
+
==机器翻译==
  
[http://download.tensorflow.org/paper/whitepaper2015.pdf Google_TensorFlow_whitepaper]
+
[[机器翻译]]
  
===微软===
+
==推荐系统==
  
[http://cntk.ai CNTK_Microsfot]
+
[[推荐系统]]
  
[https://www.microsoft.com/en-us/research/product/cognitive-toolkit/tutorials/ CNTK]
 
  
===百度===
 
  
[https://github.com/dmlc/mxnet dmlc_mxnet]
+
==相关资料==
 
+
=机器感知=
+
 
+
==<B>基于深度学习的机器感知</B>==
+
 
+
===语音识别===
+
 
+
语音识别(Automatic Speech Recognition),简称ASR
+
 
+
:Google Speech
+
:# Google Speech Processing from Mobile to Farfield, CHiME 2016. [http://spandh.dcs.shef.ac.uk/chime_workshop/presentations/CHiME_2016_Bacchiani_keynote.pdf Google_Speech_Processing]
+
 
+
:Long short term memory neural network (LSTM)
+
:# Long short term memory neural computation, Neural computation 9 (8), 1735-1780, 1997. [http://ieeexplore.ieee.org/document/6795963 LSTM]
+
 
+
:Connectionist temporal classification (CTC)
+
:#Connectionist temporal classification: labelling unsegmented sequence data with recurrent neural networks, ICML 2006.
+
 
+
===计算机视觉===
+
 
+
计算机视觉(Computer Vision),简称 CV
+
 
+
* Object Detection
+
:<B>R-CNN (Region-based Convolutional Network method)</B>
+
::#Region based convolutional networks for accurate object detection and segmentation, TPAMI, 2015.
+
::#Rich feature hierarchies for accurate object detection and semantic segmentation, CVPR 2014.
+
 
+
:<B>Fast R-CNN (Fast Region-based Convolutional Network method)</B>
+
::#Fast R-CNN, ICCV 2015.
+
 
+
:<B>Faster R-CNN (Faster Region-based Convolutional Network method)</B>
+
::#Faster R-CNN Towards real-time object detection with region proposal networks, NIPS, 2015.
+
 
+
::• Fast_R-CNN(Python): https://github.com/rbgirshick/fast-rcnn
+
 
+
::• Faster_R-CNN(matlab): https://github.com/ShaoqingRen/faster_rcnn
+
 
+
::• Faster_R-CNN(Python): https://github.com/rbgirshick/py-faster-rcnn
+
 
+
==自然语言理解==
+
 
+
自然语言理解(Natural Language Processing),简称NLP
+
 
+
==智能问答==
+
 
+
整合语音识别ASR,计算机视觉CV和自然语言处理NLP的问答系统QA。
+
  
 +
相关课程:
 
[[实验室探究课-智能问答与智能系统]]
 
[[实验室探究课-智能问答与智能系统]]

2018年7月29日 (日) 04:37的最后版本

序言

技术科学的进步历程往往是理论通过实践开辟道路的过程。

人工/机器智能

人工智能/机器智能(Artificial / Machine Intelligence),是指计算机系统具备从听说读写到搜索、推理、决策和回答问题等类人智能的能力,即感知、理解、决策的能力。

人工智能实现思路

发展历史

人工神经网络的历史

实验竞赛数据集

实验数据集

深度学习

深度学习(Deep Learning),机器学习中一种基于对数据进行表征学习的方法,试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。

深度学习

增强学习

增强学习(Reinforcement Learning),是机器学习中的一个领域,强调如何基于环境而行动,以取得最大化的预期利益。

增强学习

机器感知

机器感知(Machine Perception),如语音,图像,视频,手势,姿态等

语音识别

语音识别,Automatic Speech Recognition,简称ASR

计算机视觉

计算机视觉,Computer Vision,简称CV

机器认知

机器认知(Machine Cognition),自然语言理解、推理、注意、知识、学习、决策、交互等。

技术手段: 深度学习(Deep Learning)+ 增强学习(Reinforcement Learning)

自然语言理解

自然语言理解(Natural Language Understanding),使用的技术称为自然语言处理(Natural Language Processing,简称NLP)。

智能问答

整合语音识别ASR,计算机视觉CV和自然语言处理NLP的问答系统QA。

语音合成

语音合成

计算机游戏

计算机游戏

机器翻译

机器翻译

推荐系统

推荐系统


相关资料

相关课程: 实验室探究课-智能问答与智能系统