This Machine Learning with Python course dives into the basics of machine learning using an approachable, and well-known, programming language. You'll learn about Supervised vs Unsupervised Learning,...
Welcome to this machine learning course on Dimensionality Reduction. Dimensionality Reduction is a category of unsupervised machine learning techniques used to reduce the number of features in a...
This course serves as an introduction to Kubernetes operators. Operators are a design pattern for building and deploying an application onto a Kubernetes cluster such thatit can be used in the same...
This course covers Golang operator reconciliation, use of OLM, and use of Scorecard.ReconciliationOperators mimic the behavior of core Kubernetes components in many ways, chief among them the process...
This course introduces you to the strange world of quantum computing. You’ll learn about quantum concepts including superposition, entanglement, and uncertainty. You’ll also perform “labs” to...
This course introduces learners to the fundamentals of machine learning with a focus on sound data. By the end of the course, students will be able to understand the basics of machine learning, apply...
Containers and Cloud Native are the most significant invention in IT since the introduction of virtualization. Everyone from a small startup to a large multinational corporation is transitioning to...
Containers are a standard way to package an application and all its dependencies so that the application can be moved between environments and run without changes. Containers work by isolating the...
Traditional neural networks rely on shallow nets, composed of one input, one hidden layer and one output layer. Deep-learning networks are distinguished from these ordinary neural networks having...
This chatbot course provides a practical introduction that will teach you everything you need to know to plan, build, and deploy your first chatbot.Leveraging the cognitive computing power of Watson...
Istio is an open platform to connect, secure, and manage a network of microservices, also known as a service mesh, on cloud platforms such as Kubernetes in the IBM Cloud Kubernetes Service. With...
Training complex deep learning models with large datasets takes along time. In this course, you will learn how to use accelerated GPU hardware to overcome the scalability problem in deep learning.You...
This course introduces you to one of the main types of modelling families of supervised Machine Learning: Regression. You will learn how to train regression models to predict continuous...