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

config.configuration.yaml 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: "/home/simone/eiei_workspace/nlp_step/datasets/mnist/mnist_training_set.json"
    validation: "/home/simone/eiei_workspace/nlp_step/datasets/mnist/mnist_validation_set.json"
    test: "/home/simone/eiei_workspace/nlp_step/datasets/mnist/mnist_test_set.json"

mnist_sequence:
  datasets_paths:
    training: "/home/simone/eiei_workspace/nlp_step/datasets/mnist_sequence/mnist_sequence_training_set.jsonl"
    validation: "/home/simone/eiei_workspace/nlp_step/datasets/mnist_sequence/mnist_sequence_test_set.jsonl"
    test: "/home/simone/eiei_workspace/nlp_step/datasets/mnist_sequence/mnist_sequence_test_set.jsonl"

sparse_input:
  datasets_paths:
    training: "/home/simone/eiei_workspace/nlp_step/datasets/sparse_input/training.jsonl"
    validation: "/home/simone/eiei_workspace/nlp_step/datasets/sparse_input/test.jsonl"
    test: "/home/simone/eiei_workspace/nlp_step/datasets/sparse_input/test.jsonl"

progressive_sum:
  datasets_paths:
    training: "/home/simone/eiei_workspace/nlp_step/datasets/progressive_sum/training.jsonl"
    validation: "/home/simone/eiei_workspace/nlp_step/datasets/progressive_sum/test.jsonl"
    test: "/home/simone/eiei_workspace/nlp_step/datasets/progressive_sum/test.jsonl"

han_classifier:
  datasets_paths:
    training: "/home/simone/eiei_workspace/nlp_step/datasets/han_classifier/dataset_imdb_train_50.json"
    validation: "/home/simone/eiei_workspace/nlp_step/datasets/han_classifier/dataset_imdb_test_50.json"
    test: "/home/simone/eiei_workspace/nlp_step/datasets/han_classifier/dataset_imdb_test_50.json"

vectors_average:
  datasets_paths:
    training: "/home/simone/eiei_workspace/nlp_step/datasets/vectors_avg.csv"
    validation: ""
    test: ""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy