Skip to content

Generates training data for training ML models. This may seem useless but it can sometimes be helpful if you don't feel like finding a ton of data yourself. Plus, because you can customize how data is generated, you can create some nasty datasets to test your algorithms.

License

Notifications You must be signed in to change notification settings

trrt-good/TrainingDataGenerator.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainingDataGenerator

Generates training data for training ML models. This may seem like a useless thing but it can sometimes be useful if you don't feel like finding a ton of data yourself. Plus, because you can customize how data is generated, you can create some nasty datasets to test your algorithms.

Usage:

  • have julia installed or install at https://julialang.org/downloads/
  • clone or download this project
  • run TrainingDataGenerator.jl by typing julia TrainingDataGenerator.jl into console within the right directory
  • follow instructions to either use a config file or enter parameters manually in the console
  • enjoy your dataset!

Future features:

  • customizable output formats
  • multiple layered data generation algorithm
  • visual UI
  • allow for randomly generated weights and biases that are used to generate data

About

Generates training data for training ML models. This may seem useless but it can sometimes be helpful if you don't feel like finding a ton of data yourself. Plus, because you can customize how data is generated, you can create some nasty datasets to test your algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages