首页 > 编程语言 > 详细

Python -- machine learning, neural network -- PyBrain 机器学习 神经网络

时间:2014-07-28 11:33:00      阅读:377      评论:0      收藏:0      [点我收藏+]

I am using pybrain on my Linuxmint 13 x86_64 PC.

As what it is described: PyBrain is a modular Machine Learning Library for Python. Its goal is to offer flexible, easy-to-use yet still powerful algorithms for Machine Learning Tasks and a variety of predefined environments to test and compare your algorithms.

 http://pybrain.org/

 

How is PyBrain different?

While there are a few machine learning libraries out there, PyBrain aims to be a very easy-to-use modular library that can be used by entry-level students but still offers the flexibility and algorithms for state-of-the-art research. We are constantly working on more and faster algorithms, developing new environments and improving usability.

 

What PyBrain can do

PyBrain, as its written-out name already suggests, contains algorithms for neural networks, for reinforcement learning (and the combination of the two), for unsupervised learning, and evolution. Since most of the current problems deal with continuous state and action spaces, function approximators (like neural networks) must be used to cope with the large dimensionality. Our library is built around neural networks in the kernel and all of the training methods accept a neural network as the to-be-trained instance. This makes PyBrain a powerful tool for real-life tasks.

 

Install it!

http://pybrain.org/docs/#tutorials

Python -- machine learning, neural network -- PyBrain 机器学习 神经网络,布布扣,bubuko.com

Python -- machine learning, neural network -- PyBrain 机器学习 神经网络

原文:http://www.cnblogs.com/spaceship9/p/3872304.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!