Bod Uppal, Hyderabad, India - 500039.
Details verified of Mohammad Eliyaz✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Telugu Mother Tongue (Native)
English Proficient
Hindi Proficient
university of hyderabad 2013
Master of Engineering - Master of Technology (M.E./M.Tech.)
Bod Uppal, Hyderabad, India - 500039
ID Verified
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
6
Data science techniques
Python, R Programming, Machine learning, Artificial Intelligence
Teaching Experience in detail in Data Science Classes
I have 6 years of Industrial and teaching experience and 2 years of master degree in Artificial Intelligence. Worked on various cutting edge frameworks like text analytics using deep learning, image processing using computer vision and deep learning, classification, regression, clustering, reinforcement learning etc.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
6
Course Duration provided
1-3 months, 3-6 months
Seeker background catered to
Educational Institution, Individual
Certification provided
No
Python applications taught
Data Science with Python, Regular Expressions with Python , Text Processing with Python, Data Extraction with Python , Machine Learning with Python, Scipy Stack with Python , Data Analysis with Python , Data Visualization with Python, Automation with Python
1. Which classes do you teach?
I teach Data Science and Python Training Classes.
2. Do you provide a demo class?
Yes, I provide a paid demo class.
3. How many years of experience do you have?
I have been teaching for 6 years.
Answered on 06/05/2020 Learn Tuition/BTech Tuition
Hi Anurag,
See the below list comprehension executed with desired output in python interpreter.
x=[('34587',163.8),('98762',284.0),('77226',98.85),('88112',74.97)]
x=[(a,b) if b>=100 else (a,b+10) for a,b in x]
x
Out[12]: [('34587', 163.8), ('98762', 284.0), ('77226', 108.85), ('88112', 84.97)]
As u see, we have list of tuples as input so using list comprehension in the same list we are getting output. As you said, for each item(tuple) in list we are checking value of b greater than or equal to 100, if yes, then we are keeping tuple as it is, in this case (a,b) will remain same, else we are adding 10 to value b, (a,b+10).
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
6
Data science techniques
Python, R Programming, Machine learning, Artificial Intelligence
Teaching Experience in detail in Data Science Classes
I have 6 years of Industrial and teaching experience and 2 years of master degree in Artificial Intelligence. Worked on various cutting edge frameworks like text analytics using deep learning, image processing using computer vision and deep learning, classification, regression, clustering, reinforcement learning etc.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
6
Course Duration provided
1-3 months, 3-6 months
Seeker background catered to
Educational Institution, Individual
Certification provided
No
Python applications taught
Data Science with Python, Regular Expressions with Python , Text Processing with Python, Data Extraction with Python , Machine Learning with Python, Scipy Stack with Python , Data Analysis with Python , Data Visualization with Python, Automation with Python
Answered on 06/05/2020 Learn Tuition/BTech Tuition
Hi Anurag,
See the below list comprehension executed with desired output in python interpreter.
x=[('34587',163.8),('98762',284.0),('77226',98.85),('88112',74.97)]
x=[(a,b) if b>=100 else (a,b+10) for a,b in x]
x
Out[12]: [('34587', 163.8), ('98762', 284.0), ('77226', 108.85), ('88112', 84.97)]
As u see, we have list of tuples as input so using list comprehension in the same list we are getting output. As you said, for each item(tuple) in list we are checking value of b greater than or equal to 100, if yes, then we are keeping tuple as it is, in this case (a,b) will remain same, else we are adding 10 to value b, (a,b+10).
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Mohammad Eliyaz
Let Mohammad Eliyaz know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.