How to implement a simple Neural Network as interpolation function in Python using Keras
We show how to easily use a neural network to interpolate a noisy function in Python. The neural network API Keras on top of Tensorflow is used.
How to implement a simple Neural Network as interpolation function in Python using Keras
We show how to easily use a neural network to interpolate a noisy function in Python. The neural network API Keras on top of Tensorflow is used.
A simple Flask based Jukebox with responsive web interface
A simple Flask web application is demonstrated: How to to play internet radio streams from a remote computer. The streams are loaded from an SQLite database.
Load a Joomla website from static html files
A short howto is provided to make a Joomla site load from static html files. This yields a drastic increase in page speed.