Here are some notes of my personal record and practice in machine learning field.
-
Exploratory Data Analysis On Iris Dataset
Summarize exploratory data analysis methods in iris dataset -
Linear Model For Regression
Training and comparing different linear regression models' performance and some strategies of finding the best regression model -
Taiwan ETF Prediction Use gradient boosting regressor model to predict the ETF price
-
Kaggle House Prediction
The code for kaggle 'House Prices: Advanced Regression Techniques -
Compare Classification Model Performance
Compare the training time and f1 score between 5 basic classifcation model -
Image Classification
Use fast ai library to classify the where am I dataset
Collect some template for machine learning and deep learning.
- Logistic Regression - use logistic regression to classify data
- Decision Tree - use decision tree to classigy data
- K means - use k means method to cluster the data
- K Nearest Neighbors - classification data
- Support Vector Machine - classification data
- One class SVM(Anomaly detection) - sample of anomaly detection
- Linear regression model - regression model with tunning
- CNN for fruit recognition
- CNN for Cifar10 classification
- RNN for classify trash SMS
- LSTM for text binary analysis
- DNN Regressor
- Neural Network Classification
- DNN Classifier
- ResNet Transfer Learning
- Linear Regression Sample
- Cifar10_CNN_turorial
- Custom NN function
- Dynamic Graph & Control Flow in NN
- Pytorch NN model
- Neural Network Tutorial
- Transfer_learning_Tutorial
- Word Classification Example
- FastAI CNN Transfer Learning
- Linear regression
- Recommender system sample