Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 422 Bytes

Data-Science

This repository contains several kinds of machine learning algorithms that I have written to analyze a dataset in Python. To do that I used the Numpy, Pandas, Scikit-Learn, TensorFlow, and Keras packages. Below is the list of prediction methods that I uploaded here:

  • Logistic Regression
  • Linear Regression
  • Kernel-SVM
  • Random Forest Classification
  • Deep Neural Network
  • Convolutional Neural Network