

Our Courses

Fandom, Social Media, and Authenticity in the Digital Age
"Fandom, Social Media, and Authenticity in the Digital Age" focuses your attention on the interconnected dynamics of identity, representation, interpretation, and self-reflection. It asks the question: how, where, and with whom do we inhabit the worlds of fandom and popular culture in the digital age? We will explore the role of digital media in the production of celebrity and fandom, using social media tools and platforms as a running case study.
-
Course by
-
Self Paced
-
16 hours
-
English

Introduction to JavaScript
In this beginning-level course you will discover where JavaScript fits into the world of web development. Through hands-on exercises, you will use the Notepad++ text editor to embed JavaScript code to an existing HTML document. As you code a simple JavaScript program to provide user interaction you will learn to recognize and apply syntax rules and coding standards associated with JavaScript.
-
Course by
-
Self Paced
-
3 hours
-
English

Basic Image Classification with TensorFlow
In this 2-hour long project-based course, you will learn the basics of using Keras with TensorFlow as its backend and use it to solve a basic image classification problem. By the end of this project, you will have created, trained, and evaluated a Neural Network model that will be able to predict digits from hand-written images with a high degree of accuracy. You also will have learned the fundamentals of neural networks, TensorFlow, and Keras. Note: This course works best for learners who are based in the North America region.
-
Course by
-
Self Paced
-
2 hours
-
English

Cloud Security Basics
This course introduces you to cybersecurity for the cloud. We'll learn and apply classic security techniques to today’s cloud security problems. We start with a deceptively simple and secure web service and address the problems arising as we improve it. We’ll analyze recent cloud security vulnerabilities using standard, systematic techniques. We’ll build our own web service case studies and construct security solutions for them. Our toolkit contains classic security concepts like Least Privilege and Separation of Duty, as well as more technical cryptographic and access control techniques.
-
Course by
-
Self Paced
-
13 hours
-
English

Introduction to Digital Transformation Part 1
This course was designed to introduce the key components of digital transformation so you can understand the drivers and economics of innovation and technological change to create competitive advantage in your own industry. You'll learn the business value of data and how the exponential growth in core technologies such as artificial intelligence and autonomy are impacting the nature of competition.
-
Course by
-
Self Paced
-
4 hours
-
English

Six Sigma Tools for Define and Measure
This course is for you if you are looking to learn more about Six Sigma or refresh your knowledge of the basic components of Six Sigma and Lean. Six Sigma skills are widely sought by employers both nationally and internationally. These skills have been proven to help improve business processes and performance. This course will cover the Define phase and introduce you to the Measure phase of the DMAIC (Define, Measure, Analyze, Improve, and Control) process.
-
Course by
-
Self Paced
-
8 hours
-
English

The Fundamental of Data-Driven Investment
In this course, the instructor will discuss the fundamental analysis of investment using R programming. The course will cover investment analysis topics, but at the same time, make you practice it using R programming. This course's focus is to train you to do the elemental analysis for investment management that you might need to do in your job every day. Additionally, the study note to do using Python programming will be provided. The course is designed with the assumption that most students already have a little bit of knowledge in financial economics.
-
Course by
-
Self Paced
-
19 hours
-
English

Dialogflow CX: Managing Environments
This is a self-paced lab that takes place in the Google Cloud console. Most businesses go through different phases of project development and production cycles. Effective maintainance of these projects require systems and processes to manage versions and environments. Dialogflow provides tools within the UI for managing multiple versions and loading specific versions to dedicated environments, which allows usage for different purposes (and perhaps by different teams). In this lab you'll explore the management of Dialogflow versions and environments.
-
Course by
-
Self Paced
-
1 hour
-
English

Learn to Teach Java: ArrayLists and 2D Arrays
Learn to program with ArrayLists and 2-D Arrays in Java, and prepare to teach others using the free, online interactive CS Awesome textbook. In this course for teachers we'll guide you both in learning Java concepts and skills but also in how to effectively teach those to your students. This course will support you in teaching the Advanced Placement Computer Science A course or a similar introductory university-level programming course. We'll cover the Java concepts of ArrayLists and 2-dimensional arrays, as covered in the APCS A Units 7 and 8.
-
Course by
-
Self Paced
-
12 hours
-
English

Natural Language Processing with PyCaret
In this project you will learn how to set up PyCaret for your natural language processing tasks, compare and create models effectively, visualize your models and corpus.
-
Course by
-
Self Paced
-
1 hour
-
English

Intro to Operating Systems 3: Concurrency
Learn the inner workings of operating systems without installing anything! This course is designed for learners who are looking to maximize performance by understanding how operating systems work at a fundamental level. The modules in this course cover concurrency, threads, locks, locking data structures and multi-CPU scheduling. To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing.
-
Course by
-
Self Paced
-
7 hours
-
English

Distributed Multi-worker TensorFlow Training on Kubernetes
This is a self-paced lab that takes place in the Google Cloud console. In this hands-on lab you will explore using Google Cloud Kubernetes Engine and Kubeflow TFJob to scale out TensorFlow distributed training.…
-
Course by
-
Self Paced
-
English

A Tour of Google Cloud Sustainability
This is a self-paced lab that takes place in the Google Cloud console. In this hands-on lab, you will learn why Google Cloud is the cleanest cloud in the industry by exploring and utilizing sustainability tools..
-
Course by
-
Self Paced
-
1 hour
-
English

Create a Tic-Tac-Toe game in Python
By the end of this guided-project you’ll be able to create a tic-tac-toe game in python using python’s popular library Pygame. Pygame is a set of python modules designed for writing video games. It allows you to create a fully featured game and multimedia programs in the python language. It’s also free, highly portable and runs on nearly every platform and operating system. You will learn about most of pygame’s functions and modules. You’ll be able to insert drawings and images into your game.
-
Course by
-
Self Paced
-
2 hours
-
English

Mobile Marketing, Optimization Tactics, and Analytics
Welcome to Course 3 of the E-Marketing Specialization: Mobile Marketing Optimization Tactics, and Analytics. Our final course will start with an introduction to mobile marketing. The remaining modules will provide you with the knowledge needed to increase sales, boost engagement, and interpret website analytics. This course will culminate in a peer-reviewed activity, in which you will have the opportunity to apply all the skills you have learned throughout the previous courses in this series.
-
Course by
-
Self Paced
-
12 hours
-
English

Introduction to Service Innovation and Management
This course is best suited for individuals currently in the healthcare sector, as a provider, payer, or administrator. Individuals pursuing a career change to the healthcare sector may also be interested in this course. In this course, you will learn about the importance of successful execution and management of service innovation. The course focuses on the internal management of business processes necessary to deliver improved services to customers and patients, increased profitability, and build long-term customer loyalty and engagement.
-
Course by
-
Self Paced
-
16 hours
-
English

Deploy an NLP Text Generator: Bart Simpson Chalkboard Gag
Welcome to the “Deploy an NLP Text Generator: Bart Simpson Chalkboard Gag” guided project. Text Generation is a natural language technique that leverages language modeling to create or predict new text based on texts it has been trained on. An example of text generation can be identified in the Gmail sentence autocomplete feature. In this project, we will deploy an NLP text generator model as a python Streamlit app.
-
Course by
-
Self Paced
-
3 hours
-
English

Foundations of Health Equity Research
Introduces students to the core principles of health equity research. Covers topics such as defining health equity, engaging community and policy stakeholders, patient-centeredness, cultural competence, and dissemination of research findings. Content will recognize different geographic, cultural, and social contexts where health inequities occur.
-
Course by
-
Self Paced
-
15 hours
-
English

Introduction to Digital Health Entrepreneurship
This course will provide an overview of digital health entrepreneurship with an initial emphasis on learning the basic digital health terminology, exploring a current example of telemedicine and its growth during the COVID pandemic, and gaining an understanding of the landscape and macro forces that affect the US healthcare system and the evolution of digital health. Students who successfully complete the course will understand the impact that payers, regulators, clinicians, and patients have on and the implications for digital health innovations.
-
Course by
-
Self Paced
-
7 hours
-
English

Introduction to solar cells
How do solar cells work, why do we need, and how can we measure their efficiency? These are just some of the questions Introduction to solar cells tackles. Whether you are looking for general insight in this green technology or your ambition is to pursue a career in solar, “Introduction to Solar Cells” is an excellent starting point. The course is a tour through the fundamental disciplines including solar cell history, why we need solar energy, how solar cells produce power, and how they work.
-
Course by
-
Self Paced
-
23 hours
-
English

Containerization Using Docker
Welcome to "Containerization using Docker". In this guided project you will learn how to use Docker to create a customised image of your application using Dockerfiles, enable data persistence and will also learn various methods to share your Docker images.
-
Course by
-
Self Paced
-
3 hours
-
English

Design a pitch deck with Canva
At the end of this project, you will have all the basic skills to create a professional and attractive pitch deck to present your project using Canva, an online tool for creating and editing Marketing visuals. You will be able to create a credible presentation, which will attract your investors and preferred audience.
-
Course by
-
Self Paced
-
3 hours
-
English

Get Started with Facebook Business Manager
By the end of this project, learners will know how to get started with Facebook Business Manager.
-
Course by
-
Self Paced
-
1 hour
-
English

How To Create A Sales Forecast In Tableau
In this project, learners will harness the data visualization power of Tableau to create a sales forecast.
-
Course by
-
Self Paced
-
2 hours
-
English

Machine Design Part I
“Machine Design Part I” is the first course in an in-depth three course series of “Machine Design.” The “Machine Design” Coursera series covers fundamental mechanical design topics, such as static and fatigue failure theories, the analysis of shafts, fasteners, and gears, and the design of mechanical systems such as gearboxes.
-
Course by
-
Self Paced
-
31 hours
-
English