References
Please go through the following content for more information on a few topics covered in the chapter:
- Hardening Deep Neural Networks via Adversarial Model Cascades: https://arxiv.org/pdf/1802.01448.pdf
- Yejin Choi: https://homes.cs.washington.edu/~yejin/
- Amazon SageMaker ML Lineage Tracking: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
- aws/amazon-sagemaker-examples: https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-lineage/sagemaker-lineage.ipynb
- Lineage Tracking Entities: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html
- Querying Lineage Entities: https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html
- SageMaker Pipelines: https://sagemaker.readthedocs.io/en/stable/workflows/pipelines/index.html
- aws/amazon-sagemaker-examples: https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-pipelines/tabular/train-register-deploy-pipeline...