Files

34 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

---
id: 5e46f8dcac417301a38fb92e
title: 貓狗圖像分類器
challengeType: 10
forumTopicId: 462377
dashedName: cat-and-dog-image-classifier
---
# --description--
在這個挑戰中,你將使用 TensorFlow 2.0 和 Keras 創建一個卷積神經網絡,對貓和狗的圖像進行正確分類,準確率至少達到 63%。
你可以訪問 [Google Colaboratory 上的完整項目說明和啓動代碼](https://colab.research.google.com/github/freeCodeCamp/boilerplate-cat-and-dog-image-classifier/blob/master/fcc_cat_dog.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.
```