Learning Management
Machine Learning with Go Udemy
The mission of this course is to turn you into a productive, innovative data analyst who can leverage Go to build robust and valuable applications. To this end, the course clearly introduces the technical aspects of building predictive models in Go, but also helps you understand how machine learning workflows are applied in real-world scenarios. This course shows you how to be productive in machine learning while also producing applications that maintain a high level of integrity. It also gives you patterns to overcome challenges that are often encountered when trying to integrate machine learning in an engineering organization. You'll begin by gaining a solid understanding of how to gather, organize, and parse real-work data from a variety of sources.
Advanced Machine Learning with Spark 2.x Udemy
The aim of this course is to provide a practical understanding of advanced Machine Learning algorithms in Apache Spark to make predictions and recommendation and derive insights from large distributed datasets. This course starts with an introduction to the key concepts and data types that are fundamental to understanding distributed data processing and Machine Learning with Spark. Further to this, we provide practical recipes that demonstrate some of the most popular algorithms in Spark, leading to the creation of sophisticated Machine Learning pipelines and applications. The final sections are dedicated to more advanced use cases for Machine Learning: streaming, Natural Language Processing, and Deep Learning. In each section, we briefly establish the theoretical basis of the topic under discussion and then cement our understanding with practical use cases.
Machine Learning In The Cloud With Azure Machine Learning
If you're serious about building scalable, flexible and powerful machine learning models in the cloud, then this course is for you. These data science skills are in great demand, but there's no easy way to acquire this knowledge. Rather than rely on hit and trial method, this course will provide you with all the information you need to get started with your machine learning projects. Startups and technology companies pay big bucks for experience and skills in these technologies They demand data science and cloud engineers make sense of their dormant data collected on their servers - and in turn, you can demand top dollar for your abilities. You may be a data science veteran or an enthusiast - if you invest your time and bring an eagerness to learn, we guarantee you real, actionable education at a fraction of the cost you can demand as a data science engineer or a consultant.
Unity Machine Learning with Python! Udemy
Learn to work in an exciting area of computer science and artificial intelligence. In this course we will train an artificial brain to make the game work. No matter where the present falls, the computer will know exactly how get it. Make an AI Christmas game! Our Unity game will have a holiday setting featuring a sled.
Data Visualization in Python for Machine Learning Engineers
Welcome to Data Visualization in Python for Machine learning engineers. This is the third course in a series designed to prepare you for becoming a machine learning engineer. I'll keep this updated and list only the courses that are live. Here is a list of the courses that can be taken right now. Please take them in order.
Launching into Machine Learning Coursera
About this course: Starting from a history of machine learning, we discuss why neural networks today perform so well in a variety of problems. We then discuss how to set up a supervised learning problem and find a good solution using gradient descent. This involves creating datasets that permit generalization; we talk about methods of doing so in a repeatable way that supports experimentation.
Medical Neuroscience Coursera
About this course: Medical Neuroscience explores the functional organization and neurophysiology of the human central nervous system, while providing a neurobiological framework for understanding human behavior. In this course, you will discover the organization of the neural systems in the brain and spinal cord that mediate sensation, motivate bodily action, and integrate sensorimotor signals with memory, emotion and related faculties of cognition. The overall goal of this course is to provide the foundation for understanding the impairments of sensation, action and cognition that accompany injury, disease or dysfunction in the central nervous system. The course will build upon knowledge acquired through prior studies of cell and molecular biology, general physiology and human anatomy, as we focus primarily on the central nervous system. This online course is designed to include all of the core concepts in neurophysiology and clinical neuroanatomy that would be presented in most first-year neuroscience courses in schools of medicine.
Mathematics for Machine Learning: PCA Coursera
About this course: This course introduces the mathematical foundations to derive Principal Component Analysis (PCA), a fundamental dimensionality reduction technique. We'll cover some basic statistics of data sets, such as mean values and variances, we'll compute distances and angles between vectors using inner products and derive orthogonal projections of data onto lower-dimensional subspaces. Using all these tools, we'll then derive PCA as a method that minimizes the average squared reconstruction error between data points and their reconstruction. At the end of this course, you'll be familiar with important mathematical concepts and you can implement PCA all by yourself. If you're struggling, you'll find a set of jupyter notebooks that will allow you to explore properties of the techniques and walk you through what you need to do to get on track.
Mathematics for Machine Learning: Multivariate Calculus Coursera
About this course: This course offers a brief introduction to the multivariate calculus required to build many common machine learning techniques. We start at the very beginning with a refresher on the "rise over run" formulation of a slope, before converting this to the formal definition of the gradient of a function. We then start to build up a set of tools for making calculus easier and faster. Next, we learn how to calculate vectors that point up hill on multidimensional surfaces and even put this into action using an interactive game. We take a look at how we can use calculus to build approximations to functions, as well as helping us to quantify how accurate we should expect those approximations to be.