我是靠谱客的博主 危机鲜花,最近开发中收集的这篇文章主要介绍Capsule Network,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  1. These capsules are particularly good at handling different types of visual stimulus and encoding things like pose (position, size, orientation), deformation, velocity, albedo, hue, texture etc.

  2. Capsule is a nested set of neural layers. So in a regular neural network you keep on adding more layers. In CapsNet you would add more layers inside a single layer. Or in other words nest a neural layer inside another. The state of the neurons inside a capsule capture the above properties of one entity inside an image.

  3. A capsule network has each capsule outputting a vector with the information about the position, scale, and rotation about the feature.
  4. Each capsule in layer L has a coupling strength c with each capsule in layer L+1,
  5. provide is taking a step to move from black-box neural networks to those that represent more concrete features that can help us analyze and understand what these are doing under the hood.

最后

以上就是危机鲜花为你收集整理的Capsule Network的全部内容,希望文章能够帮你解决Capsule Network所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(53)

评论列表共有 0 条评论

立即
投稿
返回
顶部