We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebae0ee commit 99c7108Copy full SHA for 99c7108
ExampleCode/Program.cs
@@ -31,12 +31,12 @@ static void Main()
31
// set where to save training data files
32
context.Set("DataFileDirectory", new DirectoryInfo(@"c:\data"));
33
34
- //Xor(context);
35
- //IrisClassification(context);
36
- //IrisClustering(context);
37
- //MarkovChains(context);
38
- //TextClustering(context);
39
- //IntegerAddition(context);
+ Xor(context);
+ IrisClassification(context);
+ IrisClustering(context);
+ MarkovChains(context);
+ TextClustering(context);
+ IntegerAddition(context);
40
ReberPrediction(context);
41
OneToMany(context, useCuda);
42
ManyToOne(context, useCuda);
0 commit comments