This is a repository that holds my Python programs
To see me programming in Python checkout the YouTube channel: Go To YouTube ChannelProgram Name | Algorithm Name | Link to Program | Blog | YouTube |
---|---|---|---|---|
concatenate_file.py | Concatenate Multiple CSV files | Program | Blog | YouTubeX |
remove_empty_row.py | Removes Empty Rows | Program | Blog | YouTubeX |
replace_strings_with_numbers.py | Changes Strings in CSV to Numbers | Program | Blog | YouTube |
Program Name | Algorithm Name | Link to Program | Blog | YouTube |
---|---|---|---|---|
scrape.py | Scrape Website Links | Program | Blog | YouTube |
Project Name | Program Name | Algorithm Name | Link to Program | Blog | YouTube |
---|---|---|---|---|---|
Sentiment Analysis | sentiment.py | Sentiment Analysis | Program | Blog | YouTube |
Simple Linear Regression Ex | LinearRegression.py | Linear Regression | Program | Blog | YouTube |
Car Classification | decisionTree.py | Decision Tree | Program | Blog | YouTube |
Golf Predictions | Golf_Predictions.ipynb | Decision Tree | Program | Blog | YouTube |
Predict Boston House Price | Predict_Boston_Housing_Price.ipynb | Linear Regression | Program | Blog | YouTube |
Predict Stock Price | stock.ipynb | Linear Regression & SVR | Program | Blog | YouTube |
Classify Iris Species | Logistic_Regression.ipynb | Logistic Regression | Program | Blog | YouTube |
Predict Median House Price | Neural_Networks.ipynb | Deep Neural Networks | Program | Blog | YouTube |
Classify Handwritten Digits | MNIST_ANN.ipynb | Artificial Neural Networks | Program | Blog | YouTube |
Cluster NBA Basketball Players | Basketball_Data_Exploration.ipynb | KMeans | Program | Blog | YouTube |
Predict FB Stock Price | SVM.ipynb | Support Vector Regression (SVR) | Program | Blog | YouTube |
Breast Cancer Detection | Breast_Cancer_Detection.ipynb | Random Forest Classifier & Gaussian Naive Bayes & Logistic Regression & Decision Tree Classifier & SVC | Program | Blog | YouTube |