File tree 1 file changed +30
-2
lines changed
1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# MachineLearningAlgorithms
2
2
3
- As part of the course ECE-GY 6143 at NYU, this repository consists of popular algorithms implemented on
4
- Python. Feel free to try them out.
3
+ This repository consists of popular algorithms implemented on Python notebooks. Feel free to try them out.
4
+
5
+
6
+ ```
7
+ |-- fashionmnist-classification
8
+ | -- classification.ipynb
9
+ |-- gaussian-distribution
10
+ | -- gaussian-distribution.ipynb
11
+ |-- k-means-clustering
12
+ | -- k-means.ipynb
13
+ |-- linear-regression-with-sklearn
14
+ | |-- exp_test.csv
15
+ | |-- exp_train.csv
16
+ | -- regression-using-sklearn.ipynb
17
+ |-- logistic-regression
18
+ | -- logistic-regression.ipynb
19
+ |-- multivar-linear-regression
20
+ | -- multivar-linear-regression.ipynb
21
+ |-- naive-bayes-spam-filters
22
+ | -- naive-bayes-spam-filters.ipynb
23
+ |-- pca-places-almanac
24
+ | |-- places-almanac.ipynb
25
+ |-- perceptron
26
+ |-- resnet
27
+ | |-- data
28
+ | -- resnet34-finetuning.ipynb
29
+ |-- ridge-regression
30
+ |-- tf-idf-parser
31
+
32
+ ```
You can’t perform that action at this time.
0 commit comments