Prem95 / DataSciencePortfolio

DS Projects

Home Page:https://medium.com/@premstroke95

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Science

Data Science Project

GitHub Forks GitHub issues Github stars

  • Repository containing portfolio of Data Science projects completed by me for academic, self learning, and hobby purposes. Presented in the form of Python file .py and Jupyter Notebook (.ipynb).

Prerequisites

  • What things you need to install the software and how to install them
Python 3, TensorFlow 1.1, NumPy, Pandas
  • The project above touches on the basics of building a recomendation model. From the MovieLens dataset, we perform extensive data processing, data analysis, handle imbalaced data, imputation and finally use Collaborative Filtering to do the prediction.
Collaborative Filtering, Matrix Factorization, Support Vector Machines (SVM)
  • The project above touches on the basics of building a recomendation model. Similar to above, the prediction model is done my using a single-pass Neural Network using a Softmax model to output the probability distribution.
  • Creating a prediction model using Machine Learning to detect if any particular transaction is fradulent or not.

Deployment

  • All the files above can be run using Google Colab with GPU runtime. This project is licensed under the MIT License.

About

DS Projects

https://medium.com/@premstroke95

License:MIT License


Languages

Language:Jupyter Notebook 100.0%