{"id":16653189,"url":"https://github.com/anuraganalog/neural-networks","last_synced_at":"2025-10-29T17:42:18.844Z","repository":{"id":40959682,"uuid":"245618255","full_name":"AnuragAnalog/Neural-Networks","owner":"AnuragAnalog","description":"Implementing Neural Networks from scratch","archived":false,"fork":false,"pushed_at":"2022-10-15T19:22:28.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T10:09:45.524Z","etag":null,"topics":["backpropagation","dataset","feedforward","hopfield-network","metrics","neural-networks","neurons","programs","python3","splitting","testing","training","visualization"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnuragAnalog.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":"2020-03-07T11:12:52.000Z","updated_at":"2024-09-10T15:12:47.000Z","dependencies_parsed_at":"2023-01-19T21:31:15.514Z","dependency_job_id":null,"html_url":"https://github.com/AnuragAnalog/Neural-Networks","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/AnuragAnalog%2FNeural-Networks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FNeural-Networks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FNeural-Networks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FNeural-Networks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnuragAnalog","download_url":"https://codeload.github.com/AnuragAnalog/Neural-Networks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258505,"owners_count":20262300,"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":["backpropagation","dataset","feedforward","hopfield-network","metrics","neural-networks","neurons","programs","python3","splitting","testing","training","visualization"],"created_at":"2024-10-12T09:43:28.357Z","updated_at":"2025-10-29T17:42:18.756Z","avatar_url":"https://github.com/AnuragAnalog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neural Networks\n\nMy implementation of different neural network models from scratch in Python\n\n## NN Models\n\n* Single Layer Perceptron\n\n* HopField Network\n\n## Activation Functions\n\nIt's part in the **Nerual Networks**, which says whether the neuron should be active or not.\n\n* *Sigmoid*\n\nIt is a characteristic S-shaped function; the domain of the function is R, which maps to a range of [0, 1], also called a logistic function.\n\n![sigmoid](./Activation-functions/sigmoid.png)\n\n* *ReLU*\n\nIt is a piecewise function, which outputs the number itself if +ve else 0.\n\n![relu](./Activation-functions/relu.png)\n\n* Softmax\n\nIt's a mathematical function which gives a normalized exponential vector of n-input vector, which is probabilistic distribution.\n\n![softmax](./Activation-functions/softmax.jpg)\n\n## Assignments\n\n\u003e Check the readme's in the directories for more description\n\n* assignment1: Implementing Single layer Perception\n\n* assignment2: Implementing Hopfield network\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraganalog%2Fneural-networks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuraganalog%2Fneural-networks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraganalog%2Fneural-networks/lists"}