Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 467 Bytes
Code Structure
  • Custom Derivative Rules (Module)
    • relu.py
    • sigmoid.
  • Custom Interpreter (Module)
    • registry.py
    • interpreter.py
    • ivalOps (Package)
      • interval_arithmetic.py
      • ndarray.py
      • numpyLike.py
      • ops_utils.py
      • bilinearfn.py
  • Model (Module)
    • neuralNet.py
    • inference.py
    • trainer.py
    • dataset.py
    • dataloader.py
    • checkpoints
  • main.py