Predicting the price by its description | ML Algorithms

This is a task in the course Introduction to Data Science. Our team was going to predict the price of products by their description.

Posted on Machine Learning

Forward and backward propagation in neural networks

Deduce forward propagation and back propagation algorithms of neural network with single hidden layer, and program (neural network in ‘Sklearn’ can be used). discuss the impact of 10,30,100,300,1000, different number of hidden nodes on network performance. Explore the influence of different learning rate and iteration times on network performance. Change the standardized method of data to explore the impact on training.

Posted on Machine Learning

Finds and ID3 Algorithm

Implement FindS and ID3 algorithms.

Posted on Machine Learning

Implementation of KNN and Naive_Bayes

Implement kNN and Naive Bayes using Breast_cancer dataset.

Posted on Machine Learning

Fisher, SVM, K-Means and their optimization

Implement Fisher, SVM and K-Means algorithms and optimize them.

Posted on Machine Learning