Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylesayrs/gmmscratch
https://github.com/kylesayrs/gmmscratch
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kylesayrs/gmmscratch
- Owner: kylesayrs
- Created: 2023-11-18T17:17:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T18:28:40.000Z (about 1 year ago)
- Last Synced: 2023-11-22T19:31:22.083Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMM Scratch #
A hand implementation of negative log likelihood loss backpropogation for gaussian mixtures.## Usage ##
```
python3 demo.py
```