Introduction to Python Programming
46 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is Tehreeem Javed's email address?

What is Tehreeem Javed's LinkedIn profile URL?

linkedin.com/in/tahreem-javed

What is Tehreeem Javed's GitHub profile URL?

github.com/tehreem901

What is Tehreeem Javed's phone number?

<p>0316-5436779</p> Signup and view all the answers

Where does Tehreeem Javed live?

<p>Rawalpindi, Pakistan</p> Signup and view all the answers

What is Tehreeem Javed's current academic status?

<p>Computer Engineering student</p> Signup and view all the answers

What is Tehreeem Javed's major?

<p>Computer Engineering</p> Signup and view all the answers

What university is Tehreeem Javed attending?

<p>National University of Sciences and Technology</p> Signup and view all the answers

What is Tehreeem Javed's CGPA?

<p>3.05</p> Signup and view all the answers

When did Tehreeem Javed start her Bachelor's degree?

<p>September 2020</p> Signup and view all the answers

When did Tehreeem Javed finish her Bachelor's degree?

<p>October 2024</p> Signup and view all the answers

Which of the following programming languages does Tehreeem Javed list as a technical skill?

<p>Python</p> Signup and view all the answers

Which of the following programming languages does Tehreeem Javed list as a technical skill?

<p>C++</p> Signup and view all the answers

Which of the following programming languages does Tehreeem Javed list as a technical skill?

<p>SQL</p> Signup and view all the answers

Which of the following programming languages does Tehreeem Javed list as a technical skill?

<p>HTML</p> Signup and view all the answers

Which of the following soft skills does Tehreeem Javed list?

<p>Emotional Intelligence</p> Signup and view all the answers

Which of the following soft skills does Tehreeem Javed list?

<p>Communication</p> Signup and view all the answers

What was Tehreeem Javed's role at NUST Summer School?

<p>Programming Instructor</p> Signup and view all the answers

When did Tehreeem Javed work at NUST Summer School?

<p>July 2023 - August 2023</p> Signup and view all the answers

Where did Tehreeem Javed work at NUST Summer School?

<p>Rawalpindi, Pakistan</p> Signup and view all the answers

Tehreeem Javed's certifications include a course on "Introduction to Data Analysis using Microsoft Excel."

<p>True</p> Signup and view all the answers

Tehreeem Javed's certifications include a course on "Deep Learning with PyTorch: Generative Adversarial Network."

<p>True</p> Signup and view all the answers

What project did Tehreeem Javed develop that uses Generative Adversarial Networks (GANs)?

<p>OCT Image Synthesis</p> Signup and view all the answers

What types of images was Tehreeem Javed synthesizing for the OCT Image Synthesis project?

<p>Optical coherence tomography (OCT) images</p> Signup and view all the answers

What was the specific goal of the OCT Image Synthesis project?

<p>To aid in the diagnosis of retinal conditions</p> Signup and view all the answers

Which of the following GANs did Tehreeem Javed use in her OCT Image Synthesis project?

<p>StyleGAN1</p> Signup and view all the answers

What other method did Tehreeem Javed use for the OCT Image Synthesis project?

<p>Vision Transformers</p> Signup and view all the answers

What was the goal of using Vision Transformers in the OCT Image Synthesis project?

<p>To identify whether the eye condition was Normal, drusen, DME, or CNV</p> Signup and view all the answers

What is the name of the second project Tehreeem Javed worked on?

<p>Image Classification using Convolutional Neural Networks</p> Signup and view all the answers

What type of images did Tehreeem Javed classify in her Image Classification project?

<p>Images of skin cell tissues</p> Signup and view all the answers

How many classes did Tehreeem Javed classify the images into in her Image Classification project?

<p>03 classes</p> Signup and view all the answers

What is the name of the third project Tehreeem Javed worked on?

<p>Image classification using LeNet,AlexNet,VGG16 and ResNet and segmentation using Unet</p> Signup and view all the answers

Which of the following deep learning models did Tehreeem Javed use to compare the performance of different deep learning models?

<p>ResNet</p> Signup and view all the answers

What was the purpose of comparing the performance of different deep learning models?

<p>To compare the performance of different deep learning models</p> Signup and view all the answers

What type of images did Tehreeem Javed classify?

<p>Foggy and original images</p> Signup and view all the answers

What other method did Tehreeem Javed use to process the images in her third project?

<p>Segmentation using U-Net</p> Signup and view all the answers

What was the goal of using U-Net in Tehreeem Javed's third project?

<p>To defog the images</p> Signup and view all the answers

What is the name of the fourth project Tehreeem Javed worked on?

<p>Ice cream Parlor management system using python and SQL</p> Signup and view all the answers

What was the goal of Tehreeem Javed's Ice cream Parlor Management project?

<p>To create a simple and easy-to-use Ice Cream Parlor Management System</p> Signup and view all the answers

What types of features did Tehreeem Javed include in the Ice Cream Parlor Management System?

<p>Buttons and menus</p> Signup and view all the answers

What programming languages were used to create the Ice Cream Parlor Management System?

<p>Python and SQL</p> Signup and view all the answers

What types of testing did Tehreeem Javed perform on her Ice cream Parlor Management System?

<p>Blackbox and whitebox testing</p> Signup and view all the answers

What role did Tehreeem Javed hold in the COMPECC and Icod2t?

<p>Deputy Director</p> Signup and view all the answers

What was Tehreeem Javed's specific responsibility in the COMPECC and Icod2t?

<p>Deputy Director of Admin/HR wing</p> Signup and view all the answers

What role did Tehreeem Javed hold in the Olympiad?

<p>Deputy Director</p> Signup and view all the answers

What was Tehreeem Javed's specific responsibility in the Olympiad?

<p>Deputy Director of Protocol wing</p> Signup and view all the answers

Study Notes

Objective

  • Enthusiastic about a career in technology
  • Wants to make valuable contributions in a collaborative work environment
  • Confident in educational background
  • Excited to learn and grow professionally

Education

  • Bachelor of Computer Engineering from National University of Sciences and Technology
  • CGPA of 3.05

Skills

  • Technical Skills: Python, C++, SQL, Machine Learning, HTML, CSS, Pandas, MS Excel
  • Soft Skills: Emotional Intelligence, Team Building, Teamwork, Communication

Experience

  • Programming Instructor (NUST Summer School): Created easy-to-understand lesson plans for basic and advanced Python concepts.
  • Timeframe: July 2023 - August 2023
  • Location: Rawalpindi, Pakistan

Certifications

  • Introduction to Data Analysis using Microsoft Excel (Coursera)
  • Deep Learning with PyTorch: Generative Adversarial Networks (Coursera)

Projects

  • OCT Image Synthesis using GANs: Developed a system for creating OCT images using GANs (StyleGAN1, StyleGAN2, CGAN, DCGAN) to diagnose retinal conditions (Normal, drusen, DME, or CNV).
  • Image Classification using Convolutional Neural Networks: Classified skin cell tissues into 3 categories.
  • Image Classification using LeNet, AlexNet, VGG16, and ResNet and Segmentation using U-Net: Compared the performance of different models (LeNet, AlexNet, VGG16, ResNet) for classifying foggy and clear images. Used U-Net for segmentation.
  • Ice Cream Parlor Management System: Created a simple and user-friendly system for an ice cream parlor using Python and SQL, including buttons, menus, and black-box/white-box testing.

Extra-Curricular Activities

  • COMPECC and Icod2t: Deputy Director
  • Olympiad: Deputy Director
  • Deputy Director of Admin/HR wing: Deputy Director
  • Deputy Director of Protocol wing: Deputy Director

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Resume Tehreem Javed PDF

Description

Test your knowledge on basic and advanced Python concepts with this quiz. Designed for those passionate about technology, this quiz is a great way to gauge your understanding and skills. Perfect for programming instructors or learners eager to enhance their expertise.

Use Quizgecko on...
Browser
Browser