LD Talent logo
LD Talent
  • Pricing and Free Trial
  • About Us
  • Contact
  • Blog
  • LD Slack
  • Join our Investors
Apply as a Talent Find Talent
Log in
Apply as a Developer
To join LD Talent, please send your resumé (PDF or DOC only) to info@ldtalentwork.com.
After you join LD Talent Network
You will start accepting contract and/or full-time job opportunities in the LD Talent Slack. (more info)
While you are not assigned to a contract or hired for a full-time opportunity, you can choose to learn online and do paid passion projects to grow your skills. You will get paid $40 per skill you learn and project you do. Doing these passion projects will also help you get more and better matches. (more info)
Funding Information
Invoice funding is handled using FreshBooks. After you fund, it may take a few hours for funds to be processed and added to your balance. Please use the ACH Bank Transfer option on FreshBooks to pay, if at all possible. Thank you.
Please message us in your ldc channel on Slack to configure your funding information.
Title
Body
Register as a Client to Invite a Talent

Password strength

It's free. No credit card is required.
Already have an account? Log in
Invite to Chat / Interview
Muhammad H - keras developerLD Talent logo

Muhammad H

The star rating is a representation of the overall rating, calculated as the mean of the client satisfaction rating, the average client interview rating, and internal interview scores.

The client satisfaction rating is the weighted average of client ratings, with weights based on reviewed work hours. When no client rating exists, the approval fraction (approved vs. reviewed work hours) determines it.

If the client satisfaction rating exceeds the overall rating, it becomes the star rating. In the absence of client ratings, if the average client interview rating is higher than the overall rating, it becomes the star rating. If no data is available, the star rating defaults to the internal interview score.
Deep Learning and Computer Vision Engineer Preferred Title
$20.00 /hr $ 20.0K /yr Hourly Rate and Yearly Salary
Overview Experiences Qualifications Vetting
Overview
Basic Summary
LD Talent History
  • Average Count of Messages/Day 0.4
  • Project Completion Rate 2/4
  • Interview Acceptance Rate 4/6
  • Timezone Overlap 37h PST, 66h UTC
Interview Scores (3.2/5)
  • Software Engineering Process 3.0/5
  • Design Practice 3.0/5
  • Design Theory 3.0/5
  • Technical Breadth 3.0/5
  • Logical Thinking 3.0/5
  • Technical Strength 3.0/5
  • System Design 3.0/5
  • Productivity and Responsiveness 3.0/5
  • Teamwork 4.0/5
  • Agile Development Process 3.0/5
  • Intellectual Merit 4.0/5
  • Documentation 3.0/5
Talent's Devices
  • Desktop Windows
  • Phone Android
General
  • Member Since Apr 16, 2021
  • Profile Last Updated Apr 25, 2021
  • Last Activity Feb. 15, 2022, 3:27 a.m. UTC
  • Location India
  • Current Status Student
Profile Summary
Hi! I am Yusuf, an aspiring Machine Learning/Deep Learning Engineer, and Electrical Engineering student at IIT Gandhinagar.
Skills
Total Experience: 5 years
  • keras (4E, 5Y, 1C)

    4 experiences, across 5 years, with 1 course
  • Computer vision (5E, 5Y, 2C)

    5 experiences, across 5 years, with 2 courses
  • Deep learning (4E, 5Y, 2C)

    4 experiences, across 5 years, with 2 courses
  • Flutter (5Y)

    5 years of experience
  • Jupyter (4E, 2Y)

    4 experiences, across 2 years
  • Python

  • Tensorflow

  • scikit-learn (1C)

    1 course
  • Matplotlib (1C)

    1 course
  • Artificial intelligence (2C)

    2 courses
  • Machine learning (3C)

    3 courses
  • MATLAB (1C)

    1 course
Weekly Availability
Timezone Overlap with 06 - 21 per Week: 37h PST, 66h UTC
Day
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
UTC
04 - 18
10 - 18
10 - 18
10 - 18
10 - 18
10 - 19
04 - 19
PST
21 - 11
03 - 11
03 - 11
03 - 11
03 - 11
03 - 12
21 - 12
Vetting
  • Interview Data
  • Software Engineering Process
  • Design Practice
  • Design Theory
  • Technical Breadth
  • Logical Thinking
  • Technical Strength
  • System Design
  • Productivity and Responsiveness
  • Teamwork
  • Agile Development Process
  • Intellectual Merit
  • Documentation
Experience
Software Engineer
Passion Project
Nov 2020 - Present
IIT Gandhinagar Company
Technology Industry
Project: An App for Fire Load Survey
  • keras
  • Computer vision
  • Flutter
  • Deep learning
  • A Deep Learning based Computer Vision app to calculate the Calorific value per volume present in a room.
  • Will be helpful in conducting Fire Safety Surveys in Civil Engineering applications for residential buildings.
  • Trained the object detection model (SSD MobileNet) in Keras.
  • Used Flutter to build the interface for the app.
Software Engineer
Passion Project
Mar 2021 - Mar 2021
Inter IIT Tech Meet 9.0 Company
Technology Industry
Project: Traffic Sign Recognition on GTSRB dataset
  • Python
  • Computer vision
  • Tensorflow
  • Jupyter
  • Trained State of The Art Computer Vision models on the German Traffic Sign Recognition Benchmark (GTSRB).
  • Used Tensorflow framework and Jupyter Notebooks to build and train the model, achieving an accuracy of 98.58%.
  • Deployed it using the Streamlit library in Python.
  • Interface allows user to extend the dataset by adding new classes and augmentations, then retrain the model, and evaluate on different metrics.
Software Engineer
Passion Project
Dec 2020 - Dec 2020
Passion Project Company
Technology Industry
Project: Image Super Resolution using DCGAN
  • keras
  • Computer vision
  • Deep learning
  • Jupyter
  • Implemented a Deep Learning based Computer Vision algorithm that can super-resolve an image from 32x32 to 128x128.
  • Used Keras framework and Jupyter Notebooks for building the model.
  • Methodology used was Adversarial training using DCGANs.
Github Links
  • https://github.com/metalmachine13/Machine-Learning-Portfolio/tree/master/Image%20Super%20Resolution%20with%20DCGAN
Software Engineer
Passion Project
Dec 2020 - Dec 2020
Passion Project Company
Technology Industry
Project: Colorizing Grayscale Images
  • keras
  • Computer vision
  • Deep learning
  • Jupyter
  • Implemented a Deep Learning based Computer Vision algorithm that can give a plausible colorization to grayscale images.
  • Used Keras framework and Jupyter Notebooks for building the model.
  • Implemented transfer learning on a pretrained ResNet50 model in an encoder-decoder architecture.
Github Links
  • https://github.com/metalmachine13/Machine-Learning-Portfolio/tree/master/Colorizing%20Grayscale%20Images
Software Engineer
Passion Project
Aug 2020 - Aug 2020
Passion Project Company
Technology Industry
Project: Mask Detector
  • keras
  • Computer vision
  • Deep learning
  • Jupyter
  • Implemented a Deep Learning based Computer Vision algorithm that can give detect if a person is wearing a mask or not.
  • Used Keras framework and Jupyter Notebooks for building the project.
  • Used OpenCV and implemented the detection and classification model using a CNN.
Github Links
  • https://github.com/metalmachine13/Machine-Learning-Portfolio/tree/master/Mask%20Detection
Qualifications
Education
Indian Institute of Technology Gandhinagar
May 2019 - May 2023
B.Tech. (Electrical Engineering)
Courses
Machine Learning
May 2020 - May 2020
Coursera
  • scikit-learn
  • Matplotlib
  • Artificial intelligence
  • Machine learning
  • MATLAB
Neural Networks and Deep Learning
Dec 2020 - Dec 2020
Coursera
  • Computer vision
  • Machine learning
  • Deep learning
Artificial Intelligence
Jun 2020 - Jul 2020
Verzeo Edutech
  • keras
  • Artificial intelligence
  • Machine learning
  • Deep learning
  • Computer vision
Subscription successful
Thank you for subscribing using . Please stay tuned via email for updates.
LD Talent footer logo
About Us
  • For VCs and Incubators
  • Slack Organization
  • Crunchbase
  • Medium
  • Youtube
  • Product Hunt
  • Diversity Statement
Hire
  • Full Stack Developers
  • Frontend Developers
  • Backend Developers
  • Mobile Developers
  • UI / UX Designers
  • Machine Learning Experts
  • Deep Learning Experts
  • Blockchain Experts
  • VR / AR Experts
  • Unity Game Developers
  • Wordpress Developers
  • PM Service
Platform
  • All Categories
  • Popular Searches
  • Popular Skills
  • Talent Supply
  • LD Ventures
  • LD Project Success Canvas
FAQ
  • Client FAQ
  • Talent FAQ
  • HR Guide for Talent
  • Github + Blog Projects
Keep Up to Date with LD Talent

© Copyright LD Talent . All Rights Reserved.
  • Site TOS
  • Client TOS
  • Talent TOS
  • Privacy Policy