Guy Kabiri's repositories

Video-Classification

Video classification exercise using UCF101 data for training an early-fusion and SlowFast architecture model, both using the PyTorch Lightning framework.

Language:HTMLStargazers:13Issues:1Issues:0

Face-Mask-Detection

Object detection exercise for the Neural Networks for Computer Vision course. Using stratified KFold for data with multiple labels and instances, and self-implementation of mAP with multiple configurations.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

GCD-Calculator-in-C-using-Processes

An Exercise as a part of the `Operation Systems` course. Calculate the gcd of pairs of numbers using processes and pipes in C.

Language:CStargazers:1Issues:1Issues:0

Plant-Pathology-Competition

Kaggle's plant disease image classification competition. Finetuning pre-trained CNN models, loss functions, and optimizers in order to achieve better results.

Language:HTMLStargazers:1Issues:1Issues:0

CoffeeShop

Final project in C++ course (without using STL and templates).

Language:C++Stargazers:0Issues:1Issues:0

CoffeeShop-STL

Final project in C++ course (with STL and templates).

Language:C++Stargazers:0Issues:1Issues:1

Computer-Vision-Labs

Labs and assignments of `Computer Vision` course.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Cuboids-Shearsort-MPI

The Shearsort algorithm is implemented using Odd-Even sorting. In this implementation, C is used along with MPI.

Language:CStargazers:0Issues:1Issues:0

Image-Caption

Exercise on captioning images in the Neural Networks for Computer Vision course. Using the Flickr8K dataset, and simple encoder-decoder architecture. Evaluation based on Cross-Entropy loss and 4-gram Bleu score.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Parallel-Sequence-Alignment

Parallel sequence alignment program that finds the optimal mutation in one sequence of the other. Parallelizes CPU and GPU using OpenMP and CUDA, and communicates with multiple computers using MPI.

Language:CStargazers:0Issues:1Issues:0

Embedded-Systems-Lab1

A lab as part of the 'Embedded Systems' course. Using switches to control LEDs and generate sound.

Language:MakefileStargazers:0Issues:1Issues:0

Embedded-Systems-Lab2

A continue lab to 'Lab1' as part of the 'Embedded Systems' course. Using switches to control LEDs and generate sound, and controlling the LCD.

Language:MakefileStargazers:0Issues:1Issues:0

Embedded-Systems-Lab3

A lab as part of the 'Embedded Systems' course. Program a new characters into the RAM and display it on the LCD.

Language:MakefileStargazers:0Issues:1Issues:0

Four-in-a-Row

Four-in-a-Row game for a university course. Written in Python, using Tkinter and pyGame. Includes client-server communication over sockets and a multi-process logger with a listener.

Language:PythonStargazers:0Issues:0Issues:0

GCD-Calculator-in-C-using-Threads

An Exercise as a part of the `Operation Systems` course. Calculate the gcd of pairs of numbers using threads and mutex lock in C.

Language:CStargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

language_models

Keras implementations of three language models: character-level RNN, word-level RNN and Sentence VAE (Bowman, Vilnis et al 2016).

Language:PythonLicense:MITStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:1Issues:0