Skip to content

MilanKiele/NeuralNetworkDHBW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studienarbeit

Requirements

  • uv
  • make
  • gcc

Running

  • make run <filename>
    runs a file fom the directory ./src/pynn/
    the .py-ending is automatically added to filename

Caveats

  • test.py requires the mnist-dataset to be loaded
    to load, run: make run load_mnist

  • show.py requires a matching pre-trained model in ./test-model-bleeding.pynn
    usually test.py saves a usable model in ./test-model.pynn
    run cp ./test-model.pynn ./test-model-bleeding.pynn to use it

Formatting etc

  • make clean remove temporary files
  • make fmt format and lint code

About

ML-Model for Audio Source Analysis and Speech Translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors