Skip to content
View guyez's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report guyez

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

Hey there

LinkedIn Facebook Instagram


My passion for software lies with dreaming up ideas and making them come true with elegant interfaces. I take great care in the experience, architecture, and code quality of the things I build.

I am also an open-source enthusiast. I learned a lot from the open-source community and I love how collaboration and knowledge sharing happened through open-source.

  • πŸ’¬ Ask me about anything, I am happy to help
  • πŸ“« How to reach me: @guyez

Who am I?

class WhoAmI:
   user = 'Simone Gayed Said'
   current_edu = "University of Bologna"
   hobbies = [
   		'Drawing',
   		'Watching Anime',
   		'Reading Sci-Fi Novels'
   		'Being up all Night chasing that ONE BUG...'
   	  ]

   def getCity():
   	return Bologna_Italy()

   def Ambitions():
   	LearnJapanese()
   	CreateSkyNet()
   	ClimbEverest()
   	# Assume 10 more awesome ambitions here  ;)
   

πŸ’» Technologies I Love

GIF

  • Artificial Intelligence
  • Machine Learning
  • Computer Vision
  • Natural Language Processing

Programming Languages

πŸ“Š This Week I Spent My Time On:

Other    28 hrs 48 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘   87.57 % 
Python   4 hrs 5 mins    β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   12.43 % 

Other Stuff

My github stats

Buy Me A Coffee

Popular repositories

  1. Optimization-Algorithms Optimization-Algorithms Public

    A comparison between implementations of different gradient-based optimization algorithms (Gradient Descent, Adam, Adamax, Nadam, Amsgrad). The comparison was made on some of the most common functio…

    Python 3

  2. Just-Dance-NAO Just-Dance-NAO Public

    Python 1

  3. Conditional-Generation-of-Faces Conditional-Generation-of-Faces Public

    The aim of this work is to generate new face images similar to training ones (the CelebA dataset) according to user specified attributes. To do that we ended up with an implementation of a Versatil…

    Jupyter Notebook 1

  4. Present-Wrapping-Problem Present-Wrapping-Problem Public

    CP and SMT model to solve the Present Wrapping Problem (PWP): given a wrapping paper roll of a certain dimen- sion and a list of presents, decide how to cut off pieces of paper so that all the pres…

    Python 1

  5. NLP NLP Public

    Jupyter Notebook 1

  6. Simple-Sparsely-Connected-NN Simple-Sparsely-Connected-NN Public

    Simple C++ implementation of a sparsely connected multi-layer neural network using OpenMP and CUDA for parallelization.

    C++ 1