1
0
Fork
You've already forked DistributionClassifier
0
No description
  • Python 100%
2023年04月23日 18:24:22 -04:00
README.md Update, add README. 2023年04月23日 18:24:12 -04:00
TrainNormalAndPoisson.py Rename file. 2023年04月23日 18:24:22 -04:00

Distribution Classifier

This was just a quick test to brush up on my PyTorch and test a hypothesis: given a normal and a Poisson distribution, could a very straightforward model identify which distribution a sample came from?

To my surprise, it actually worked surprisingly well with minimal fiddling. This was to prep for an interview that did not move forward, based on a quick and dirty hypothesis that regular traffic might follow one pattern whereas atypical, intrusive traffic might follow another; or in other words, trying to find the atypical signal amongst the noise.

It's not particularly fancy as I threw it together in less than a day, but it might be interesting to follow up on.