AI and Machine Learning
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→General) |
|||
| Line 8: | Line 8: | ||
== General == | == General == | ||
| − | * [[ | + | * [[AIML]] |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
* [[CoreML]] | * [[CoreML]] | ||
| + | * [[Deep Learning Container]] (.dlc) | ||
| + | * [[GGML]] | ||
* [[HDF]] (Hierarchical Data Format, originally from NCSA, now maintained by The HDF Group) | * [[HDF]] (Hierarchical Data Format, originally from NCSA, now maintained by The HDF Group) | ||
** [[HDF4]] | ** [[HDF4]] | ||
** [[HDF5]] | ** [[HDF5]] | ||
| + | * [[Keras]] (.keras) | ||
| + | * [[llms.txt]] | ||
| + | * [[MLeap]] | ||
| + | * [[NPY and NPZ (NumPy)|NumPy]] | ||
| + | * [[Pickle]] (.pkl) | ||
* [[Protocol Buffers]] | * [[Protocol Buffers]] | ||
| − | * [[ | + | * [[PyTorch]] (.pt, .pth) |
| − | * [[ | + | * [[TensorFlow]] (.pb) |
| + | ** [[TFLite]] | ||
* [[TOON]] [https://toonformat.dev/] | * [[TOON]] [https://toonformat.dev/] | ||
== Links == | == Links == | ||
* [https://github.com/trailofbits/ml-file-formats File formats used in ML/AI systems] | * [https://github.com/trailofbits/ml-file-formats File formats used in ML/AI systems] | ||
Latest revision as of 18:25, 4 March 2026
See also Scientific Data formats and Serialization
[edit] General
- AIML
- CoreML
- Deep Learning Container (.dlc)
- GGML
- HDF (Hierarchical Data Format, originally from NCSA, now maintained by The HDF Group)
- Keras (.keras)
- llms.txt
- MLeap
- NumPy
- Pickle (.pkl)
- Protocol Buffers
- PyTorch (.pt, .pth)
- TensorFlow (.pb)
- TOON [1]