TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Picasso: An open-source visualizer for Convolutional Neural Networks

81 pointsby rhsimplexabout 8 years ago

4 comments

andyjohnson0about 8 years ago
<i>&quot;The neural network had learned to distinguish cloudy days from sunny days, instead of distinguishing camouflaged tanks from empty forest.&quot;</i><p>Reminds me of a story and ex-colleague once told me. He&#x27;d been working on a project to use neural nets to detect overcrowding on subway platforms using CCTV feeds. The NN worked with the training images but failed when run on live images. After a while they realised that training images showing crowding had been taken in a different season to those showing uncrowded platforms, and the NN was actually detecting the different type of clothes worn by the waiting passengers.
评论 #14349352 未加载
relateabout 8 years ago
Interesting! I am wondering if it is easy to incorporate the visualizations of the models during training? If not, is this something on the roadmap?
评论 #14349139 未加载
mark_l_watsonabout 8 years ago
Looks useful for image problems. My personal interest is using CNNs for natural language processing. The same sort of tool that allowed viewing parts of the network as the sliding window on input text moves, etc. might be useful.
pfmarkabout 8 years ago
looks quite usefull and simple to use!