机器学习代写代考 machine learning

机器学习作为CS必修课程之一, 一般包括supervised learning监督学习, unsupervised learning 无监督学习和reinforcement learning(RL)增强学习3个大方向.

supervised learning通常需要学习linear regression, decision tree, SVM(support vector machine), logistic regression, naive bayes, random forest,
Neural Networks神经网络等内容.

深度学习deep learning是现在非常热门的方向, 需要学习CNN (convolution neural network), RNN (recurrent neural network)等网络架构. 知识点包括dropout, backpropagation, pooling, convolutional layer等. 深度学习现在已经广泛应用到计算机视觉 (computer vision) 和 NLP (自然语言处理).

unsupervised learning通常要学习principal component analysis (PCA), factor analysis, clustering algorithm such as K-means, EM (Expectation–maximization algorithm), GMM (gaussian mixture model)等.

reinforcement learning一般会学习Q-learning和Deep Q-learning.

audio Recognition

  Represent the audio signal as a sequence of features, e.g., Mel-frequency cepstral coefficients (MFCCs).   (I) Develop and evaluate a conventional activity recognition system based on using the Gaussian Mixture Model (GMM) – perform the training of the model for each activity with corresponding data.   (II) Develop and evaluate a GMM-UBM system –

audio Recognition Read More »

COMP30018/COMP90049 Knowledge Technologies, Semester 1 2015 Project 2: How do you check the weather?

Due: Submission Mechanism: Submission Materials: Assessment Criteria: Introduction 5:00pm, Friday, 29 May, 2015 (but see Late Submission Policy) PDF to Turnitin; code and system outputs on the CIS servers (where appropriate) Written report in PDF, as project 1; code and system outputs as necessary Creativity, Critical Analysis, Soundness, Report Quality COMP30018/COMP90049 Knowledge Technologies, Semester 1

COMP30018/COMP90049 Knowledge Technologies, Semester 1 2015 Project 2: How do you check the weather? Read More »

INF 553 – Homework #4 Hierarchical Clustering

INF 553 – Homework #4 Hierarchical Clustering Due: 11/9/2015, Monday, 11:59pm, to Blackboard In this assignment, you are asked to implement a hierarchical agglomerative clustering algorithm. As shown in class, the algorithm starts by placing each data point in a cluster by itself and then repeatedly merges two clusters until some stopping condition is met.

INF 553 – Homework #4 Hierarchical Clustering Read More »

COMP 3620/6320 Assignment 4: Reinforcement Learning

COMP 3620/6320 Assignment 4: Reinforcement Learning Semester 1, 2015 Main Details In this assignment you will implement an experiment with a number of temporal-difference (TD) learning methods in examples based on the Grid- world. This assignment will require detailed knowledge of the reinforcement learning problem and TD methods. Before starting, if you have not already

COMP 3620/6320 Assignment 4: Reinforcement Learning Read More »