Skip to content

AnastasiaChernikova/Machine-Learning

Repository files navigation

Machine-Learning

Task 1

In this task I created a program that multiplies matrices.

  • Pure way in python: 1.3647644000000128
  • Using Numpy: 0.0006633000000419997
  • Own threading way: 0.10854268074035645

Task 2

In this task I created a program that work with burrito.csv and real_estate.tsv. I completed task linear regression

Data:

Individual task 1

In this task I worked with dataset House Sales in King County, USA. This dataset contains house sale prices for King County, which includes Seattle. It includes homes sold between May 2014 and May 2015.

Note: Due to a bad internet connection, I asked Yaroslav Andreev to add task. Therefore, there are two contributors in the Induvidual.ipynb

Task 3

In this task I created a program that work with sats.csv and tests.csv. I completed task logistic regression.

Data:

Task 4

In this task I created a program that work with sats.csv and tests.csv. I completed task neural networks.

Data:

Individual task 2

In this task I worked with dataset Iris Species. The Iris dataset was used in R.A. Fisher's classic 1936 paper, The Use of Multiple Measurements in Taxonomic Problems, and can also be found on the UCI Machine Learning Repository. It includes three iris species with 50 samples each as well as some properties about each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.

Data:

Task 5

In this task I worked with dataset Iris Species. I've added to my previous task Softmax function

Data:

Task 6

To achieve better performance of your neural network, it is necessary to find the optimal value of learning rate that is not too large and not too small. There are several approaches to find the best learning rate. So in this task i will show work of NN with Learning Rate Decay and Learning Rate

Data:

Task 7

In this task I am working with 20 Newsgroups dataset which has become a popular data set for experiments in text applications of machine learning techniques, such as text classification and text clustering. I have done all the requirements for the task:

  • accuracy_score
  • classification_report
  • confusion_matrix

Task 8

In this task I worked with dataset Iris Species and realized K-means Clustering.

Data:

Individual task 3

  • Neural networks for multiclass classification

  • Deadline: May 13, 2020
  • Uploading date:
  • Link: <...>

...

Data: