原文链接:http://www.52ml.net/16157.html

Deeplearning4j is the first commercial-grade deep learning library written in Java. It is meant to be used in business environments, rather than as a research tool for extensive data exploration. Deeplearning4j is most
helpful in solving distinct problems, like identifying faces, voices, spam or e-commerce fraud.

Deeplearning4j aims to be cutting-edge plug and play, more convention than configuration. By following its conventions, you get an infinitely scalable deep-learning architecture. The framework has a domain-specific language (DSL) for neural networks,
to turn their multiple knobs.

Deeplearning4j includes a distributed deep-learning framework and a normal deep-learning framework; i.e. it runs on a single thread as well. Training takes place in the cluster, which means it can process massive amounts of data. Nets
are trained in parallel via iterative reduce.

The distributed framework is made for data input and neural net training at scale, and its output should be highly accurate predictive models.

项目地址:http://deeplearning4j.org/

简单介绍一下项目发起者 Gibson:

谷歌微软等科技巨头都在进军人工智能领域。谷歌有语音识别服务,直接向手机说话就可以进行搜索;微软最近发布的新版Skype中加入了即时翻译功能;Facebook最近也成立了一个新部门,探索人脸识别技术。所有这些技术都可以称为深度学习(deeping learning),通过模仿人脑加工信息的方式,让机器拥有“学习”的能力。

人工智能技术似乎如此高端,只能是科技巨头们的游戏,但Adam Gibson,旧金山的一名独立软件工程师,希望解除巨头对这一新技术的封锁。他认为任何有兴趣的网站,公司和开发者都应该能接触深度学习技术,并因此成立了一家创业公司Skymind。

“我们希望不需要雇一位数据专家就能使用机器学习技术”,Gibson表示,他24岁,中途退学后通过研究学术论文自学了深度学习,曾在多个公司担任机器学习顾问,并在一些教育机构讲课。

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------————————————————————我是华丽的分割线——————————————————————————————-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

转到主页:http://deeplearning4j.org/

Deeplearning4j is the first commercial-grade deep-learning library written in Java. It is meant to be used in business environments, rather than as a research tool for extensive data exploration. Deeplearning4j is most helpful in solving distinct
problems, like identifying faces, voices, spam or e-commerce fraud.

Deeplearning4j是一个使用Java书写的商业级的深度学习库。有意思. 一定要完整的看看....

最新文章

  1. jquery_DOM笔记
  2. 网站添加数据出错,原来是MS SQL Server2008日志文件占据空间过大导致的
  3. 跟我一起写 Makefile
  4. Web.Config如何输入特殊字符
  5. Android 优秀的开源框架整理
  6. hdu 1800 Flying to the Mars(简单模拟,string,字符串)
  7. nodpad++正则替换
  8. 从LINQ开始之LINQ to Objects(下)
  9. Mac OS X 终端命令开启功能
  10. 1 小时 SQL 极速入门(一)
  11. 刷题upupup【Java中Queue、Stack、Heap用法总结】
  12. requests库(爬虫)
  13. vue 父组件通过props向子组件传递数据/方法的方式
  14. jquery练习笔记
  15. Markdown语言学习
  16. bzoj千题计划263:bzoj4870: [六省联考2017]组合数问题
  17. Explain之key_len长度计算
  18. SpringBoot------添加保存时自动编译插件
  19. LeetCode 44 Wildcard Matching(字符串匹配问题)
  20. 一)如何开始 ehcache ?

热门文章

  1. Selenium的定位元素
  2. eas源码示例1
  3. vfs:open.c 源码学习
  4. HTTP 状态码 301 和 302 详解及区别——辛酸的探索之路
  5. C#第十节课
  6. [模板]FFT
  7. 24.基于groovy脚本进行partial update
  8. 【 Codeforces Round #519 by Botan Investments B】Lost Array
  9. POJ 3710
  10. UVA - 348Optimal Array Multiplication Sequence(递推)