Skip to content
View JacobInwald's full-sized avatar
  • Edinburgh

Highlights

  • Pro
Block or Report

Block or report JacobInwald

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. OCRAlgebra OCRAlgebra Public

    Neural Network to perform character recognition, performs okay. This was my A-Level project, and was my first time ever trying machine learning. I decided not to use any external libraries, apart f…

    TeX 1

  2. Hanoi-Search Hanoi-Search Public

    A nice implementation of tower of hanoi, not extremely efficient, can search around 51000 states per sec. Solves n=16 in around 6 mins so pretty happy. I used a custom heuristic, defined using the …

    Python 1

  3. generative-image-making generative-image-making Public

    Was a little foray into evolutionary AI. I wanted to emulate a painted image style so gave this a go. It creates a generation of shapes and adds them to the canvas if they make the image closer to …

    Python 1

  4. Seam-Carving Seam-Carving Public

    An implementation of the seminal Seam Carving paper. Made this primarily as a way to practise dynamic programming, but also because I thought the results looked cool. Not extremely efficient, takes…

    Python 1 1

  5. pwdtools pwdtools Public

    A set of tools for managing password security

    Python 1

  6. pwdtools-macgpu pwdtools-macgpu Public

    GPU-accelerated md5 cracker using the Metals framework, achieves 2.6GH/s-5.1GH/s on my machine (varies between the two). This will aspire to be a replica of pwd-tools but GPU-accelerated.

    Objective-C 1