public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Fully Connected Neural Network In Queue",
     Enabled          = false,
     IsImportingGraph = false
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Word2Vec",
     Enabled          = true,
     IsImportingGraph = true
 };
Esempio n. 3
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Retrain Classifier With InceptionV3",
     Enabled          = true,
     IsImportingGraph = true
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Basic Eager",
     Enabled          = false,
     IsImportingGraph = false
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "MNIST FNN (Keras Functional)",
     Enabled  = true,
     Priority = 17
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "YoloCoco",
     Enabled          = false,
     IsImportingGraph = true
 };
Esempio n. 8
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Inception Arch GoogLeNet",
     Enabled          = false,
     IsImportingGraph = false
 };
Esempio n. 9
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "Image Classification (Keras)",
     Enabled  = false,
     Priority = 18
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Convert TensorFlow Model to OpenCv",
     Enabled          = false,
     IsImportingGraph = false
 };
Esempio n. 12
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Object Detection in MobileNet (Graph)",
     Enabled          = true,
     IsImportingGraph = true
 };
Esempio n. 13
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Transfer Learning With InceptionV3 (Graph)",
     Enabled          = true,
     IsImportingGraph = true
 };
Esempio n. 14
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "NN XOR in Keras",
     Enabled  = true,
     Priority = 3
 };
Esempio n. 15
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Image Background Removal",
     Enabled          = false,
     IsImportingGraph = true
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Image Recognition Inception",
     Enabled          = true,
     IsImportingGraph = false
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST LSTM",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 11
 };
Esempio n. 19
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Logistic Regression (Eager)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 7
 };
Esempio n. 20
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST RNN (Keras)",
     Enabled          = false,
     IsImportingGraph = false,
     Priority         = 21
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Digits Recognition Neural Network",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 9
 };
Esempio n. 22
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Fully Connected Neural Network (Keras)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 12
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Naive Bayes Classifier",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 7
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "K-means Clustering",
     Enabled          = false,
     IsImportingGraph = true,
     Priority         = 6
 };
Esempio n. 25
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "NN XOR",
     Enabled          = false,
     IsImportingGraph = false,
     Priority         = 3
 };
Esempio n. 26
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST CNN (Eager)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 16
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Basic Operations",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 2
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Linear Regression (Graph)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 4
 };
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST CNN (Keras Subclass)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 17
 };