Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.17 KB

ModelTypes.md

File metadata and controls

25 lines (15 loc) · 1.17 KB

ML Model Type Resources

  • Binary Classification Model
  • Multiclass Classification Model
  • Regression Model

Vendor References

Apple

  • https://apple.github.io/coremltools/
    • "Core ML is an Apple framework that allows developers to easily integrate machine learning (ML) models into apps. Core ML is available on iOS, iPadOS, watchOS, macOS, and tvOS. Core ML introduces a public file format (.mlmodel) for a broad set of ML methods including deep neural networks (convolutional and recurrent), tree ensembles (boosted trees, random forest, decision trees), and generalized linear models."

AWS

MLflow.org