Giter VIP home page Giter VIP logo

Comments (3)

YutaroOgawa avatar YutaroOgawa commented on July 3, 2024 2

@Akira106 さま

非常に重要なコメントをありがとうございます。
こちらは確かに私が書籍内で説明を記載しておらず、読者の皆様に混乱を与える
部分だと気づきました。

3-7では分類層の最後はclassificationで出力が(21チャネル×画像高さ×画像幅)となっています。
これは各ピクセルが各チャネル(=ラベル、クラス)である確率を示しています。

ただ、実際はまだ確率になっておらず、推論時にsoftmax関数を実施して、確率に変換します。
このsoftmax関数はシグモイド関数なので、

そこから逆向きに考えていって、Xavierの初期値にしているという流れになります。

参考
シグモイド関数とソフトマックス関数
https://qiita.com/SabanoMizuni/items/ab4b73cd9b8e733da11a

from pytorch_advanced.

Akira106 avatar Akira106 commented on July 3, 2024 1

小川様

ご丁寧にご解説いただき、誠にありがとうございます。
理解しました。

from pytorch_advanced.

YutaroOgawa avatar YutaroOgawa commented on July 3, 2024

はい、ありがとうございます。

また、気軽になんでも気になった点はご相談ください。
(読者の皆の知見につながり、私も非常に嬉しいです)

ありがとうございました。

from pytorch_advanced.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.