Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 573 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 573 Bytes

This repository contains some of the codes for my Machine Learning class at Amirkabir University of Technology. Here is a brief description of the contents:

  • IMDB_comments: Sentiment analysis using Naive Bayes on IMDB movie comments
  • XOR_NN: A simple feed-forward neural network to estimate the XOR function
  • XOR_SVM: An SVM estimator to approximate the XOR function
  • arrhythmia_KNN: Prediction of Arrhythmia using k-Nearest Neighbour algorithm
  • binary_alpha_digits_NN: Hand-written digit recognition on alpha digits dataset using a simple feed-forward neural network