When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Korea Advanced Institute of Science and Technology(KAIST) logo

Practical Python for AI Coding 1

Master the Skills of Tomorrow with Coursera! From AI and Blockchain to Public Speaking and Psychology, Explore Courses Tailored for Your Success.

     
  • 4.6
  •  |
  • Reviews ( 83 )
Free

This Course Includes

  • iconcoursera
  • icon4.6 (83 reviews )
  • icon11 hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconKorea Advanced Institute of Science and Technology(KAIST)

About Practical Python for AI Coding 1

Introduction video: https://youtu.be/TRhwIHvehR0 This course is for a complete novice of Python coding, so no prior knowledge or experience in software coding is required. This course selects, introduces, and explains Python syntaxes, functions, and libraries that were frequently used in AI coding. In addition, this course introduces vital syntaxes, and functions often used in AI coding and explains the complementary relationship among NumPy, Pandas, and TensorFlow, so this course is helpful for even seasoned python users. This course starts with building an AI coding environment without failures on learners’ desktop or notebook computers to enable them to start AI modeling and coding with Scikit-learn, TensorFlow, and Keras upon completing this course. Because learners have an AI coding environment on their computers after taking this course, they can start AI coding and do not need to join or use the cloud-based services.

What You Will Learn?

  • Preparation for coding : Setting up AI coding environment Basic concepts and rules of Python coding Primitive data types Control statements and iteration Creating functions Non-primitive data types: Lists and tuples Non-primitive data types: Dictionaries and sets.