{"id":16428207,"url":"https://github.com/nazanin1369/miniflow","last_synced_at":"2025-06-27T21:37:31.553Z","repository":{"id":77814574,"uuid":"83390295","full_name":"Nazanin1369/miniFlow","owner":"Nazanin1369","description":"Building a Neural Network from scratch","archived":false,"fork":false,"pushed_at":"2017-03-04T22:57:53.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T20:49:44.875Z","etag":null,"topics":["backpropagation-learning-algorithm","neural-network"],"latest_commit_sha":null,"homepage":null,"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/Nazanin1369.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":"2017-02-28T04:41:59.000Z","updated_at":"2023-07-13T13:26:13.000Z","dependencies_parsed_at":"2023-06-04T19:45:32.952Z","dependency_job_id":null,"html_url":"https://github.com/Nazanin1369/miniFlow","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/Nazanin1369%2FminiFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nazanin1369%2FminiFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nazanin1369%2FminiFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nazanin1369%2FminiFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nazanin1369","download_url":"https://codeload.github.com/Nazanin1369/miniFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240616078,"owners_count":19829695,"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-learning-algorithm","neural-network"],"created_at":"2024-10-11T08:15:33.219Z","updated_at":"2025-02-25T06:27:28.263Z","avatar_url":"https://github.com/Nazanin1369.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### miniFlow\n####Building a Neural Network from scratch :tada: :cat:\n\nHere I have built a library called MiniFlow which will be my own version of TensorFlow!\n\nTensorFlow is one of the most popular open source neural network libraries, built by the team at Google Brain over just the last few years.\n\nSo why building MiniFlow?\n\nThe goal of this lab is to demystify two concepts at the heart of neural networks - **backpropagation** and **differentiable graphs**.\n\n* Backpropagation is the process by which neural networks update the weights of the network over time. (You may have seen it in this video earlier.)\n\n* Differentiable graphs are graphs where the nodes are differentiable functions. They are also useful as visual aids for understanding and calculating complicated derivatives. \n\nThis is the fundamental abstraction of TensorFlow - it's a framework for creating differentiable graphs.\n\nWith graphs and backpropagation, we will be able to create our own nodes and properly compute the derivatives. \n\nEven more importantly, we will be able to think and reason in terms of these graphs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazanin1369%2Fminiflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnazanin1369%2Fminiflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazanin1369%2Fminiflow/lists"}