m-imani

m-imani

Geek Repo

Github PK Tool:Github PK Tool

m-imani's repositories

Classification-methods

load a dataset using Pandas and apply the following classification methods (KNN, Decision Tree, SVM, and Logistic Regression) to find the best one by accuracy evaluation methods (Jaccard, F1-score, LogLoss) for this specific dataset.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Models-development

developing several models (Linear Regression, Multiple Linear Regression, and Polynomial Regression) that will predict the price of the car using the variables or features. Then evaluating these models (in-sample, and cross-validation) using R-squared and Mean-Squared-Error metrics to find out which model is a better fit for this dataset.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Predicting-Loan

Loan prediction using Random Forest, Decision tree, SMOTE and SMOTETOMEK techniques.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0
Stargazers:0Issues:0Issues:0

Analyzing-Stock-Market

Using yfinance and webscraping to extract Tesla Revenue Data and GME Revenue Data, then display this data in graphs.

Stargazers:0Issues:1Issues:0

Chicago-socioeconomic-indicators

Store a real world data set from the internet in a database (Db2 on IBM Cloud), gain insights into data using SQL queries, visualize a portion of the data in the database to see what story it tells.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

GradientDescent-Octave

Implement linear regression with one variable to predict profits for a food truck using gradient descent algorithm in Octave.

Stargazers:0Issues:0Issues:0

Logistic-Regression-Octave

Building a logistic regression model to predict whether a student gets admitted into a university in Octave

Language:MATLABStargazers:0Issues:0Issues:0

NeuralNetwork-Polynomial-LR

In this Notebook, MSE of three models (LinearRegression, Polynomial, and 3-layer Neural Network using Keras) has calculated and compared

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Predicting-Bike-Rentals

Apply decision trees and random forests to predict the number of bike rentals.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

predicting-car-prices

Predicting a car's market price using its attributes by the help of several Python's libraries including: pandas, numpy, skleran, and KNN classifier.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Predicting-House-Prices

Working with housing data for the city of Ames, Iowa, United States from 2006 to 2010 and then try to predict houses prices using pandas, numpy, sklearn and linear regression.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

PySpark-Steam-Gaming

Working with Steam Gaming datasets in PySpark to Find day and hour when most new accounts were created.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Supervised-Learning

This notebook is about creating a 2D dataset and using supervised machine learning algorithms like K-Nearest Neighbor, Support Vector Machine and Linear Regression to classify data points then selecting the best parameters using cross validation method, and finally comparing the results.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Unsupervised_learning

This notebook is about creating a 2D dataset and using unsupervised machine learning algorithms like kmeans, kmeans++, and Agglomerative Hierarchical clustering methods to classify data points, and finally comparing the results.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0