You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@
11
11
| Linear Regression |[Linear_Regression.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Linear_Regression.ipynb)| Built a simple linear regression model to predict profit of food truck based on population and profit of different cities. |
12
12
| Multivariate Linear Regression |[Multivariate_Linear_Regression.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Multivariate_Linear_Regression.ipynb)| Built a simple multivariate linear regression model to predict the price of a house based on the size of the house in square feet and number of bedrooms in the house. |
13
13
| Sentiment Analysis of Movie Reviews|[Sentiment_Analysis.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Sentiment_Analysis.ipynb)| Experiment to analyze sentiment according to their movie reviews. |
14
-
| Wine quality prediction |[Predicting_wine_quality.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Predicting_wine_quality.ipynb)| Experiment to predict wine quality with feature selection. |
14
+
| Wine quality prediction |[Predicting_wine_quality.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Predicting_wine_quality.ipynb)| Experiment to predict wine quality with feature selection (In progress). |
15
15
| Unsupervised Learning |[unsupervised_learning-Part_1.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/unsupervised_learning-Part_1.ipynb)| Hands-on with Unsupervised learning. |
16
16
| Autoencoders using Fashion MNIST|[Autoencoder_Fashion_MNIST.ipynb](https://github.com/chhayac/Machine-Learning-Notebooks/blob/master/Autoencoder_Fashion_MNIST.ipynb)| Building an autoencoder as a classifier using Fashion MNIST dataset. |
0 commit comments