Skip to content

Getting started

Mads Dabros edited this page Feb 24, 2017 · 6 revisions

Getting started

SharpLearning requires visual studio to build and run. You can download Visual Studio 2015 Community Edition from here:

Running the examples from SharpLearning.Examples

The quickest way of getting started with SharpLearning is to clone the examples repository: SharpLearning.Examples This repository contains data and examples that shows how to use SharpLearning.

After cloning the repository open the solution file in visual studio. Browse to one of the examples using the solution explorer, place the cursor within the specific example to run (TestMethod) and press (Ctrl+R, Ctrl+T) to run the example:

Including SharpLearning in a project

The recommended and easiest way of including SharpLaerning in a project is to use NuGet.

Search for "SharpLearning" in the nuget package manager from visual studio, then chose to install the packages you want to use. There are separate packages for each of the learner/model types, so it is possible to include only SharpLearning.RandomForest if this is the only learner of interest. There is an overview and description of the individual packages in the readme

Clone this wiki locally