• Stars
    star
    1
  • Language
    MATLAB
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implement the anomaly detection algorithm which is widely used in fraud detection (e.g. ‘has this credit card been stolen?’) and apply it to detect failing servers on a network. And use collaborative filtering to build a recommender system for movies, which are used by companies like Amazon, Netflix, and Apple to recommend products to their users. Recommender systems look at patterns of activities between different users and different products to produce these recommendations.

More Repositories

1

IBM-Data-Science

This repo consists of all courses of IBM - Data Science Professional Certificate, providing with techniques covering a wide array of data science topics including open source tools and libraries, methodologies, Python, databases, SQL, data visualization, data analysis, and machine learning. You will practice hands-on in the IBM Cloud using real data science tools and real-world data sets.
Jupyter Notebook
4
star
2

Predicting-Customer-Lifetime-Value_CLV

Predicting Customer Lifetime Value
Python
3
star
3

Amazon-SageMaker

AWS is a powerful tool for learning and implementing machine learning algorithms.
Jupyter Notebook
3
star
4

ML-Multiclass_Classification_and_Neural_Network-MATLAB

Neural networks is a model inspired by how the brain works. It is widely used today in many applications: when your phone interprets and understand your voice commands, it is likely that a neural network is helping to understand your speech; when you cash a check, the machines that automatically read the digits also use neural networks.
MATLAB
3
star
5

ML-Support_Vector_Machines-MATLAB

We use support vector machines (SVMs) with various example 2D datasets. Experimenting with these datasets will help us gain an intuition of how SVMs work and how to use a Gaussian kernel with SVMs. In the next half of the exercise, we use support vector machines to build a spam classifier.
MATLAB
3
star
6

Stock_Price_Prediction

Stock Price Prediction of APPLE Using Python
Python
2
star
7

ML-Regularized_Linear_Regression-Bias_Variance-MATLAB

Here, we implement regularized linear regression to predict the amount of water flowing out of a dam using the change of water level in a reservoir. In the next half, we go through some diagnostics of debugging learning algorithms and examine the effects of bias v.s. variance.
MATLAB
2
star
8

CS-215_Fundamental-of-Programming-II

Fundamental of Programming II
C++
1
star
9

CS-210_Fundamental-of-Programming-I

Fundamental of Programming I
C
1
star
10

Predictive_Modelling_with_Azure_Machine_Learning_Studio

Build a predictive model using Azure ML Studio. Demonstrate a working knowledge of setting up experiments on Azure ML Studio. Operationalize machine learning workflows with Azure's drag-and-drop modules.
1
star
11

Java-Automation-OpenBrowser

Web Browser Automation with Selenium and Java.
Java
1
star
12

ML-Neural_Networks_Learning-MATLAB

The Neural Network is one of the most powerful learning algorithms (when a linear classifier doesn't work, this is what I usually turn to), and explaining the 'backpropagation' algorithm for training these models.
MATLAB
1
star
13

ML-K-Means_Clustering_and_PCA-MATLAB

This repo leads us to implement the K-means clustering algorithm and apply it to compress an image. And use principal component analysis to find a low-dimensional representation of face images.
MATLAB
1
star