Skip to content

issues Search Results · repo:oreilly-japan/deep-learning-from-scratch-3 language:Python

Filter by

31 results
 (66 ms)

31 results

inoreilly-japan/deep-learning-from-scratch-3 (press backspace or delete to remove)

In the implementation of MatMul, the used dot does not conform to the behavior of matrix multiplication in Torch, especially it is not suitable for cases with dimensions higher than two. It should be replaced ...
  • owenliang
  • Opened 
    on Dec 21, 2024
  • #44

Excuse me When I coding with Colab and call DeZero,it show AttributeError q0724 How do I deal with YHX
  • SonRule
  • Opened 
    on Jul 27, 2024
  • #43

Thank you for providing such a great library for studying deep learning from scratch. I was wondering about how to implement a MeanAbsoluteError with dezero. I found that there is a MeanSquaredError, ...
  • hunkim98
  • Opened 
    on Nov 23, 2023
  • #40

This book is the best deep learning book I have ever seen. With your help, I also wrote a framework with personal characteristics. At the end of the study of the whole book, I have one more technical ...
  • owenliang
  • 3
  • Opened 
    on Nov 19, 2023
  • #39

I want to visualize below graph using second order differentiation by tanh function. img width= 150 alt= 스크린샷 2022-07-09 오후 4 46 55 src= https://user-images.githubusercontent.com/54783194/178096900-9dae802e-dab7-443c-8370-d26ca9fb427c.png ...
  • iamcodingcat
  • Opened 
    on Jul 9, 2022
  • #37

I can t implement STEP 23 with Google Colab. Even if I input the same as the source code, the module cannot be imported. Any good guides or tutorials on this? I still have a long way to go, but I can ...
  • GoldSurfer
  • 2
  • Opened 
    on Jul 3, 2022
  • #36

I am wondering if the text inside this book can be used with google translate, like on a cell phone.
  • ConsciousMachines
  • Opened 
    on Jan 26, 2022
  • #35

class RNN(Layer): ,,, def init(self, hidden_size, in_size=None): ... self.x2h = Linear(hidden_size, in_size=in_size) self.h2h = Linear(hidden_size, in_size=in_size, nobias=True) #here is problematic if ...
  • lsh159
  • Opened 
    on Aug 23, 2021
  • #32

Hi, I am a reader of your books, I have read DL from scrach 1st and 2nd edition, but I can not read japan laguage. I hope read this book as soon as possible. Your book help me a lot in deep learning, thank ...
  • ishuowang
  • 5
  • Opened 
    on Aug 16, 2021
  • #31

現状 README 正誤表ページに掲載されていない誤植や間違いなどを見つけた方は、✉️ japan@oreilly.co.jpまでお知らせください。 Errata 本ページに掲載されていない誤植など間違いを見つけた方は、japan@oreilly.co.jpまでお知らせください。 問題 上記のメールアドレスは2つとも@が全角になっています。 メールアドレスをコピペしてEメールを送ろうとしたところ、 ...
  • ftnext
  • 1
  • Opened 
    on Dec 28, 2020
  • #30
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub