Skip to content
View azoulais's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report azoulais

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

Hi there 👋, I'm Shahar

I'm a Computer Science student at Ben-Gurion University of the Negev

  • 👋 Hi, I’m Shahar Azoulai
  • 👀 I’m interested in Data Science and its applications
  • 🌱 I’m currently learning Machine and Deep Learning
  • 💞️ I’m looking to collaborate on beginners open source projects
  • 🤝 I’m looking for new opportunities to start my professional career
  • 📫 azul.shahar@gmail.com

Connect with me:

ilana pervoi ilana pervoi

Languages and Tools:

Python C++ C Java TypeScript SQLite Linux

Pinned

  1. Facial-Expression-Recognition-DL-ASS1 Facial-Expression-Recognition-DL-ASS1 Public

    Working with the FER2013 dataset, the goal of this assignment was to empirically see and understand the impact of different architectures and hyper-parameters on prediction over the dataset.

    Jupyter Notebook

  2. MNIST-Classification-KNN-INABD-ASS1 MNIST-Classification-KNN-INABD-ASS1 Public

    An implementation of the KNN algorithm for digits classification on the MNIST database.

    Python

  3. MNIST-Classification-logistic-regression-OPTI-ASS3 MNIST-Classification-logistic-regression-OPTI-ASS3 Public

    An implementation of binary classification for distinguishing between the digits 0/1 and 8/9. Cost function minimization was applied using Gradient Descent and the Exact Newton methods.

    Python 1

  4. Course-registration-system-SPL-ASS3 Course-registration-system-SPL-ASS3 Public

    A basic server-client system for courses registration. In this assignment we have implemented a server based on the reactor design pattern and the encoder-decoder model. Our server is built in java…

    Java

  5. Star-Wars-SPL-ASS2 Star-Wars-SPL-ASS2 Public

    A simulation of concurrent attacks aspired by Star Wars. The goal of this assignment was to practicaly implement our theoretical knowledge of concurrency and multithreading.

    Java

  6. Vaccine-distribution-center-databse-SPL-ASS4 Vaccine-distribution-center-databse-SPL-ASS4 Public

    A database for managing covid-19 vaccines in a distribution center. In this assignment we have implemented the persistance pattern we have learned using python and sqlite3.

    Python