An open API service indexing awesome lists of open source software.

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)

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.