Skip to content

Data Science is not as easy as it seems at first. The most problem faced by new learner are lack of resource knowledge as well as confusion in using the various resources. I hope this repository will benefit confusion learner.

Notifications You must be signed in to change notification settings

rakibhhridoy/EasyWayDiveInto-DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Way to Dive Into Data Science

dsimage

This repo consist learning:

numpy                                             linear algebra
pandas                                            gradient descent
matplotlib                                        algorithm from scratch
scipy                                             multivariate calculus
statsmodel                                        statistics
tensorflow                                        frequential statistics
scikit-learn                                      bayesian statistics
seaborn                                           all formula fr ds

Pre requirements

Make sure you have Python installed. If you haven't python installed you can get from here. Or you can install Anaconda for easy access of all libraries.
After Installing Python let's install our necessary libraries. Open Python Command Prompt and type the following. [Not needed in Anaconda Situation]
pip install pandas
pip install numpy
pip install keras
pip install scipy
pip install matplotlib
pip install statsmodel
pip install sklearn
pip install seaborn
For using any libraries you have to import the file first
import pandas as pd                   #pd is alias of pandas & so others
import numpy as np
import matplotlib as mp
import matplotlib.pyplot as plt
import seaborn as sns
import sklearn as sk
import tensorflow as tf
import statsmodel as sm
import scipy as sc

If you are not get any error till now, lets dive into the notebooks that is provided in Notebook folder.

Get touch with me

Connect- linkedin
Website- RakibHHridoy