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

3.1 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.


Quick Links to Chat Apps:

!Pasted image 20240905174215.png

For the privacy-conscious -

  • KubeAi - private OpenAI on Kubernetes

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

  • Mini-omni - one that can hear and output while hearing

  • Kotamon

  • For a list of a bunch of projects go to ProjectPro


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

Interesting Papers & Experiments