https://github.com/saikat-roy/tnn1718
Some of my code from the lecture TNN at the University of Bonn (WS 17/18)
https://github.com/saikat-roy/tnn1718
machine-learning neural-networks university-project
Last synced: 24 days ago
JSON representation
Some of my code from the lecture TNN at the University of Bonn (WS 17/18)
- Host: GitHub
- URL: https://github.com/saikat-roy/tnn1718
- Owner: saikat-roy
- Created: 2017-12-04T19:12:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T15:59:38.000Z (about 6 years ago)
- Last Synced: 2025-02-15T15:50:28.559Z (3 months ago)
- Topics: machine-learning, neural-networks, university-project
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical Neural Networks 17-18
Some of my code from my time at the lecture TNN at the University of Bonn (WS 2017/18). It was implemented mostly in Python2 and NumPy. The following are contained in this project:### Assignment_PA_D: Multi Neural Gas Model
A python based implementation of multi-neural gas model.### Assignment_PA_E: Regional and Online Learnable Field
A python based implementation of the ROLF model.