📄️ Lambda Functions
Dozer offers support for Lambda functions or Change Data Functions (CDFs) that serve as triggers for notifications and alerts when specific conditions are satisfied. For instance, you can initiate an alert when a user's account balance falls below a specified threshold. Dozer actively monitors the cache logs for a particular endpoint, and when an activity occurs, it triggers the Lambda function. This can subsequently be employed to dispatch email, Slack or text message notifications to the user.
📄️ ONNX
ONNX, or Open Neural Network Exchange, is an open-source format designed to represent machine learning models. It provides a standardized way to describe models so that they can be easily exchanged between different deep learning frameworks. ONNX is supported by various frameworks such as PyTorch, TensorFlow, Microsoft Cognitive Toolkit (CNTK), and others, allowing interoperability and flexibility in deploying models across different platforms.