Skip to content
View mervattamer's full-sized avatar

Block or report mervattamer

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. Face-Expression-Emoji-Classifier Face-Expression-Emoji-Classifier Public

    Facial Expression Recognition using Convolutional Neural Networks to classify the facial expressions and map them to equivalent emojis

    Jupyter Notebook

  2. CPU-Scheduling-using-Multilevel-Feedback--Queues CPU-Scheduling-using-Multilevel-Feedback--Queues Public

    C code to implement a multilevel feedback queue cpu scheduling algorithm using RoundRobin and FCFS queues

    C

  3. Maze-Solver-MDP Maze-Solver-MDP Public

    applying value and policy iterations to solve a maze randomly generated using prims algorithm

    Python

  4. sudoko-using-csp sudoko-using-csp Public

    A three mode Sudoku game where the puzzle is solved as a Constraint Satisfaction Problem by applying backtracking, Forward Check, LCV and MRV

    Python