Pybrain 简明教程

PyBrain Tutorial

Pybrain 是一个使用 Python 实现的机器学习开源库。这个库为您提供了一些易于使用的训练算法,用于训练和测试网络的数据集和训练员。

Pybrain is an open-source library for Machine learning implemented using python. The library offers you some easy to use training algorithms for networks, datasets, trainers to train and test the network.

Audience

本教程是专为希望轻松简单地学习 Pybrain 及其编程概念的软件程序员设计的。本教程将借助合适的示例对 Pybrain 的各种功能提供足够的理解。

This tutorial is designed for software programmers who want to learn the basics of Pybrain and its programming concepts in a simple and easy manner. This tutorial will give enough understanding on the various functionalities of Pybrain with suitable examples.

Prerequisites

在学习本教程之前,就应对 Python 和机器学习有基本的了解。

Before proceeding with this tutorial, you should have a basic understanding of Python and Machine Learning.