Skip to content
View redahamdouch's full-sized avatar
:octocat:
DS
:octocat:
DS

Block or report redahamdouch

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

Hello World ! I'm Réda Hamdouch 👋.

  • I'm a Data Science Consultant based in Paris, passionate about solving complex problems levragin insifhts from Data. I thrive in environments where both technical and strategic challenges come together to create impactful solutions.

  • Project I am currently working on: Uber Personal Data viewer Using streamit, I'm currently working on a personal project to make personal data collected by Uber more accessible. Under GDPR regulations, users can request their data from companies, but the format is often hard to interpret. My tool simplifies this data, providing users with an intuitive interface to uncover insights that are often hidden or difficult to access. The goal is to empower individuals with a clear view of their own data. I look forward to sharing this project once it has reached its full potential

  • My infos :

Throughout my studies, I have done a number of projects all related to the world of Big Data, whether as part of a group project, or subjects that I wanted to explore out of curiosity In this portfolio, I put at your disposal the following projects:

Available Projects

  • Resolution of a Rubik's cube with a video capture of the cube configuration and resolution with a virtual 3D replication.

Snapchots of the Rubik's cube solver Snapchots of the Rubik's cube solver. Left: Acqusition phase, Right: 3D Modelisation phase Rubik's cuve solver

  • Gif showing some steps towards the resolution of the Rubiks cube produced by our modelling
  • In this project, the objective is to experiment with several methods to characterise an image (VLAD, histogram, bag of visual words) in order to perform image search engines. The tests conducted allow us to characterise each method in terms of accuracy and execution time.

image-engine

-Left: Evolution of recall/precision curves as a function of the size of the vocabulary used, Middle: How visual descriptors works, Right: Evolution of query processing time as a function of vocabulary size.

  • The objective of this project is to explore several clustering methods in a marketing context. We wish to segment a sample of consumers into groups with similarities. clustering
  • Left: Dendogram with a choice of 4 clusters Middle: Result of segmentation of the dataset according to two parameters Right: Elbow technique to determine the ideal number of clusters

titanic

  • Left: Gender distribution of survivors Middle: Illustration of the sinking of the titanic Right: Correlation matrix

  • This project represents one of my first takes on a classification task using "classical" machine learning models. The subject concerns a well-known challenge in data science: the prediction of the survival of the passengers of the sinking of the titanic.

  • From data analysis, feature engineering, and data transformation to the benchmarking of several models, I was able to achieve 81% accuracy in prediction using a Support Vector Model.

  • This project aims to manipulate a dataset for analytical purposes. The objective is to answer some analytical questions which requires a work of preprocessing, cleaning, manipulation, conversion, visualization of data using Python's Pandas

example of analytics

Example of the output for the question: How many acquisitions did the company with the most acquisitions make per year?

Other projects :

NLP Classfier : Determining to which category an innovation project belongs.

  • The objective of this project is to create a tool able to extract the market research categories of an innovation project from its textual description. I carried out this project with the help of transformers (BERT). The final objective is to create a Data Visualisation tool to compute the results of this classification in a dynamic and intuitive way. I therefore opted for a sunburst diagram, an example of which is shown below

  • Note : this digram is the output produced by the classifier with as an input a project which proposes a technology for skin cancer diagnosis using visual sensors and deep-learning models.

sunburst A Sunburst diagram is useful for visualising hierarchical data, represented by concentric circles. Here are the different pieces of information it groups together:

  • The centre circle represents the root nodes, which in our case represents the meta-categories(Healthcare + Telecomunication and Computing).
  • The hierarchical relationships between the categories are also represented, going from the centre to the outside of the circle.
  • A colour code is present to distinguish the different meta-categories and the underlying categories (e.g. Telecommunications and Computing and its sub-categories in red, Healthcare and its sub-categories in blue)
  • The relevance of the categories is represented by the shade of the colour: the more relevant the category is, the darker the colour (e.g. Therapeutic Area relevant, Computing and Technology a little less)

Computer Vision model: Home Furniture detection in images

  • Trained on about 3000 annotated images, I created an object detection model, able to detect the presence of 26 different pieces of furniture on an image. An example of detection performed by the model is available below:

detection

  • This project required a benchmark of several object detection models, in order to get the most out of the state of the art. Since the models needed a lot of computational power, I trained these models on the cloud (AWS).

Popular repositories Loading

  1. Rubiks_solver Rubiks_solver Public

    Resolution of a Rubik's cube with a video capture of the cube configuration and resolution with a virtual 3D replication.

    Python 1

  2. image_search_engine image_search_engine Public

    In this project, the objective is to experiment several methods to characterise an image (VLAD, histogram, bag of visual words) in order to perform image search engines. The tests conducted allow u…

    Jupyter Notebook 1

  3. Analytics_pandas Analytics_pandas Public

    This project aims to manipulate a dataset for analytical purposes. The objective is to answer some analytical questions which requires a work of preprocessing, cleaning, manipulation, conversion, v…

    Jupyter Notebook

  4. redahamdouch redahamdouch Public

    Readme for my github portfolio

  5. consumer_cluster_segmentation consumer_cluster_segmentation Public

    The objective of this project is to explore several clustering methods in a marketing context. We wish to segment a sample of consumers into groups with similarities.

  6. titanic_classifier titanic_classifier Public

    Jupyter Notebook