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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Implementing a Convolutional Neural Network Using Only NumPy

126 点作者 vzhou842大约 6 年前

4 条评论

vzhou842大约 6 年前
Hey, author here. Happy to hear any comments or answer any questions.<p>Runnable code from the article: <a href="https:&#x2F;&#x2F;repl.it&#x2F;@vzhou842&#x2F;A-CNN-from-scratch-Part-2" rel="nofollow">https:&#x2F;&#x2F;repl.it&#x2F;@vzhou842&#x2F;A-CNN-from-scratch-Part-2</a>
评论 #20065462 未加载
neurohacker大约 6 年前
If you want to downsample segmentation produced from convnet output using only numpy, I have this technique to contribute :)<p><a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;countless-high-performance-2x-downsampling-of-labeled-images-using-python-and-numpy-e70ad3275589" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;countless-high-performance-2x...</a>
khasreto大约 6 年前
Wow nice job in the next part you can implement regression :) , This is done better than my lectures do at university haha. Greetings
panpanna大约 6 年前
Andrew Ng&#x27;s coursed learn you to build CNN (and lots more) from scratch using only numpy.<p>Hope does this compare to that?
评论 #20068304 未加载