Skip to content
View S1naHeidari's full-sized avatar
  • Iran

Block or report S1naHeidari

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

    This is a simple flask API server. The code has been tested with %100 test coverage. Also, A command line interface was written to show API server's functionality.

    HTML 1

  2. JCP-Q-Learning JCP-Q-Learning Public

    An implementation of the Q-learning algorithm for Jack's Rental Car (JCP) problem.

    Python

  3. JCP-DQN JCP-DQN Public

    Deep Q-Network (DQN) implementation for the Jack's Rental Car (JCP) problem.

    Jupyter Notebook

  4. nlp_invertedIndex_tfidf nlp_invertedIndex_tfidf Public

    This program implements an inverted index and a boolean retrieval system using the created inverted index. Also, the program computes tf.idf values for every word-document co-occurrence. lastly, th…

    Python

  5. scheduling_simulation scheduling_simulation Public

    Simulation of SJF, FCFS and Round Robin algorithms in C. Implementation details are included in the repository.

    C