Skip to content
View mehmetakyuz's full-sized avatar

Block or report mehmetakyuz

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 Loading

  1. char-rnn char-rnn Public

    Forked from karpathy/char-rnn

    Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch

    Lua

  2. django django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python

  3. neuraltalk2 neuraltalk2 Public

    Forked from karpathy/neuraltalk2

    Efficient Image Captioning code in Torch, runs on GPU

    Jupyter Notebook

  4. Lambda calculus python Lambda calculus python
    1
    # Boolean
    2
    T = lambda x, y: x
    3
    F = lambda x, y: y
    4
    AND = lambda a, b: a (b, F)
    5
    ## test AND
  5. algorithms algorithms Public

    Forked from keon/algorithms

    Minimal examples of data structures and algorithms in Python

    Python

  6. ML-From-Scratch ML-From-Scratch Public

    Forked from eriklindernoren/ML-From-Scratch

    Bare bones Python implementations of various Machine Learning models and algorithms.

    Python