Skip to content

Instantly share code, notes, and snippets.

@krishnanraman
Created February 2, 2018 00:06
Show Gist options
  • Save krishnanraman/324206b7b4eb7ede6a532093ef8f1282 to your computer and use it in GitHub Desktop.
Save krishnanraman/324206b7b4eb7ede6a532093ef8f1282 to your computer and use it in GitHub Desktop.
ideas.txt
distribution data => distribution name, params supervised ANN classifier
eg.
Poisson(5) data 1000 samples => ("poisson", 5)
Uniform(10) data 1000 samples => ("uniform", 10)
Normal(mu, sig) data 1000 samples => ("normal", mu, sig)
etc.
@krishnanraman
Copy link
Author

synthetic data - https://arxiv.org/abs/1804.06516
make lots of synthetic scenes train on them and use model on test. placing cars in arbitrary scenes. very similar to generating swish by randomly iterating on diff activations until one happens to work. generate millions of distributions by varying mu sigma until you learn gaussian ....

@krishnanraman
Copy link
Author

detection of workout videos based on content ( rhythmic beat (audio FFT), racy content, text tags by actor actress lyricist md etc )

@krishnanraman
Copy link
Author

simulate non-binom ( gaussian poisson etc) with coin toss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment