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 | d1624e73c5077d35bacd37138a6c031f2763ee62 (patch) | |
tree | ba47552862e6c906b63fbe01dfd5b366ae372950 /Content/posts/2019-12-22-Fake-News-Detector.md | |
parent | 6844c234cde69ee356168bb3dcb7d69fa4e8a74d (diff) |
pass w3c html4 validation
Diffstat (limited to 'Content/posts/2019-12-22-Fake-News-Detector.md')
-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 --- |