Ecosyste.ms: Issues

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

GitHub / karpathy/micrograd issues and pull requests

#81 - Another way of gradient backward backpropagation

Issue - State: open - Opened by ickma2311 12 days ago - 2 comments

#80 - Create SECURITY.md

Pull Request - State: open - Opened by AmruthNavaneeth about 1 month ago

#79 - Readme ala cmacros

Pull Request - State: closed - Opened by tomaklutfu about 2 months ago - 1 comment

#78 - Question/Idea: Automatic Gradient Clearing

Issue - State: open - Opened by AhmedThahir 2 months ago

#77 - Is `y = x * x` an edge case?

Issue - State: closed - Opened by Anindyadeep 3 months ago

#76 - radd

Issue - State: open - Opened by ankannn10 3 months ago

#74 - added tanh nonlinearity function to engine.py

Pull Request - State: open - Opened by Naren219 3 months ago

#73 - readable text representaton

Pull Request - State: open - Opened by erenkotar 3 months ago

#71 - Fix inheritance to allow adding new methods to base class

Pull Request - State: open - Opened by dhern023 4 months ago

#71 - Fix inheritance bug

Pull Request - State: open - Opened by dhern023 4 months ago

#68 - backward member implementation question

Issue - State: open - Opened by strisys 5 months ago - 1 comment

#67 - Topological sort - bug

Issue - State: open - Opened by gordicaleksa 5 months ago - 3 comments

#66 - insert something

Pull Request - State: closed - Opened by jawad1git 6 months ago - 2 comments

#65 - Adjusting parameters by sign and magnitude of gradient

Issue - State: open - Opened by kippsoftware 6 months ago - 1 comment

#64 - Simplified backpropagation removing toposort

Pull Request - State: closed - Opened by jcarlosroldan 6 months ago - 2 comments

#63 - Fixing tiny issue

Pull Request - State: open - Opened by bit-soham 7 months ago - 2 comments

#62 - Demonstrate how to add JIT using MLIR to micrograd

Pull Request - State: open - Opened by fzakaria 7 months ago

#61 - Update README.md to add notebook paths.

Pull Request - State: open - Opened by biranyucel 7 months ago

#60 - Reseting the grad of weights and biases is not enough

Issue - State: closed - Opened by zurtal 9 months ago - 1 comment

#59 - Video lecture companion notebook

Pull Request - State: closed - Opened by sanjeev3 9 months ago

#58 - Fix - Sub operation backward method

Pull Request - State: closed - Opened by Vamsi995 9 months ago

#57 - Regarding the gradient update of the __sub__ operation

Issue - State: closed - Opened by Vamsi995 9 months ago - 1 comment

#56 - Fix __rsub and __rtruediv

Pull Request - State: open - Opened by adubovkin 10 months ago

#55 - Big speedup

Pull Request - State: open - Opened by panzi 12 months ago - 1 comment

#54 - Ensure backward() idempotence

Pull Request - State: closed - Opened by eggsyntax 12 months ago - 1 comment

#53 - Ensure backward() is idempotent

Issue - State: closed - Opened by eggsyntax 12 months ago - 4 comments

#52 - Another MiniGrad with the RAdam optimizer.

Issue - State: open - Opened by haixu-qin about 1 year ago

#51 - Add CI

Pull Request - State: closed - Opened by tekknolagi about 1 year ago - 1 comment

#50 - Vectorized modification with GPU support.

Issue - State: open - Opened by rohit-krish about 1 year ago

#49 - Add missing import in README

Pull Request - State: open - Opened by tekknolagi about 1 year ago

#48 - improve readability

Pull Request - State: open - Opened by preveen-stack about 1 year ago

#47 - Transformer nn methods

Pull Request - State: closed - Opened by MihailoMilenkovic about 1 year ago - 1 comment

#46 - (nit) correct function indentation

Pull Request - State: closed - Opened by dmitris over 1 year ago - 1 comment

#45 - Added functional, simple math

Pull Request - State: closed - Opened by jcallaham over 1 year ago - 1 comment

#44 - Vectorized implementation with PyTorch flavor

Issue - State: open - Opened by conscell over 1 year ago

#43 - housekeeping/gitignore

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

#42 - Fixed negative ** Value

Pull Request - State: closed - Opened by Weikang01 over 1 year ago

#41 - Add support for Value ** Value

Pull Request - State: open - Opened by Weikang01 over 1 year ago - 4 comments

#40 - Rename engine.py to value.py

Issue - State: open - Opened by PopovMP over 1 year ago

#39 - Avoid unnecessary __radd__ and __rmul__ calls

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

#38 - gitignore pycache

Pull Request - State: closed - Opened by NickDrew over 1 year ago

#37 - A tensor version for micrograd inpired by this work

Issue - State: open - Opened by hkxIron over 1 year ago

#36 - update pow and rpow

Pull Request - State: open - Opened by arijit-hub over 1 year ago

#35 - Update __pow__() and __rpow__() method

Pull Request - State: closed - Opened by arijit-hub over 1 year ago

#34 - simplify back propagation (remove unnecessary sequence traversal)

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

#33 - Dev

Pull Request - State: closed - Opened by abahnasy over 1 year ago

#31 - Sequential MLP implementation

Issue - State: open - Opened by AndreiMoraru123 over 1 year ago

#30 - Potentially more elegant solution

Pull Request - State: closed - Opened by DavidHidvegi over 1 year ago

#29 - Adding tanh and Sigmoid functions

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

#28 - _backward as lambdas?

Issue - State: open - Opened by ondras over 1 year ago - 3 comments

#27 - added `star-history`

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

#26 - Readme section to help with running jupyter notebook examples

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

#25 - Issue with zero_grad?

Issue - State: closed - Opened by sky87 almost 2 years ago - 5 comments

#24 - Add youtube1 notebook for first part of YT video

Pull Request - State: closed - Opened by BrianSigafoos almost 2 years ago

#23 - Simplify topo sorted traversal to depth first traversal

Pull Request - State: closed - Opened by mbertheau almost 2 years ago - 1 comment

#22 - Homework Assignment Error with softmax activation function

Issue - State: open - Opened by Athe-kunal almost 2 years ago - 1 comment

#21 - Noob question about backprop implementation

Issue - State: closed - Opened by khanigoo almost 2 years ago - 4 comments

#20 - micrograd.NET: C# port for .NET developers

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

#19 - Added note about .NET version

Pull Request - State: open - Opened by tymtam2 about 2 years ago

#18 - More accurate accuracy

Pull Request - State: closed - Opened by tymtam2 about 2 years ago - 1 comment

#17 - `other` should have a gradient in `__pow__` (?)

Issue - State: closed - Opened by rokkosan about 2 years ago - 2 comments

#16 - Bugfix : Value class initializer

Pull Request - State: closed - Opened by Kulwa-silya about 2 years ago - 1 comment

#15 - Add exp tanh to value

Pull Request - State: closed - Opened by bradklingensmith about 2 years ago - 4 comments

#14 - Visual changes

Pull Request - State: open - Opened by coredeveloper about 2 years ago - 1 comment

#13 - handle single input neuron returned by layer with single output

Pull Request - State: open - Opened by jonasrauber over 3 years ago

#12 - Adding requires_grad flag to Value class

Pull Request - State: open - Opened by rhalbersma almost 4 years ago - 2 comments

#11 - Appreciation and seed to GPU Support using PyCuda

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

#10 - Add exp to engine.Value

Pull Request - State: open - Opened by ritesh99rakesh over 4 years ago - 3 comments

#9 - implementing image classification using MNIST with micrograd

Pull Request - State: open - Opened by newcodevelop over 4 years ago - 1 comment

#8 - Adding higher order gradients

Pull Request - State: open - Opened by evcu over 4 years ago - 12 comments

#7 - add github actions workflows

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

#6 - PyPI package

Issue - State: closed - Opened by aaditkapoor over 4 years ago - 2 comments

#5 - Actually use h variable in example

Pull Request - State: closed - Opened by bpesquet over 4 years ago - 4 comments

#3 - Grad should be a Value instead of python/numpy scalar

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

#2 - Incorrect gradient when non-leaf Values are re-used

Issue - State: closed - Opened by karpathy over 4 years ago - 3 comments

#1 - the svm max-loss had been implemented to have a negative score when t…

Pull Request - State: closed - Opened by sinjax over 4 years ago - 2 comments