Skip to content
View mustafa-sadiq's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report mustafa-sadiq

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

Pinned

  1. gridworld-value-iteration gridworld-value-iteration Public

    Solving a gridworld to demonstrate Markov decision process value iteration

    Python

  2. image-colorization image-colorization Public

    Image colorization to demonstrate k-means and logistic regression + using a ML library

    Python

  3. NATO-phonetic-alphabet NATO-phonetic-alphabet Public

    A simple calculator from input text to NATO phonetic alphabet

    HTML 1

  4. railway-booking-system railway-booking-system Public

    An online railway booking system to demonstrate a relational database system and queries using MySQL, Java, JDBC (Java Database Connectivity), HTML, JSP

    Java

  5. accidental-drug-related-deaths accidental-drug-related-deaths Public

    Analyzing and discussing accidental drug related deaths using R and RStudio and prediction using a linear model

    R

  6. ascii-chess ascii-chess Public

    ASCII Chess emulator in Java with valid move checking, Castling, En passant, Pawn promotion, Check and Checkmate identification and draw/resign options, to demonstrate object-oriented design

    Java