Learning Management
Parallel programming Coursera
With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this course, you'll learn the fundamentals of parallel programming, from task parallelism to data parallelism. In particular, you'll see how many familiar ideas from functional programming map perfectly to to the data parallel paradigm. We'll start the nuts and bolts how to effectively parallelize familiar collections operations, and we'll build up to parallel collections, a production-ready data parallel collections library available in the Scala standard library. Throughout, we'll apply these concepts through several hands-on examples that analyze real-world data, such as popular algorithms like k-means clustering.
Bayesian Machine Learning in Python: A/B Testing
This course is all about A/B testing. A/B testing is used everywhere. A/B testing is all about comparing things. If you're a data scientist, and you want to tell the rest of the company, "logo A is better than logo B", well you can't just say that without proving it using numbers and statistics. Traditional A/B testing has been around for a long time, and it's full of approximations and confusing definitions. In this course, while we will do traditional A/B testing in order to appreciate its complexity, what we will eventually get to is the Bayesian machine learning way of doing things.
Data Science, Deep Learning, & Machine Learning with Python
Data Scientists enjoy one of the top-paying jobs, with an average salary of $120,000 according to Glassdoor and Indeed. If you've got some programming or scripting experience, this course will teach you the techniques used by real data scientists and machine learning practitioners in the tech industry - and prepare you for a move into this hot career path. This comprehensive course includes over 80 lectures spanning 12 hours of video, and most topics include hands-on Python code examples you can use for reference and for practice. I'll draw on my 9 years of experience at Amazon and IMDb to guide you through what matters, and what doesn't. Each concept is introduced in plain English, avoiding confusing mathematical notation and jargon.
Cancer Genomics Neural Networks vs k-NN Classifiers
Get your team access to Udemy's top 2,500 courses anytime, anywhere. Cancer Genomics Neural Networks vs k-NN Classifiers: Machine Learning for Python Hackers is a crash course in Data Science and Cancer Genomics for anyone interested in cancer research. The course starts out with loading up a cancer dataset to split train and test. This course is unique in Data Science in that it uses the mglearn library for better visualization and is dedicated to providing details as such so the student can follow along with no ambiguity.
Artificial Intelligence for Business Udemy
This module is part of the Innovation Accelerators section of the Digital Business Global Master Program. Artificial intelligence (AI) is going to be a disruptive force in business and society. We can see the technologies playing out in the marketplace already. And those businesses that have data, software competencies and the vision and means to make the necessary investments are leading the way. This module will present why this is happening the developing technologies and the business dynamics and explore how businesses are capitalizing on this emerging force.
Web App automation using Selenium Robot Framework - Python
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases. Robot Framework project is hosted on GitHub where you can find further documentation, source code, and issue tracker. Downloads are hosted at PyPI. The framework has a rich ecosystem around it consisting of various generic test libraries and tools that are developed as separate projects.
Master Python Interactively With PyGame: Ultimate Bootcamp
Programming is becoming more and more popular all around the world. Programming provides extreme amounts of power and flexibility, because you can take control of your computer's actual power, and you can develop your own systems and prototypes. Python is becoming especially popular, because it's extremely user-friendly whilst still maintaining a lot of the power that other, more complex, programming languages offer. Additionally, Python has a huge community, which means all sorts of modern projects, such as Big Data, Artificial Intelligence, Machine Learning, Deep Learning, etc. have been develop for the Python community to use, which makes implementing these sorts of advanced techniques extremely easy (sometimes only 1-2 lines of code). Employers love employees that can program, because they can go out and quickly produce results or create prototypes.
Machine Learning for beginners Udemy
Get your team access to Udemy's top 2,500 courses anytime, anywhere. The main purpose of this course is to give students the ability to analyze and present data by using Azure Machine Learning, and to provide an introduction to the use of machine learning and big data. He is the South East Asia s First XNA/DirectX MVP (Most Valuable Professional). He had delivered sessions at various events and conferences in Hong Kong, Malaysia, Singapore, Sri Lanka and India.
Machine Learning Made Easy Udemy
Given the constantly increasing amounts of data they're faced with, programmers have to come up with better solutions to make machines smarter and reduce manual work. In this Machine Learning course, you'll use Python to craft better solutions and process them effectively. We start by focusing on key ML algorithms and how they can be trained for classification and regression. We will also work with Supervised and Unsupervised learning to help to get to grips with both types of algorithm. We will use the highly popular Scikit-learn library throughout the course while performing various ML tasks.