Git Product home page Git Product logo

Hesham Morgan's Projects

-comarison-between-keras-optimizers-in-ann-by-keras-library icon -comarison-between-keras-optimizers-in-ann-by-keras-library

comarison between Keras optimizers in ANN by keras library 1-class SGD: Gradient descent (with momentum) optimizer. 2-class Adagrad: Optimizer that implements the Adagrad algorithm. 3-class Adadelta: Optimizer that implements the Adadelta algorithm.¶ 4-class RMSprop: Optimizer that implements the RMSprop algorithm. 5-class Adam: Optimizer that implements the Adam algorithm. 6-class Adamax: Optimizer that implements the Adamax algorithm. 7-class Nadam: Optimizer that implements the NAdam algorithm. 8-class AMSgrad: is a recent proposed improvement to Adam.

build-a-bird-eye-view- icon build-a-bird-eye-view-

In this project we will build a Bird View for image and video​ that be detected from a car in road.¶ We will go through 4 tasks to implement our project: Task 1: Importing libraries Task 2: Read the Image and make a grid Task3: Build a Bird View for image Task4 :Build a Bird View for video

build-portrait-live-mode-with-blurring icon build-portrait-live-mode-with-blurring

In this project ,we will Build Portrait Live Mode with blurring¶ We will go through 2 tasks to implement our project: Task 1: Importing libraries Task 2: Build Portrait Live Mode with blurring

card-perspective-transformation-by-image-and-video icon card-perspective-transformation-by-image-and-video

In this project we will build a Card perspective transformation by image and video​ We will go through 4 tasks to implement our project: Task 1: Importing libraries Task 2: Read the Image and make a pluring and morphological transformation¶ Task3: Build a Bird View for image Task4 :Build a Bird View for video

combrise-between-all-unsupervised-machine-learning-algorithms-for-model-classification. icon combrise-between-all-unsupervised-machine-learning-algorithms-for-model-classification.

# In this project we will combrise between all unsupervised machine learning algorithms for model classification. We will go through 6 tasks to implement our project: Task 1: Import the important library and exploring the dataset. Task 2: Identifying Missing Data and dealing with them. Task 3: Creating visual methods to analyze the data. Task 4: Kmeans cluster model. Task 5: hierarichal cluster model. Task 6: DB scan cluster model

combrise-between-logistic-regression-svm-knn-nieve-bayes-decision-tree-and-random-forest-for icon combrise-between-logistic-regression-svm-knn-nieve-bayes-decision-tree-and-random-forest-for

In this project we will combrise between Logistic regression & SVM & KNN & Nieve Bayes & Decision Tree and Random Forest for models classification (shown below) using scikit-learn . Our training data set contains continuous and categorical data from the UCI Machine Learning Repository to predict whether or not a patient has heart disease.¶ We will go through 5 tasks to implement our project: Task 1: Import the important library and exploring the dataset. Task 2: Identifying Missing Data and dealing with them. Task 3: Split the Data into Dependent and Independent Variables Task 4: One-Hot Encoding Task 5: Centering and Scaling Task 6: Logistic regression model Tssk 7: Support vector machine classifier model. Task 8: K nearest neighbore classifier model. Task 9: Nieve Bayes model. Task 10: Decision Tree model. Task 11: Random Forest model.

comparison-between-logistic-regression-and-svm-and-knn-model-in-medical-data icon comparison-between-logistic-regression-and-svm-and-knn-model-in-medical-data

# In this project, you will learn practically how to choose the best features that help us to identify Medical Diagnosis of diabetes using Data analysis & data visualization and then using these features in logistic regression , SVM and KNN models . We will go through 5 tasks to implement our project: Task 1: Importing libraries and Exploring the Dataset. Task 2: Checking missing values. Task 3: Creating visual methods to analyze the data. Task 4: make logistic regression model Task 5: make Support vector machine classification model Task 6: make KNN model

english--french-translator-by-using-rnn icon english--french-translator-by-using-rnn

Machine Learning Using Tensorflow (RNN) to implement language translator for English-French translation. Translating English sentences to French, using LSTM on RNN architecture. Accuracy of model : 95% We will go through 6 tasks to implement our project: TASK 1: IMPORT LIBRARIES AND DATASETS TASK 2: PERFORM DATA CLEANING TASK 3: VISUALIZE CLEANED UP DATASET TASK 4: PREPARE THE DATA BY PERFORMING TOKENIZATION AND PADDING TASK 5: build the RNN model TASK 6: ASSESS TRAINED MODEL PERFORMANCE

finding-donors-for-charityml icon finding-donors-for-charityml

CharityML is a fictitious charity organization located in the heart of Silicon Valley that was established to provide financial support for people eager to learn machine learning. After nearly 32,000 letters were sent to people in the community, CharityML determined that every donation they received came from someone that was making more than $50,000 annually. To expand their potential donor base, CharityML has decided to send letters to residents of California, but to only those most likely to donate to the charity. With nearly 15 million working Californians, CharityML has brought you on board to help build an algorithm to best identify potential donors and reduce overhead cost of sending mail. Your goal will be evaluate and optimize several different supervised learners to determine which algorithm will provide the highest donation yield while also reducing the total number of letters being sent.

loanstatus_classification icon loanstatus_classification

In this project we will built this Support Vector Machine for classification (shown below) using scikit-learn to predict Loan_Status

logistic-regression icon logistic-regression

n this project, you will learn practically how to choose the best features that help us to identify pulsar star using Data analysis & data visualization and then using these features in logistic regression model

multi--linear-regression-model icon multi--linear-regression-model

In this project, you will learn practically how to choose the best features that affect Chance of Admit using Data analysis & data visualization and then using these features in multi linear regression model .

realtime-hand-detection- icon realtime-hand-detection-

Realtime Hand Detection by using CVZONE & mediapipe¶ Tasks:- 1- install important library. 2- use Cvzone to detect the Hand and Then measure the Distance between the farest fingers 1- install important library

support-vector-classification icon support-vector-classification

In this project we will built this Support Vector Machine for classification (shown below) using scikit-learn to predict whether or not a patient has heart disease

uber-request-availability-model icon uber-request-availability-model

in this project, you will learn practically how to handel the data then choose the best features that affect Availability of free uber cars using Data analysis & data visualization and then using these features in logistic regression.¶ We will go through 5 tasks to implement our project: Task 1: Importing libraries and Exploring the Dataset. Task 2: Checking missing values . Task 3: analyze the data. Task 4: Creating visual methods to analyze the data. Task 5: make logistic regression model

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.