Farwa Kazmi
Farwa Kazmi

Reputation: 73

Accord.Net version 3.8.0 Framework download and installation

i m trying to download the accord.net version 3.8.0 from the website

https://www.nuget.org/packages/Accord.MachineLearning.GPL/

but they say to run the command. my question is how to run this command.OR download the framework from this site. 2nd problem: after trying this site i downloaded the framework from other site. the link is given below

https://sourceforge.net/projects/accord-net/?source=typ_redirect

but there is no dll libraries which i add in my project.

my second question is to please tell me how to use this downloaded package. the screenshot of downloaded package is attacheddownloaded package but don't know how to use it

Upvotes: 2

Views: 3766

Answers (2)

Cesar
Cesar

Reputation: 2118

If you are using Visual Studio, please follow the Getting Started guide.

As you can see, you can install the framework without using any commands at all. Just create a new C# project in Visual Studio, then right-click your project, select "Manage NuGet packages", then look for "Accord.NET" in the NuGet packages browser. Install any libraries that you think you would need in the application you are trying to create (i.e. Accord.MachineLearning).

Upvotes: 3

Farwa Kazmi
Farwa Kazmi

Reputation: 73

first download the nugGet package manager. the link is given for the download https://marketplace.visualstudio.com/items?itemName=NuGetTeam.NuGetPackageManager

after downloading install it. it is the extension for visual studio. now open a new project and create the application go to the solution explorer right click the project name. select Nuget packages

a window will appear. select online and in settings check the url of nuget file. in search option search for accord.machine or whatever library you want.

Upvotes: 1

Related Questions