diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 00:32:57 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 00:32:57 -0600 |
commit | 23b6be03499a01d5b17654637f9e567e6cdf9b28 (patch) | |
tree | 47fa3e53272b4ed5f6b35f04d60be0223e932aec /Content | |
parent | 94cf09b1379f6dc23114805656183de1fc2c8264 (diff) |
pass w3c html4 validation
Diffstat (limited to 'Content')
-rw-r--r-- | Content/posts/2019-12-22-Fake-News-Detector.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Content/posts/2019-12-22-Fake-News-Detector.md b/Content/posts/2019-12-22-Fake-News-Detector.md index 4cc3894..3e00c1d 100644 --- a/Content/posts/2019-12-22-Fake-News-Detector.md +++ b/Content/posts/2019-12-22-Fake-News-Detector.md @@ -1,7 +1,7 @@ --- date: 2019-12-22 11:10 description: In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app -tags: Tutorial, Colab, SwiftUI, Turicreate +tags: Tutorial, Colab, SwiftUI, Turicreate, Swift --- |