Skip to content
View ccarmesin's full-sized avatar
:octocat:
:octocat:
  • Frankfurt, Germany

Highlights

  • Pro
Block or Report

Block or report ccarmesin

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

Popular repositories

  1. simple-neural-network simple-neural-network Public

    A demonstration of a neural network trained on the XOR dataset, with multiple hidden layers, activations and momentums.

    Java 2

  2. visualisation-of-linear-regression visualisation-of-linear-regression Public

    This is a simple model, that tries to approximate the function y = m * x + b.

    JavaScript 2

  3. visualize-gradient-descent visualize-gradient-descent Public

    In this example you can live visualize how the gradient changes if we adjust the parameters. For visualizing the function I use Googles line chart on the left. To visualize the gradient at the righ…

    JavaScript 2

  4. tic-tac-toe tic-tac-toe Public

    This repo is a simple example of tic tac toe. It ueses the minimax algorithm with alpha-beta pruning to evaluate the best index on the board. Have fun playing against it!

    JavaScript 2

  5. simple-chess-ai simple-chess-ai Public

    This is a simple Chess AI, that uses the minimax algorithm(alpha-beta pruning) to evaluate the next few positions. It doesn't learn from played matches or any dataset. If you scroll down you can se…

    JavaScript 2

  6. XOR-solved-with-tensorflow XOR-solved-with-tensorflow Public

    My first python script

    Python 2