Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started with Neural Networks #151

Merged
merged 21 commits into from
Mar 17, 2021

Conversation

0xnakul
Copy link
Collaborator

@0xnakul 0xnakul commented Mar 17, 2021

References to other Issues or PRs or Relevant literature

Initiated work on #12

Brief description of what is fixed or changed

  • Added base optimizer class.
  • Added SGD optimizer to work with multiple parameters.
  • Added modules related to neural networks.
  • Added Linear Layer and a rough implementation of Sequential model.
  • Updated some activation functions and MSELoss to work with autograd.

Please refer to commit history for more info.

Other comments

@kwanit1142 kwanit1142 merged commit 2b7db3c into RoboticsClubIITJ:master Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants