34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
---
|
|
id: 5e46f8edac417301a38fb931
|
|
title: 神經網絡短信文本分類器
|
|
challengeType: 10
|
|
forumTopicId: 462380
|
|
dashedName: neural-network-sms-text-classifier
|
|
---
|
|
|
|
# --description--
|
|
|
|
在這個挑戰中,你需要創建一個機器學習模型,將短信分類爲 “ham” 或 “spam”。 “ham” 信息是由一個朋友發送的普通信息。 “spam” 是一個公司發送的廣告或信息。
|
|
|
|
你可以訪問 [Google Colaboratory 上的完整項目說明和啓動代碼](https://colab.research.google.com/github/freeCodeCamp/boilerplate-neural-network-sms-text-classifier/blob/master/fcc_sms_text_classification.ipynb)。
|
|
|
|
進入該鏈接後,在你自己的賬戶或本地創建一個筆記本的副本。 一旦你完成項目並通過鏈接中的測試,請在下面提交你的項目鏈接。 如果你提交的是 Google Colaboratory 的鏈接,請確保打開鏈接共享時選擇 “anyone with the link”。
|
|
|
|
我們仍在開發機器學習課程的交互式課程部分。 現在,你可以通過這個認證中的視頻挑戰。 你可能還需要尋找額外的學習資源,類似於你在真實世界項目中的工作。
|
|
|
|
# --hints--
|
|
|
|
它應該通過所有的 Python 測試。
|
|
|
|
```js
|
|
|
|
```
|
|
|
|
# --solutions--
|
|
|
|
```py
|
|
# Python challenges don't need solutions,
|
|
# because they would need to be tested against a full working project.
|
|
# Please check our contributing guidelines to learn more.
|
|
```
|