Skip to content

vsraptor/ml_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml_stuff

Random stuff ...

fft.py

Fourier Transform model for scikit-learn. Can be used standalone. Allows you to predict() future values. In general repetition of the signal may have sufficed, but I decompose the signal to frequencies and then you can plot() or predict() using just top N frequencies, instead the full spectrum.

wc.pl

Linux wc command implemented in Perl.

pattern_lang.py

Mini language, parsers, recursion, lambda, yield ..... in Python.

Check http://ifni.co/articles/programming/recursion, for tutorial.

scrubber.pl

Simple example of how to scrub html pages in Perl, using Mojo and DOM parsing. You can find the tutorial here : http://ifni.co/articles/programming/web_scrubber

/ml

Experimental code for doing Machine Learning, Kalman filters ... etc

About

Random stuff, Machine Learning ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published