Back to Courses

Machine Learning Courses - Page 9

Showing results 81-90 of 485
Machine Learning for Accounting with Python
This course, Machine Learning for Accounting with Python, introduces machine learning algorithms (models) and their applications in accounting problems. It covers classification, regression, clustering, text analysis, time series analysis. It also discusses model evaluation and model optimization. This course provides an entry point for students to be able to apply proper machine learning models on business related datasets with Python to solve various problems. Accounting Data Analytics with Python is a prerequisite for this course. This course is running on the same platform (Jupyter Notebook) as that of the prerequisite course. While Accounting Data Analytics with Python covers data understanding and data preparation in the data analytics process, this course covers the next two steps in the process, modeling and model evaluation. Upon completion of the two courses, students should be able to complete an entire data analytics process with Python.
XG-Boost 101: Used Cars Price Prediction
In this hands-on project, we will train 3 Machine Learning algorithms namely Multiple Linear Regression, Random Forest Regression, and XG-Boost to predict used cars prices. This project can be used by car dealerships to predict used car prices and understand the key factors that contribute to used car prices. By the end of this project, you will be able to: - Understand the applications of Artificial Intelligence and Machine Learning techniques in the banking industry - Understand the theory and intuition behind XG-Boost Algorithm - Import key Python libraries, dataset, and perform Exploratory Data Analysis. - Perform data visualization using Seaborn, Plotly and Word Cloud. - Standardize the data and split them into train and test datasets.   - Build, train and evaluate XG-Boost, Random Forest, Decision Tree, and Multiple Linear Regression Models Using Scikit-Learn. - Assess the performance of regression models using various Key Performance Indicators (KPIs). Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Predicting Credit Card Fraud with R
Welcome to Predicting Credit Card Fraud with R. In this project-based course, you will learn how to use R to identify fraudulent credit card transactions with a variety of classification methods and use R to generate synthetic samples to address the common problem of classification bias for highly imbalanced datasets—the class of interest (fraud) represents less than 1% of the observations. Class imbalance can make it difficult to detect the effect independent variables have on fraud, ultimately leading to higher misclassification rates. Fixing the imbalance allows the minority class (fraud) to be better learned by the classifier algorithms. After completing the project, you will be able to apply the methods introduced in the project to a wide range of classification problems that typically confront class imbalance, including predicting loan default, customer churn, cancer diagnosis, early high school dropout risk, and malware detection. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Using R for Regression and Machine Learning in Investment
In this course, the instructor will discuss various uses of regression in investment problems, and she will extend the discussion to logistic, Lasso, and Ridge regressions. At the same time, the instructor will introduce various concepts of machine learning. You can consider this course as the first step toward using machine learning methodologies in solving investment problems. 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 use various regression methodologies for investment management that you might need to do in your job every day and make you ready for more advanced topics in machine learning. The course is designed with the assumption that most students already have a little bit of knowledge in financial economics and R programming. Students are expected to have heard about stocks and bonds and balance sheets, earnings, etc., and know the introductory statistics level, such as mean, median, distribution, regression, etc. Students are also expected to know of the instructors' 1st course, 'Fundamental of data-driven investment.' The instructor will explain the detail of R programming. It will be an excellent course for you to improve your programming skills but you must have basic knowledge in R. If you are very good at R programming, it will provide you with an excellent opportunity to practice again with finance and investment examples.
Machine Learning for Investment Professionals
This course is uniquely tailored to the needs of investment professionals or those with investment industry knowledge who want to develop a basic, practical understanding of machine learning techniques and how they are used in the investment process. Incorporating real-life case studies, this course covers both the technical and the “soft skills” necessary for investment professionals to stay relevant. In this course, you will learn how to: - Distinguish between supervised and unsupervised machine learning and deep learning - Describe how machine learning algorithm performance is evaluated - Describe supervised and unsupervised machine learning algorithms and determine the problems they are best suited for - Describe neural networks, deep learning nets, and reinforcement learning - Choose an appropriate machine learning algorithm - Describe the value of integrating machine learning and data projects in the investment process - Work with data scientists and investment teams to harness information and insights from within large and alternative data sets - Apply the CFA Institute Ethical Decision-Making Framework to machine learning dilemmas This course is part of the Data Science for Investment Professionals Specialization offered by CFA Institute.
Building a Fraud Detection Model with Vertex AI AutoML
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will use Vertex AI to train and serve a model with tabular data. You will build a fraud detection model to determine whether a particular credit card transaction should be classified as fraudulent.
Recommendation Systems on Google Cloud
In this course, you apply your knowledge of classification models and embeddings to build a ML pipeline that functions as a recommendation engine. This is the fifth and final course of the Advanced Machine Learning on Google Cloud series.
Four Rare Machine Learning Skills All Data Scientists Need
This course covers the most neglected yet critical skills in machine learning, four vital techniques that are very rarely covered – most courses and books omit them entirely. 1) UPLIFT MODELING (AKA PERSUASION MODELING): When you're modeling, are you even predicting the right thing? 2) THE ACCURACY FALLACY: When evaluating how well a model works, are you even reporting on the right thing? 3) P-HACKING: Are your simplest discoveries from data even real? 4) THE PARADOX OF ENSEMBLE MODELS: Do you understand how they work, even though they seem to defy Occam's Razor? >> WHY THESE ADVANCED METHODS ARE ESSENTIAL: Each one addresses a question that is fundamental to machine learning (above). For many projects, success hinges on these particular skills. >> NO HANDS-ON – BUT FOR TECHNICAL LEARNERS: This course has no coding and no use of machine learning software. Instead, it lays the conceptual groundwork before you take on the hands-on practice. When it comes to these state-of-the-art techniques and prevalent pitfalls, there's a foundation of conceptual knowledge to build before going hands-on – and you'll be glad you did. >> VENDOR-NEUTRAL: This course includes illuminating software demos of machine learning in action using SAS products. However, the curriculum is vendor-neutral and universally-applicable. The contents and learning objectives apply, regardless of which machine learning software tools you end up choosing to work with.
Deploy Models with TensorFlow Serving and Flask
In this 2-hour long project-based course, you will learn how to deploy TensorFlow models using TensorFlow Serving and Docker, and you will create a simple web application with Flask which will serve as an interface to get predictions from the served TensorFlow model. This course runs on Coursera's hands-on project platform called Rhyme. On Rhyme, you do projects in a hands-on manner in your browser. You will get instant access to pre-configured cloud desktops containing all of the software and data you need for the project. Everything is already set up directly in your Internet browser so you can just focus on learning. For this project, you’ll get instant access to a cloud desktop with (e.g. Python, Jupyter, and Tensorflow) pre-installed. Prerequisites: In order to be successful in this project, you should be familiar with Python, TensorFlow, Flask, and HTML. Notes: - You will be able to access the cloud desktop 5 times. However, you will be able to access instructions videos as many times as you want. - This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Classification of COVID19 using Chest X-ray Images in Keras
In this 1 hour long project-based course, you will learn to build and train a convolutional neural network in Keras with TensorFlow as backend from scratch to classify patients as infected with COVID or not using their chest x-ray images. Our goal is to create an image classifier with Tensorflow by implementing a CNN to differentiate between chest x rays images with a COVID 19 infections versus without. The dataset contains the lungs X-ray images of both groups.We will be carrying out the entire project on the Google Colab environment. Please be aware of the fact that the dataset and the model in this project, can not be used in the real-life. We are only using this data for educational purposes. By the end of this project, you will be able to build and train the convolutional neural network using Keras with TensorFlow as a backend. You will also be able to perform data visualization. Additionally, you will also be able to use the model to make predictions on new data. You should be familiar with the Python Programming language and you should have a theoretical understanding of Convolutional Neural Networks. You will need a free Gmail account to complete this project. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.