Skip to content
View MoeinYGH's full-sized avatar

Block or report MoeinYGH

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. SkinLesionClassifer-Tensorflow SkinLesionClassifer-Tensorflow Public

    A CNN-based skin lesion classifier trained on the HAM10000 dataset. Includes data preprocessing, model training, evaluation, and visualization of predictions for 7 skin cancer types.

    Python 1

  2. CPLAB_Third_Homework CPLAB_Third_Homework Public

    Forked from saeed77t/CPLAB_Third_Homework

    this is the third homework of the computer lab course

    HTML

  3. MIPS-Verilog MIPS-Verilog Public

    A single-cycle MIPS processor in Verilog that supports core R, I, and J-type instructions. Includes a test program that computes the dot product of two 4-element vectors, showcasing instruction fet…

    Verilog

  4. TheGameOfLife-MIPS TheGameOfLife-MIPS Public

    Conway’s Game of Life implemented in MIPS assembly on an 8×12 grid. Supports walls, toroidal wrapping, and standard life rules. Runs for a set number of iterations or stops if stable. Outputs the f…

    Assembly

  5. JouleThief-Proteus JouleThief-Proteus Public

    A collection of circuits demonstrating energy harvesting and simple wireless transmission: Joule Thief boost converter to light LEDs from low voltages, plus AM and FM modulation examples for encodi…

  6. Chess-JAVA Chess-JAVA Public

    A simple chess game in Java with all basic rules (including promotion). Player vs player only; no AI implemented.

    Java