TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Suggest a deep-learning personal project?

2 点作者 bekantan大约 5 年前
After completion of deeplearning.ai courses I am looking for personal project to further improve my understanding of AI and have some fun.<p>I find applications of convolutional networks and sequence models especially interesting.<p>One of the ideas I have is to build a command-line tool to classify my photos (mark photos with people, nature, cities, similar photos, photos with bad light &#x2F; focus, ...).<p>Could you suggest progression through such project with high-level tasks ordered by difficulty?<p>Other project suggestions are also welcome!

1 comment

p1esk大约 5 年前
Most straightforward progression:<p>1. establish desired categories<p>2. group existing photos into these categories<p>3. finetune a pretrained model on these categories<p>You can also partially automate step 2 using a pretrained model, but in this case some of your desired classes should be similar to (some of) the classes that model was trained on.