您的位置:首页 > 其它

Accord.NET - Readme.md

2015-12-21 16:01 357 查看
The Accord.NET Framework (accord.net框架
http://accord-framework.net

The Accord.NET Framework providesmachine learning, mathematics, statistics,
accord.net框架提供了机器学习、数学、统计,
computer vision, computer audition, and several scientific computing related
计算机视觉,计算机视觉,和若干科学计算
methods and techniques to .NET. The project extends the popular AForge.NET
网的方法和技巧。项目拓展流行AForge.NET
Framework providing a more complete scientific computing environment.
框架提供了更完整的科学计算环境。
The GitHub repository at https://github.com/accord-net/framework is the official
在https://github.com/accord-net/framework GitHub库是官方
home of the project after release 2.10 was finished. As such, new releases will
回家后的2.10版本完成后。因此,新版本将
only be made available on this repository.
只有在这个库中可用。
Installing the framework
安装框架
------------------------
------------------------
1) Download the framework through NuGet:
1)下载框架通过NuGet:
https://www.nuget.org/packages?q=accord.net

2) Follow the Getting Started Guide
2)按照入门指南
http://accord-framework.net/get-started.html

3) Check the sample applications and find one that is related to what you need.
3)检查示例程序 ,并找到一个与你所需要的。
http://accord-framework.net/samples.html

If you have installed the framework using the installer, the samples will be at
如果您已经安装了使用安装程序的框架,示例程序将在
C:\Program Files (x86)\Accord.NET\Framework\Samples

You can open the Samples.sln solution on Visual Studio and check the sample applications for examples.
你可以打开在Visual Studio的samples.sln 示例程序
Complete documentation is also available online at
完整的文档也可在网上提供
http://accord-framework.net/docs/Index.html

Building with Visual Studio

---------------------------
---------------------------
1) Clone the repository (SmartGit is the best Git tool available for Windows)
1)克隆库(smartgit是最好的Git工具适用于Windows)
2) Open Sources/Accord.NET.sln in Visual Studio (works with Express versions)
2)在Visual Studio中打开/ accord.net.sln来源(Express版本的作品)
Building in Linux with Mono
---------------------------
---------------------------
# Install Mono
sudo apt-get install mono-complete monodevelop monodevelop-nunit
# Clone the repository
git clone https://github.com/accord-net/framework.git # Enter the directory
cd framework
# Build the framework solution using Mono
mdtool build -c:"NET40" Sources/Accord.NET.Mono.sln
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: