Skip to content
View jan-henkel's full-sized avatar
Block or Report

Block or report jan-henkel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ntb ntb Public

    ntb, which stands for neural toy box, is a small deep-learning framework written in Python (using NumPy). It was initially inspired by the cs231n assignments from Stanford University. Its syntax is…

    Jupyter Notebook

  2. char-rnn-tf char-rnn-tf Public

    Train a character-level RNN on an input textfile and generate samples. Inspired by Andrej Karpathy's char-rnn.

    Python

  3. GaussianElimination GaussianElimination Public

    This Gaussian elimination solver takes as input a matrix, transforms it into row echelon form and outputs all the steps in a LaTeX file, making it suitable for tedious homework assignments.

    Java 1 1

  4. MathParser MathParser Public

    A math expression parser, also used in my Mandelbrot project. Compiles expressions to interpreted bytecode. Project files include a user interface with a rudimentary function plotter.

    C++

  5. Notes Notes Public

    Small notetaking app. Uses crypto++ or QCA (Qt Cryptographic Architecture) for encryption.

    C++

  6. MandelbrotSet MandelbrotSet Public

    An application for rendering Mandelbrot-set like images using custom iterated formulas. Arbitrary image files can be used as color palettes. User defined coloring formulas determine which pixel fro…

    C++