コード例 #1
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Fully Connected Neural Network In Queue",
     Enabled          = false,
     IsImportingGraph = false
 };
コード例 #2
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Word2Vec",
     Enabled          = true,
     IsImportingGraph = true
 };
コード例 #3
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Retrain Classifier With InceptionV3",
     Enabled          = true,
     IsImportingGraph = true
 };
コード例 #4
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Basic Eager",
     Enabled          = false,
     IsImportingGraph = false
 };
コード例 #5
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "MNIST FNN (Keras Functional)",
     Enabled  = true,
     Priority = 17
 };
コード例 #6
0

        
コード例 #7
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "YoloCoco",
     Enabled          = false,
     IsImportingGraph = true
 };
コード例 #8
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Inception Arch GoogLeNet",
     Enabled          = false,
     IsImportingGraph = false
 };
コード例 #9
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "Image Classification (Keras)",
     Enabled  = false,
     Priority = 18
 };
コード例 #10
0

        
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Convert TensorFlow Model to OpenCv",
     Enabled          = false,
     IsImportingGraph = false
 };
コード例 #12
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Object Detection in MobileNet (Graph)",
     Enabled          = true,
     IsImportingGraph = true
 };
コード例 #13
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Transfer Learning With InceptionV3 (Graph)",
     Enabled          = true,
     IsImportingGraph = true
 };
コード例 #14
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name     = "NN XOR in Keras",
     Enabled  = true,
     Priority = 3
 };
コード例 #15
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Image Background Removal",
     Enabled          = false,
     IsImportingGraph = true
 };
コード例 #16
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Image Recognition Inception",
     Enabled          = true,
     IsImportingGraph = false
 };
コード例 #17
0

        
コード例 #18
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST LSTM",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 11
 };
コード例 #19
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Logistic Regression (Eager)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 7
 };
コード例 #20
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST RNN (Keras)",
     Enabled          = false,
     IsImportingGraph = false,
     Priority         = 21
 };
コード例 #21
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Digits Recognition Neural Network",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 9
 };
コード例 #22
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Fully Connected Neural Network (Keras)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 12
 };
コード例 #23
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Naive Bayes Classifier",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 7
 };
コード例 #24
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "K-means Clustering",
     Enabled          = false,
     IsImportingGraph = true,
     Priority         = 6
 };
コード例 #25
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "NN XOR",
     Enabled          = false,
     IsImportingGraph = false,
     Priority         = 3
 };
コード例 #26
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST CNN (Eager)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 16
 };
コード例 #27
0

        
コード例 #28
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Basic Operations",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 2
 };
コード例 #29
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "Linear Regression (Graph)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 4
 };
コード例 #30
0
 public ExampleConfig InitConfig()
 => Config = new ExampleConfig
 {
     Name             = "MNIST CNN (Keras Subclass)",
     Enabled          = true,
     IsImportingGraph = false,
     Priority         = 17
 };