PyMLProjects icon indicating copy to clipboard operation
PyMLProjects copied to clipboard

Random repo of machine learning ideas orchestrated in python

Python Machine Learning Projects

  • Alice in wonderland - quick crash course in LSTM networks for text prediction from : http://machinelearningmastery.com/text-generation-lstm-recurrent-neural-networks-python-keras/
  • Passwords - Generate passwords using an LSTM based on a small input sample.
  • Phishing Web Sites - Neural Net for detecting whether a URL is for a phishing site (old tutorial for building keras skeelz)
  • Xss Payloads - Develope an LSTM for using with Burp to generate epic XSS payload