Gehad Hisham's repositories

Simple-CLI-Tool-with-Golang

Create a command line tool which counts the character, words or line in a file.

Language:GoStargazers:0Issues:0Issues:0

statistics-for-data-scientists

Code and data associated with the book "Statistics for Data Scientists: 50 Essential Concepts"

Stargazers:0Issues:0Issues:0

Analyze-A-B-Test-Results-

For this project, I will be working to understand the results of an A/B test run by an e-commerce website. The goal is to work through this notebook to help the company understand if they should implement the new page, keep the old page, or perhaps run the experiment longer to make their decision.

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

Binary-Tree-with-a-mathematical-expression-

The project is to build a binary tree with a mathematical expression maybe something like this : 2*4-5 , this is the first version of it, the second version is to add parentheses: (2+3)*4

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

Investigate-the-TMDb-movie-dataset

The main purpose of this investigation is to find what makes the movie success, in other words, what can effect on the Revenue and the Rating of the movie, are the most popular movies make more money than others? does the actor effects on the movie popularity, and so on.

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

WQU-DS-Unit-1

WorldQuant University's Data Science Unit-1 (Scientific Computing and Python for Data Science) lectures and my code solutions

Stargazers:2Issues:0Issues:0

No-Show-Appointment

In this project we are going to work with no-show appointment to get closer look to what makes people donot show in their appointment.

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

Arithmetic-Arranger-

Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side. The function should optionally take a second argument. When the second argument is set to `True`, the answers should be displayed. ### For example Function Call: ```py arithmetic_arranger(["32 + 698", "3801 - 2", "45 + 43", "123 + 49"]) ``` Output: ``` 32 3801 45 123 + 698 - 2 + 43 + 49 ----- ------ ---- ----- ```

Language:PythonStargazers:0Issues:0Issues:0

Exploring-67-years-of-LEGO

In this project we will explore a database of every LEGO set ever built.

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

Tic-tac-toe-game

Simple Dynamic Tic tac toe game using python

Language:PythonStargazers:0Issues:0Issues:0

ocr-with-tesseract

A comprehensive tutorial for OCR in python using Tesseract-OCR and OpenCV

Stargazers:0Issues:0Issues:0

os

Operating system schedule with difference arrival time

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

textDetectionWithScriptID

Fully Convolutional Neural Network for Text Detection in Scene/Document with Script ID supports.

Stargazers:0Issues:0Issues:0

hyperparameter_optimization_strategies

This is the Code for "How Do I Find the Best Hyperparameters?- The Math of Intelligence #7" By Siraj Raval on Youtube

Stargazers:0Issues:0Issues:0