Skip to content
View arezyhs's full-sized avatar
🎯
Focusing on my Computer Science degree.
🎯
Focusing on my Computer Science degree.

Highlights

  • Pro

Block or report arezyhs

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

About Me:

👋 Hello, I'm Arezyhs
🎓 Computer Science student at Universitas Negeri Surabaya (State University of Surabaya) with a passion for Data Science & Analytics.
🔍 I love working with data—exploring patterns, extracting insights, and turning raw numbers into meaningful stories. Currently sharpening my skills in Python and Machine Learning to dive deeper into the world of data.
🌱 Learning: Data Visualization (Matplotlib/Seaborn), Statistical Analysis, and Big Data tools.
💡 Interests: Open-source projects, AI/ML applications, and solving real-world problems with data-driven solutions.
📫 Let's connect! Reach me via GitHub or explore my repos below.


💻 Tech Stack:

Anaconda Pandas scikit-learn Matplotlib NumPy PyTorch Scipy TensorFlow

Popular repositories Loading

  1. eigenvalue-vector-matlab-and-python eigenvalue-vector-matlab-and-python Public

    This MATLAB program is designed to calculate eigenvalues and eigenvectors of a square matrix provided by the user. Eigenvalues and eigenvectors are fundamental concepts in linear algebra and have v…

    Jupyter Notebook 1

  2. Python-Digital-Image-Processing-Projects Python-Digital-Image-Processing-Projects Public

    Repositori GitHub ini digunakan untuk kolaborasi tugas akhir mata kuliah Pengolahan Citra Digital.

    Jupyter Notebook 1 1

  3. dicoding-backend-finalproject-bookshelf-api dicoding-backend-finalproject-bookshelf-api Public

    This is my final project for my Back End Developer course in Dicoding. The main feature of this project is... I forgot.

    JavaScript

  4. dicoding-machinelearning-finalproject-rockpaperscissor dicoding-machinelearning-finalproject-rockpaperscissor Public

    This is my final project for the Machine Learning course at DICODING. This project detects your hand sign and returns the output, indicating whether it's a rock, paper, or scissors

    Jupyter Notebook

  5. cplusplus-number-guessing-game cplusplus-number-guessing-game Public

    This C++ program is a simple number guessing game. The program generates a random number between 1 and 100, and the player's task is to guess the correct number within a limited number of attempts.

    C++

  6. cplusplus-simple-hanoi-tower cplusplus-simple-hanoi-tower Public

    The Tower of Hanoi is a classic mathematical puzzle that involves moving a stack of disks from one peg (tower) to another, subject to the constraint that only one disk can be moved at a time and no…

    C++