{"id":20445715,"url":"https://github.com/sankhamukherjee/densitynn","last_synced_at":"2025-03-05T08:42:18.174Z","repository":{"id":39740314,"uuid":"191406270","full_name":"sankhaMukherjee/densityNN","owner":"sankhaMukherjee","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T05:14:52.000Z","size":10192,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T21:38:51.339Z","etag":null,"topics":["density-estimation","gaussian-mixture-models","gaussian-processes","noromalizing-flows"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/sankhaMukherjee.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}},"created_at":"2019-06-11T16:04:42.000Z","updated_at":"2023-11-07T10:10:16.000Z","dependencies_parsed_at":"2023-01-24T12:00:59.168Z","dependency_job_id":null,"html_url":"https://github.com/sankhaMukherjee/densityNN","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/sankhaMukherjee%2FdensityNN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankhaMukherjee%2FdensityNN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankhaMukherjee%2FdensityNN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankhaMukherjee%2FdensityNN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sankhaMukherjee","download_url":"https://codeload.github.com/sankhaMukherjee/densityNN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241997253,"owners_count":20055112,"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":["density-estimation","gaussian-mixture-models","gaussian-processes","noromalizing-flows"],"created_at":"2024-11-15T10:13:39.260Z","updated_at":"2025-03-05T08:42:18.152Z","avatar_url":"https://github.com/sankhaMukherjee.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# densityNN\n\nThis project is going to be used for studying density-based methods used in AI, including Gaussian Processes, variational flows, etc. We shall explore different ways of exploring the errors that neural networks might cause in a meaningful manner. \n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. his project, like all my other projects uses a particular project structure. Details of how to use this project is present in the [Wiki page](https://github.com/sankhaMukherjee/densityNN/wiki). Please visit that to understand the project sis structured.\n\n## Prerequisites\n\nYou will need to have a valid Python installation on your system. This has been tested with Python 3.6. It does not assume a particulay version of python, however, it makes no assertions of proper working, either on this version of Python, or on another. \n\n## Installing\n\nThe folloiwing installations are for \\*nix-like systems. This is currently tested in the following system: `Ubuntu 18.10`. \n\nFor installation, first close this repository, and generate the virtual environment required for running the programs. \n\nThis project framework uses [venv](https://docs.python.org/3/library/venv.html) for maintaining virtual environments. Please familiarize yourself with [venv](https://docs.python.org/3/library/venv.html) before working with this repository. You do not want to contaminate your system python while working with this repository.\n\nA convenient script for doing this is present in the file [`bin/vEnv.sh`](../master/bin/vEnv.sh). This is automatically do the following things:\n\n1. Generate a virtual environment\n2. activate this environment\n3. install all required libraries\n4. deactivate the virtual environment and return to the prompt. \n\nAt this point you are ready to run programs. However, remember that you will need to activate the virtual environment any time you use the program.\n\nFor activating your virtual environment, type `source env/bin/activate` in the project folder in [bash](https://www.gnu.org/software/bash/) or `source env/bin/activate.fish` if you are using the [fish](https://fishshell.com/) shell.\nFor deactivating, just type deactivate in your shell\n\n## Documentation\n\nDetailed documentation is present in the [Wiki](https://github.com/sankhaMukherjee/densityNN/wiki). The API generated is present in the repos website [website](https://sankhamukherjee.github.io/densityNN/index.html). \n\nSince this repo mainly comprises of a set of tutorials, the main page of the tutorials may be found [here](https://github.com/sankhaMukherjee/densityNN/wiki/done). This comprises of a set of tutorials that can be used for exploring density-based AI methodologies.\n\nHere are some quick links:\n\n| API Reference  |\n|----------------|\n| [API Main page](https://sankhamukherjee.github.io/densityNN/index.html) | \n| [Modules](https://sankhamukherjee.github.io/densityNN/modules.html) |\n| [lib](https://sankhamukherjee.github.io/densityNN/lib.html) |\n| Indices: [Index](https://sankhamukherjee.github.io/densityNN/genindex.html) \\| [Module Index](https://sankhamukherjee.github.io/densityNN/py-modindex.html)  |\n\n\n\n\n## Contributing\n\nPlaease see detailed instructions of how to contribute to this project [here](https://github.com/sankhaMukherjee/densityNN/wiki/Contributing).\n\n## Authors\n\nSankha S. Mukherjee - Initial work (2019)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n\n \n## References:\n\n1. Murphy K. P., Machine Learning: a Probabilistic Perspective,  ISBN-13: 978-0262018029, ISBN-10: 0262018020 \n2. Nando de Freitas, [Machine Learning 2013, Video Lectures](https://www.youtube.com/playlist?list=PLE6Wd9FR--EdyJ5lbFl8UuGjecvVw66F6)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankhamukherjee%2Fdensitynn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsankhamukherjee%2Fdensitynn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankhamukherjee%2Fdensitynn/lists"}