Skip to content
View IlyaKhalafi's full-sized avatar
  • Karaj, Iran
Block or Report

Block or report IlyaKhalafi

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
IlyaKhalafi/README.md

Hi, my name is ILYA 👋

  • 🎓 I'm currently studying BSc in Computer Science at Amirkabir University of Technology.
  • 💖 I'm interested in Deep Learning, specifically Deep Reinforcement Learning and Computer Vision.

📫 How to reach me?

Email Badge Yahoo! Linkedin Badge Skype Badge Chat on Telegram Github Badge Kaggle

⭐ Github Stats

ILYA's github stats

Pinned

  1. MohammadrezaAmani/UniLand MohammadrezaAmani/UniLand Public

    A highly modular and diverse Telegram Bot for universities and institutions written in python. This is the effort of a group of eight CS students at AUT as the final project for Software Engineerin…

    Python 18 1

  2. UploadBot UploadBot Public

    Simple telegram bot to upload and download files on telegram messenger

    Python 1 5

  3. Codeforces-ACMSGURU-Solutions Codeforces-ACMSGURU-Solutions Public

    My submissions for some of acmguru problems at codeforces

    C++ 2

  4. Simple implementation of genetic alg... Simple implementation of genetic algorithm to optimize a tensorflow neural network for OpenAI gym envirnments
    1
    # standard libraries
    2
    import logging
    3
    import os
    4
    os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'  # FATAL
    5
    logging.getLogger('tensorflow').setLevel(logging.FATAL)