What Is Programming? And How To Get Started
January 28, 2025
Article
This course is part of Keras Deep Learning & Generative Adversarial Networks (GAN) Specialization
Instructor: Packt - Course Instructors
Included with
Recommended experience
Beginner level
Ideal for aspiring data scientists and beginners in AI, this course requires basic programming knowledge and a strong interest in data science.
Recommended experience
Beginner level
Ideal for aspiring data scientists and beginners in AI, this course requires basic programming knowledge and a strong interest in data science.
Identify and define the core concepts of AI and machine learning
Explain Python programming fundamentals, including flow control mechanisms, data structures, and functions
Utilize essential Python libraries such as NumPy, Matplotlib, and Pandas for data manipulation and visualization
Develop and train neural networks using deep learning frameworks like TensorFlow and PyTorch, understanding their architecture and functioning
Add to your LinkedIn profile
September 2024
11 assignments
Add this credential to your LinkedIn profile, resume, or CV
Share it on social media and in your performance review
Embark on a transformative learning experience designed to equip you with a robust understanding of AI, machine learning, and Python programming. This course begins with a thorough introduction to artificial intelligence and machine learning, demystifying the core concepts and exploring how algorithms and data-driven techniques empower computers to learn and adapt. As you progress, you'll delve into the architecture of deep learning and neural networks, grasping how these advanced structures mimic human cognition to process complex data and make accurate predictions.
Transitioning from theory to practical application, the course guides you through setting up your development environment with Anaconda, laying the groundwork for efficient coding and package management. You'll then immerse yourself in Python programming, mastering flow control mechanisms, data structures, and functions. The journey continues with an exploration of essential Python libraries such as NumPy, Matplotlib, and Pandas, providing you with the tools to handle data manipulation and visualization effectively. The latter part of the course focuses on advanced AI topics, including the installation and application of deep learning libraries like TensorFlow and PyTorch. You'll learn about the fundamental structures of artificial neurons and neural networks, and the crucial roles of activation functions, loss functions, and optimizers in training models. Through hands-on projects, such as building regression models for house price prediction and binary classification models for heart disease prediction, you'll apply your knowledge to real-world scenarios, reinforcing your learning and enhancing your practical skills. This course is designed for aspiring data scientists, machine learning enthusiasts, and Python programmers. It is ideal for beginners seeking a comprehensive introduction to AI and machine learning, as well as professionals looking to deepen their understanding of these technologies. Prerequisites include basic programming knowledge and a keen interest in artificial intelligence and data science.
In this module, we will provide a comprehensive introduction to the course. We’ll outline the key topics covered, focusing on deep learning, neural networks, and Generative Adversarial Networks (GANs). This overview will set the stage for your learning journey, giving you a clear roadmap of what to expect.
1 video2 readings
In this module, we will introduce you to the fundamental concepts of artificial intelligence and machine learning. You will learn how AI and machine learning algorithms empower computers to learn, adapt, and make informed decisions based on data.
1 video
In this module, we will delve into the basics of deep learning and neural networks. We’ll explore how these powerful models are structured and how they process complex data to make predictions, mimicking the way humans learn.
1 video1 assignment
In this module, we will guide you through the process of setting up your computer by installing Anaconda. You will learn how to create isolated environments and manage packages, laying a solid foundation for your data science and machine learning projects.
1 video
In this module, we will cover the essentials of Python flow control mechanisms. You will learn how to manipulate the sequence of code execution, using conditional statements and loops to manage the flow of your programs effectively.
2 videos
In this module, we will explore the basics of Python lists and tuples. You will understand their properties and how they can be used to organize and manipulate data efficiently in your Python programs.
1 video1 assignment
In this module, we will delve into Python dictionaries and functions. You will learn how to use dictionaries for dynamic data storage and how to create and utilize functions to streamline your code and improve efficiency.
2 videos
In this module, we will introduce you to NumPy, a critical library for numerical computations in Python. You will learn how to create and manipulate multidimensional arrays, gaining tools to perform efficient data analysis.
2 videos
In this module, we will explore the Matplotlib library for data visualization. You will learn how to transform data into insightful visual representations, using plots and histograms to better understand data distributions and patterns.
2 videos1 assignment
In this module, we will dive into the Pandas library, focusing on its powerful data structures: series and data frames. You will learn how to leverage these tools for effective data analysis and manipulation.
2 videos
In this module, we will guide you through installing essential deep learning libraries such as TensorFlow and PyTorch. You will learn how to set up these libraries, preparing you for your deep learning journey.
1 video
In this module, we will explore the basic structure of artificial neurons and neural networks. You will learn about the building blocks of these models and how they work together to perform complex computations and pattern recognition.
1 video1 assignment
In this module, we will introduce you to activation functions, which are crucial in shaping the outputs of neural networks. You will understand their role in the learning process and how they impact model performance.
1 video
In this module, we will explore popular types of activation functions used in neural networks. You will learn how these functions drive information flow and affect the overall performance of your models.
1 video
In this module, we will demystify popular loss functions used in training neural networks. You will learn about mean squared error, cross-entropy, and more, understanding how these functions help in refining model predictions.
1 video1 assignment
In this module, we will unravel the world of popular optimizers. You will learn how various algorithms optimize the training of neural networks, improving model accuracy and efficiency.
In this module, we will explore popular types of neural networks. You will learn about feedforward, convolutional, recurrent networks, and more, understanding their unique architectures and applications in machine learning and AI.
In this module, we will begin the process of building a regression model to predict house prices in King County, USA. You will learn how to fetch and load datasets, setting the stage for effective data analysis and model training.
1 video1 assignment
In this module, we will dive into exploratory data analysis (EDA) and data preparation. You will learn how to clean and transform data, ensuring it is ready for building accurate and effective machine learning models.
2 videos
In this module, we will define the Keras model for our regression task. You will learn how to architect the model, setting up the input, hidden, and output layers to create a robust neural network.
2 videos
In this module, we will compile and fit our Keras model. You will learn how to configure the model’s parameters and train it using the prepared dataset, optimizing its performance for accurate predictions.
1 video1 assignment
In this module, we will focus on visualizing the training progress and metrics of our model. You will learn how to use graphs and plots to gain insights into model performance and make necessary adjustments for improvement.
1 video
In this module, we will use our trained regression model to predict house prices. You will see the model in action, applying machine learning principles to real-world data and making accurate predictions.
1 video
In this module, we will introduce the creation of a binary classification model for heart disease prediction. You will learn the importance of such models in healthcare and the steps involved in building one.
1 video1 assignment
In this module, we will guide you through fetching and loading the necessary data for heart disease prediction. You will learn how to prepare the data, setting a solid foundation for building an effective classification model.
In this module, we will delve into exploratory data analysis (EDA) and data preparation for our heart disease classification model. You will learn how to clean and transform the data, ensuring it is ready for model training.
2 videos
In this module, we will define the architecture of our heart disease classification model. You will learn how to set up the neural network, configuring layers and activations for optimal performance.
1 video1 assignment
In this module, we will compile, fit, and plot our heart disease classification model. You will learn how to train the model and visualize its performance using key metrics and plots.
1 video
In this module, we will use our trained classification model to predict heart disease. You will see the model in action, applying machine learning principles to healthcare data and making accurate classifications.
1 video
In this module, we will test and evaluate our heart disease classification model using new data. You will learn how to assess the model’s accuracy and refine it for better performance in predicting heart disease.
2 videos1 reading2 assignments
Packt helps tech professionals put software to work by distilling and sharing the working knowledge of their peers. Packt is an established global technical learning content provider, founded in Birmingham, UK, with over twenty years of experience delivering premium, rich content from groundbreaking authors on a wide range of emerging and popular technologies.
Imperial College London
Course
Course
Course
Course
Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription
Earn a degree from world-class universities - 100% online
Upskill your employees to excel in the digital economy
Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.
If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.
Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.
If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.
This course is one of a few offered on Coursera that are currently available only to learners who have paid or received financial aid, when available.
If you subscribed, you get a 7-day free trial during which you can cancel at no penalty. After that, we don’t give refunds, but you can cancel your subscription at any time. See our full refund policy.
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.