Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khoaguin/priv-sec-ai-blog

Code for My Blog Posts on Private & Secure Medical AI
https://github.com/khoaguin/priv-sec-ai-blog

ai blog machine-learning privacy-enhancing-technologies

Last synced: 11 days ago
JSON representation

Code for My Blog Posts on Private & Secure Medical AI

Awesome Lists containing this project

README

        

# Privacy-preserving Machine Learning Blog



This repository contains the code I use in my [**technical blog**](https://medium.com/@khoaguin) and [**personal website**](https://khoaguin.github.io) which focus on private and secure AI applications . Following is the list of technical articles and accompanying codes:
1. [***Detecting Heart Abnormalities Using 1D CNN on Data You Cannot See***](https://towardsdatascience.com/detecting-heart-abnormalities-using-1d-cnn-on-data-you-cannot-see-with-pysyft-735481a952d8). [`Code`](./ecg-split-1DCNN-PySyft/)
2. [***Privacy Preserving Machine Learning - Resources & Materials***](https://khoaguin.github.io/blog/ppml-resources-materials#/). [`Code`](https://github.com/khoaguin/ppml-materials)
3. [***What is Hybrid Homomorphic Encryption and Its Applications***](https://medium.com/@khoaguin/what-is-hybrid-homomorphic-encryption-and-its-applications-b0568b21954c). [`Code`](./what-is-hhe/)

I hope you find them useful. Please feel free to use. Have fun learning!