Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / iamtrask/Grokking-Deep-Learning issues and pull requests

#69 - Adding calculation of weight delta

Pull Request - State: open - Opened by reeshabh90 2 months ago

#68 - chap8:layer_1_delta *= dropout_mask

Issue - State: open - Opened by mmdxl-dcy 4 months ago

#67 - bug: CrossEntropyLoss(object) to CrossEntropyLoss(Layer)

Pull Request - State: open - Opened by cphoward 9 months ago

#66 - Help Please

Issue - State: open - Opened by jumpbackjack65 11 months ago - 2 comments

#65 - Something wrong with the code in chapter 10

Issue - State: open - Opened by Jason-XII about 1 year ago

#64 - Update Chapter10 - Intro to Convolutional Neural Networks - Learning …

Pull Request - State: open - Opened by schutera almost 2 years ago - 1 comment

#63 - Chapter 8 examples, why do they all turn label into one_hot_labels

Issue - State: open - Opened by qiulang about 2 years ago - 3 comments

#62 - chapter 6

Issue - State: open - Opened by varunponda about 2 years ago

#61 - 2nd edition?

Issue - State: open - Opened by austinmw about 2 years ago

#60 - Mistake in Ch3. code

Issue - State: open - Opened by ahussein1194 over 2 years ago

#59 - Chapter 6 - layer_1_delta

Issue - State: open - Opened by doudou-h about 3 years ago

#58 - Chapter 6 - Array in array vs use vector

Issue - State: open - Opened by oleg-tgn over 3 years ago - 1 comment

#57 - Authorization to re-implement in another language

Issue - State: open - Opened by aPixelInSpace almost 4 years ago - 2 comments

#56 - Inactive Activation gradients

Issue - State: open - Opened by Seabrand about 4 years ago - 1 comment

#55 - ch 10 kernel weight update typo

Issue - State: open - Opened by AlexCalderwood about 4 years ago

#54 - fix: chapter8 batch processing

Pull Request - State: open - Opened by andreinechaev about 4 years ago - 1 comment

#52 - Missed variable

Issue - State: open - Opened by ljapkin-roman over 4 years ago

#51 - License

Issue - State: open - Opened by bennytheshap over 4 years ago - 1 comment

#50 - Ch11 Predicting Movie Reviews - error in back propagation code

Issue - State: open - Opened by harpreetmann24 over 4 years ago - 9 comments

#49 - Chapter 4 - How is weight_delta computed ?

Issue - State: open - Opened by ghost over 4 years ago - 6 comments

#48 - what is the size of the dictionary in chapter 14

Issue - State: open - Opened by RomanGhost over 4 years ago

#47 - Fixed missed variable initialization in chapter 5

Pull Request - State: open - Opened by DimaZet over 4 years ago

#45 - NameError in Chapter 4 notebook

Issue - State: open - Opened by deepaksuresh over 4 years ago

#44 - Chapter 15: batch size and import copy

Pull Request - State: open - Opened by t-kubrak over 4 years ago

#43 - chapter 10, is the `for row_start in range(layer_0.shape[1]-kernel_rows)` correct?

Issue - State: open - Opened by DawnEve almost 5 years ago - 2 comments

#42 - Chapter 8: Batch gradient descent. Wrong alpha value

Issue - State: open - Opened by cesarab almost 5 years ago

#41 - Question about delta in chapter 5

Issue - State: closed - Opened by BoxOfCereal almost 5 years ago

#40 - Chapter 15 small issue in train

Issue - State: open - Opened by logancyang almost 5 years ago - 2 comments

#39 - Chapter 10: CNN

Issue - State: closed - Opened by ariG23498 almost 5 years ago - 1 comment

#38 - Chapter-4-page-53

Issue - State: closed - Opened by danarchos almost 5 years ago

#37 - Chapter 6: layer_2_delta calculation

Issue - State: open - Opened by Vaticinator almost 5 years ago - 2 comments

#36 - Page 128, Ch. 6

Issue - State: open - Opened by ncfausti almost 5 years ago - 1 comment

#35 - Update Chapter14 - Intro to LSTMs - Learn to Write Like Shakespeare.i…

Pull Request - State: open - Opened by Shuyib almost 5 years ago

#34 - chapter 5-bugfix

Issue - State: open - Opened by rezabojnordi almost 5 years ago

#33 - small mistake in Chapter 15

Issue - State: open - Opened by moFang222 almost 5 years ago - 1 comment

#32 - github thinks the python code is raw text instead of code

Pull Request - State: open - Opened by wegfawefgawefg about 5 years ago

#31 - Chap8: the way of mini-batch gradient descent updating weights

Issue - State: open - Opened by shenxiangzhuang about 5 years ago - 6 comments

#30 - Ending Notes Suggestions

Issue - State: open - Opened by prateekrastogi about 5 years ago

#29 - Remove .ipynb_checkpoints temp folder

Pull Request - State: closed - Opened by cdeil about 5 years ago

#27 - Chapter 13 - Passing all ones tensors for backprop

Issue - State: open - Opened by danielepaliotta over 5 years ago

#26 - Added "weight_deltas" which fixes #25 and #3

Pull Request - State: open - Opened by Biswajit-Banerjee over 5 years ago - 1 comment

#25 - Chapter 5: Gradient Descent Learning with Multiple Inputs

Issue - State: open - Opened by sergeda over 5 years ago

#21 - Chapter 11: code formatting is broken

Issue - State: open - Opened by christophboesch over 5 years ago - 8 comments

#20 - Adding calculation to derive weight_deltas array

Pull Request - State: open - Opened by bopamo over 5 years ago - 2 comments

#19 - Chapter 13. P.244: Why the backprop is different for "mul"?

Issue - State: open - Opened by davidjones1 over 5 years ago - 1 comment

#18 - Weight updates in rnn

Issue - State: open - Opened by koulritesh98 over 5 years ago

#17 - Chapter 10

Issue - State: open - Opened by koulritesh98 over 5 years ago

#16 - Repeated iterations

Issue - State: closed - Opened by naruto678 almost 6 years ago - 2 comments

#15 - Activate layer 2 output using Relu()?

Issue - State: open - Opened by michaelmegliola about 6 years ago - 1 comment

#14 - Please add a LICENSE + A Rust Implementation

Issue - State: open - Opened by suyash about 6 years ago - 1 comment

#13 - Modified relu() and relu2deriv

Pull Request - State: closed - Opened by mahendrabishnoi2 about 6 years ago

#12 - Error: Hot and cold learning conditional (Section 4.6)

Issue - State: closed - Opened by mtn about 6 years ago - 1 comment

#11 - Error: Learning rate value (Section 4.6)

Issue - State: closed - Opened by mtn about 6 years ago - 1 comment

#10 - Update Chapter3 - Forward Propagation - Intro to Neural Prediction.i…

Pull Request - State: closed - Opened by karthikeyadarbha about 6 years ago - 2 comments

#9 - chapter8 relu2deriv

Issue - State: open - Opened by leeivan1007 about 6 years ago - 3 comments

#8 - small mistakes in Chapter 3

Issue - State: open - Opened by paulweill over 6 years ago - 1 comment

#7 - Just a suggestion

Issue - State: open - Opened by sam-thecoder over 6 years ago - 1 comment

#6 - Adding git ignore for ipynb checkpoints

Pull Request - State: closed - Opened by raghothams over 6 years ago

#5 - Add button to run code on JupyterLab on FloydHub

Pull Request - State: closed - Opened by whatrocks over 6 years ago

#4 - Add a docker compose file to run the sample notebooks in a container

Pull Request - State: closed - Opened by joergrosenkranz over 6 years ago - 1 comment

#2 - Where is book code? I am manning official Tech Proof reviewer

Issue - State: closed - Opened by davidfombella about 7 years ago - 1 comment

#1 - Adding working python3 versions of the book examples

Pull Request - State: closed - Opened by jhendric98 over 7 years ago