{"id":23089562,"url":"https://github.com/nullhawk/pytorch","last_synced_at":"2025-04-03T17:25:11.709Z","repository":{"id":254279550,"uuid":"846044184","full_name":"nullHawk/pytorch","owner":"nullHawk","description":"Deep Learning with PyTorch","archived":false,"fork":false,"pushed_at":"2024-11-23T05:50:21.000Z","size":3384,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T06:13:44.765Z","etag":null,"topics":["deep-learning","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullHawk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-22T12:31:19.000Z","updated_at":"2024-11-05T00:01:31.000Z","dependencies_parsed_at":"2024-11-05T01:17:01.472Z","dependency_job_id":"96a49393-d727-4f9c-9b22-e198d3b69273","html_url":"https://github.com/nullHawk/pytorch","commit_stats":null,"previous_names":["nullhawk/pytorch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fpytorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fpytorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fpytorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fpytorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullHawk","download_url":"https://codeload.github.com/nullHawk/pytorch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247044557,"owners_count":20874330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","pytorch"],"created_at":"2024-12-16T20:38:19.514Z","updated_at":"2025-04-03T17:25:11.688Z","avatar_url":"https://github.com/nullHawk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Pytorch\n\nThis repository contains the code snippets written by me during learning pytorch library for deep learning\n\n## Topics learned till now\n\n- Installing\n- Tensors\n- Autograd\n- Optimizer\n- Backpropagation\n- Gradient Descent with/without Autograd\n- NN module in pytorch\n- Linear Regression\n- Logistic Regression\n- Digit Recognition using Feed Forward Neural Network\n- Convolutional Neural Network\n\n## Setup\n\n- Creating conda enivronment\n  ```\n  $ conda create --name \u003cenv_name\u003e --file \u003cthis file\u003e\n  ```\n- Activating exisitng environment\n  ```\n  $ conda activate \u003cenv_name\u003e\n  $ conda install --file requirments.txt\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fpytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullhawk%2Fpytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fpytorch/lists"}