Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/Projects/Machine Learning/ML Management.md

2.0 KiB

ML Management

This will be important to keep a log of all of the tests that you'll want to run as you begin the EDA process.

Sacred

  • Sacred is a fantastic open-source tool to use to pipeline the test process. As explained here, it can really help to log all of the runs that you do with your model.

  • Use CatalyzeX for code with ML papers.

  • Python wrapper for Dall-E API

  • PyTorch package to train and audit ML models for Individual Fairness

  • Truss serves any model without boilerplate code

  • WEKA is a good resource data mining processes and machine learning testing

  • Collection of wolfram neural nets


Deep Note & more ML repos

  • Deep Note is being used along with hugging face to document an indepth analaysis on ML python tools
  • BLOOM 176 billion parameter LLM model created by researchers & FOSS

Further reading and tutorials:

Animated tutorials of Neural Networks Using fast.ai

  • As a reference, text generation has been happening since 2005 with SCIGen for instance.