{"id":13936539,"url":"https://github.com/parasdahal/deepnet","last_synced_at":"2025-07-19T22:30:37.461Z","repository":{"id":21843730,"uuid":"93240975","full_name":"parasdahal/deepnet","owner":"parasdahal","description":"Educational deep learning library in plain Numpy.","archived":false,"fork":false,"pushed_at":"2022-06-21T21:13:01.000Z","size":41,"stargazers_count":320,"open_issues_count":6,"forks_count":83,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-08-08T23:23:56.476Z","etag":null,"topics":["adagrad","adam-optimizer","batch-normalization","cnn","dropout","nesterov-accelerated-sgd"],"latest_commit_sha":null,"homepage":"https://deepnotes.io/implementing-cnn","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parasdahal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-03T10:25:02.000Z","updated_at":"2024-06-03T19:33:24.000Z","dependencies_parsed_at":"2022-09-15T22:13:12.693Z","dependency_job_id":null,"html_url":"https://github.com/parasdahal/deepnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasdahal%2Fdeepnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasdahal%2Fdeepnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasdahal%2Fdeepnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasdahal%2Fdeepnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasdahal","download_url":"https://codeload.github.com/parasdahal/deepnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226686729,"owners_count":17666928,"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":["adagrad","adam-optimizer","batch-normalization","cnn","dropout","nesterov-accelerated-sgd"],"created_at":"2024-08-07T23:02:45.897Z","updated_at":"2024-11-27T04:31:09.740Z","avatar_url":"https://github.com/parasdahal.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# deepnet\n\nImplementations of CNNs, RNNs and cool new techniques in deep learning\n\nNote: deepnet is a work in progress and things will be added gradually. It is not intended for production, use it to learn and study implementations of latest and greatest in deep learning.\n\n## What does it have?\n\n**Network Architecture**\n1. Convolutional net\n2. Feed forward net\n3. Recurrent net (LSTM/GRU coming soon)\n\n**Optimization Algorithms**\n1. SGD\n2. SGD with momentum\n3. Nesterov Accelerated Gradient\n4. Adagrad\n5. RMSprop\n6. Adam\n\n**Regularization**\n1. Dropout\n2. L1 and L2 Regularization\n\n**Cool Techniques**\n\n1. BatchNorm\n2. Xavier Weight Initialization\n\n**Nonlinearities**\n1. ReLU\n2. Sigmoid\n3. tanh\n\n\n## Usage\n\n1. ```virtualenv .env``` ; create a virtual environment\n2. ```source .env/bin/activate``` ; activate the virtual environment\n3. ```pip install -r requirements.txt``` ; Install dependencies\n4. ```python run_cnn.py {mnist|cifar10}``` ; mnist for shallow cnn and cifar10 for deep cnn","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasdahal%2Fdeepnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparasdahal%2Fdeepnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasdahal%2Fdeepnet/lists"}