Friday, June 11, 2021

Explainability and Auditability in ML: Definitions, Techniques, and Tools

Imagine that you have to present your newly built facial recognition feature to the technical heads of a SaaS product. The presentation goes relatively well until the CTO asks you “so what exactly goes on inside?” and all you can say is “nobody knows, it’s a black box”.  Pretty soon, other stakeholders would start to […]

The post Explainability and Auditability in ML: Definitions, Techniques, and Tools appeared first on neptune.ai.



from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...