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

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

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

#66 - Help Please

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

#65 - Something wrong with the code in chapter 10

Issue - State: open - Opened by Jason-XII 11 months ago

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

Pull Request - State: open - Opened by schutera over 1 year ago - 1 comment

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

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

#62 - chapter 6

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

#61 - 2nd edition?

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

#60 - Mistake in Ch3. code

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

#59 - Chapter 6 - layer_1_delta

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

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

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

#57 - Authorization to re-implement in another language

Issue - State: open - Opened by aPixelInSpace over 3 years ago - 2 comments

#56 - Inactive Activation gradients

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

#55 - ch 10 kernel weight update typo

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

#54 - fix: chapter8 batch processing

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

#52 - Missed variable

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

#51 - License

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

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

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

#49 - Chapter 4 - How is weight_delta computed ?

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

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

Issue - State: open - Opened by RomanGhost about 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

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

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

#41 - Question about delta in chapter 5

Issue - State: closed - Opened by BoxOfCereal over 4 years ago

#40 - Chapter 15 small issue in train

Issue - State: open - Opened by logancyang over 4 years ago - 2 comments

#39 - Chapter 10: CNN

Issue - State: closed - Opened by ariG23498 over 4 years ago - 1 comment

#38 - Chapter-4-page-53

Issue - State: closed - Opened by danarchos over 4 years ago

#37 - Chapter 6: layer_2_delta calculation

Issue - State: open - Opened by Vaticinator over 4 years ago - 2 comments

#36 - Page 128, Ch. 6

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

#34 - chapter 5-bugfix

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

#33 - small mistake in Chapter 15

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

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

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

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

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

#30 - Ending Notes Suggestions

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

#29 - Remove .ipynb_checkpoints temp folder

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

#28 - Chapter 15, section "Secure Aggregation" -- extra deepcopy?

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

#28 - Chapter 15, section "Secure Aggregation" -- extra deepcopy?

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

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

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

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

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

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

Issue - State: open - Opened by sergeda about 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 over 5 years ago - 2 comments

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

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

#14 - Please add a LICENSE + A Rust Implementation

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

#13 - Modified relu() and relu2deriv

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

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

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

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

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

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

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

#9 - chapter8 relu2deriv

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

#8 - small mistakes in Chapter 3

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

#7 - Just a suggestion

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

#6 - Adding git ignore for ipynb checkpoints

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

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

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

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

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

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

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

#1 - Adding working python3 versions of the book examples

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