Skip to content
View Zivbz's full-sized avatar

Block or report Zivbz

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

Hi there πŸ‘‹

I'm Ziv, a Computer Science student, fascinated by new technologies and eager to learn something new every day. At the moment, I am trying different projects in various domains to broaden my knowledge and experience.

Pinned Loading

  1. Pneumonia-classification-Kaggle Pneumonia-classification-Kaggle Public

    EDA, pre-processing the data, selecting and testing a range of classification models, from simple machine learning models to neural networks models, and achieving a classifier with up to 95% accuracy.

    Jupyter Notebook

  2. Assembly-Simulator Assembly-Simulator Public

    Simulating an Assembler's work. Files with Assembly orders are received, errors are checked, orders are processed, and actions are generated accordingly.

    C

  3. AI-Pacman AI-Pacman Public

    Implementing various search algorithms using Python, some of which are BFS, DFS, A-star, and MINIMAX.

    Python