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

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

Go to download

SimpleDNN is a machine learning lightweight open-source library written in Kotlin whose purpose is to support the development of feed-forward and recurrent Artificial Neural Networks.

There is a newer version: 0.14.0
Show newest version
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