notes

Log | Files | Refs | README

concepts.md (289B)


      1 # Concepts
      2 
      3 ## Concepts
      4 
      5 ### ONNX
      6 
      7 Machine learning data are often stored in `.onnx` format
      8 
      9 [ONNX Documentation](https://onnx.ai/onnx/index.html)
     10 
     11 ### Image processing kernal
     12 
     13 They are basically matrices
     14 
     15 [Image processing kernel](https://en.wikipedia.org/wiki/Kernel_(image_processing))