HassanMahmoudd
NLP Researcher at DFKI | M.Sc. in CS (AI & Data Science) | Previously at Bosch, Max-Planck & Amazon | Machine Learning - Software Engineer.
German Research Center for Artificial Intelligence (DFKI)Mannheim, Germany
Pinned Repositories
8051-Based-Softwares
Some programs made as an application for 8051 microcontroller like Piano (Generating middle octave tones using their different frequencies) & A signal generator with variable duty cycles depending on the input from the user
Bike-Sharing-Number-of-Riders-Prediction
This Normal Neural Network predict the number of bike-share users on a given day.
Character-Wise-RNN
This Recurrent NN predicts character by character sequence depending on a book by Anna Karenina. Credits goes to Deep Learning Nanodegree by Udacity®
DataStructures-Algorithms
Implmentation of Basic Data Structures & Sorting Algorithms
DFKI-cifar10
Test project for DFKI on cifar10 dataset
DFKI-cifar10-project
Ordering-System
An ordering system for restaurant "Akl-Shaware3"
SIC-Assembler
It reads any Assembly Code file & generates its corresponding Object file & List file
Social-Network
A simple website where you can post any of your thoughts & you can like any of others’ posts & edit or delete yours
Stop-And-Wait-Reliable-Data-Transfer
Computer Networks Group Project to implement Stop & Wait Data Transfer Protocol
HassanMahmoudd's Repositories
HassanMahmoudd/8051-Based-Softwares
Some programs made as an application for 8051 microcontroller like Piano (Generating middle octave tones using their different frequencies) & A signal generator with variable duty cycles depending on the input from the user
HassanMahmoudd/Bike-Sharing-Number-of-Riders-Prediction
This Normal Neural Network predict the number of bike-share users on a given day.
HassanMahmoudd/Character-Wise-RNN
This Recurrent NN predicts character by character sequence depending on a book by Anna Karenina. Credits goes to Deep Learning Nanodegree by Udacity®
HassanMahmoudd/DataStructures-Algorithms
Implmentation of Basic Data Structures & Sorting Algorithms
HassanMahmoudd/DFKI-cifar10
Test project for DFKI on cifar10 dataset
HassanMahmoudd/DFKI-cifar10-project
HassanMahmoudd/Ordering-System
An ordering system for restaurant "Akl-Shaware3"
HassanMahmoudd/SIC-Assembler
It reads any Assembly Code file & generates its corresponding Object file & List file
HassanMahmoudd/Social-Network
A simple website where you can post any of your thoughts & you can like any of others’ posts & edit or delete yours
HassanMahmoudd/Stop-And-Wait-Reliable-Data-Transfer
Computer Networks Group Project to implement Stop & Wait Data Transfer Protocol
HassanMahmoudd/Distributed_Client_Server_Application
It's a simulation for a system where there are clients communicate with the server through sockets. They can read and write a certain value. Server responsibility is to handle multiple request through threads and protect this certain value from parallel modifications.
HassanMahmoudd/Dog-Breed-Classifier
This Convolutional NN classifies dog or human image to the nearest dog breed using Transfer Learning.
HassanMahmoudd/eCommerce
A website to post your products and sell them online
HassanMahmoudd/Information_Retrieval
Problem is defined as the task to implement a system that takes an input (query) and returns certain number of the most relevant documents with their rank. Afterwards the most relevant sentences from these documents are ranked and retrieved. The goal is to get the answer to the query from one of the top ranked documents and sentences.
HassanMahmoudd/Paint-App
A painter program where you can draw any shape, resize, move or modify them, You can undo & save all of your paintings
HassanMahmoudd/Phonebook
A simple phonebook to add, remove, search & view all contacts.
HassanMahmoudd/Photista
Photista will organize photos into categorizes & each photo will be categorized & given a title so that the user can search & find them easily, Also the user can write a comment or a description on each photo, Also he can add any special picture in his favourites category.
HassanMahmoudd/Quiz-Application
A quiz application where user can enter the questions & answers for a quiz then solve it & know his final mark, Made using JavaFX library.
HassanMahmoudd/Sentiment-Classification-for-Movie-Reviews
This Normal Neural Network classifies reviews as positive or negative. Credits goes to Deep Learning Nanodegree by Udacity®
HassanMahmoudd/Sentiment-Prediction-RNN
This Recurrent NN classifies reviews as positive or negative. Credits goes to Deep Learning Nanodegree by Udacity®
HassanMahmoudd/Simple-Interpreter
A simple interpreter where it interpret any expression given using infix to postfix & postfix evaluation
HassanMahmoudd/Socialite
A Complete Social Network Platform where you can find friends, add them, post to their timeline, comment & like posts, real-time notifications & much more ..
HassanMahmoudd/Transformer-Scratch
Building and training a transformer model from scratch on the German-English translation task of WMT'13.
HassanMahmoudd/TV-Script-Generation
This Recurrent NN predicts word by word TV scripts from the Simpsons series trained on previous 27 seasons.
HassanMahmoudd/Windows10-Calculator