Skip to content
View Nour-Sadek's full-sized avatar

Block or report Nour-Sadek

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

Pinned Loading

  1. Training-CNN-on-CIFAR10 Training-CNN-on-CIFAR10 Public

    Practicing using pytorch and using CNNs by attempting to train a CNN on the CIFAR-10 data set

    Python

  2. SimCLR-and-RNN-on-CIFAR10 SimCLR-and-RNN-on-CIFAR10 Public

    Implementing self-supervised Contrastive Learning using simCLR as outlined on the paper "A Simple Framework for Contrastive Learning of Visual Representations", as well as separately implementing a…

    Python

  3. Custom-Decision-Tree-and-Random-Forest Custom-Decision-Tree-and-Random-Forest Public

    Custom Regression and Classification Decision Trees and custom Random Forest

    Python

  4. Real-Time-Chat Real-Time-Chat Public

    A simple multi-user chat application built using WebSockets. It supports public chats where all users of the app can send and see messages, and private chat between two app users.

    JavaScript

  5. Graph-Algorithms-Visualizer Graph-Algorithms-Visualizer Public

    This project builds a Java GUI application with Swing to create graphs and visualize graph algorithms

    Java 3

  6. Desktop-Tic-Tac-Toe Desktop-Tic-Tac-Toe Public

    This project creates a desktop version of the game Tic-Tac-Toe using the Swing graphics library

    Java