Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khoaguin/priv-sec-ai-blog
- Owner: khoaguin
- Created: 2021-09-25T12:54:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T04:06:43.000Z (9 months ago)
- Last Synced: 2024-10-07T12:22:43.983Z (about 1 month ago)
- Topics: ai, blog, machine-learning, privacy-enhancing-technologies
- Language: C++
- Homepage: https://medium.com/@khoaguin
- Size: 36.3 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!