All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.configuration.yaml.example Maven / Gradle / Ivy

mnist:
  datasets_paths:
    training: "/.json"
    validation: "/.json"
    test: "/.json"

mnist_sequence:
  datasets_paths:
    training: "/.jsonl"
    validation: "/.jsonl"
    test: "/.jsonl"

sparse_input:
  datasets_paths:
    training: "/.jsonl"
    validation: "/.jsonl"
    test: "/.jsonl"

progressive_sum:
  datasets_paths:
    training: "/.jsonl"
    validation: "/.jsonl"
    test: "/.jsonl"

han_classifier:
  datasets_paths:
    training: "/.jsonl"
    validation: "/.jsonl"
    test: "/.jsonl"

vectors_average:
  datasets_paths:
    training:  "/.csv"
    validation: ""
    test: ""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy