EasyWayDiveInto DataScience
1.0.0
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 dsPython 。如果您還沒有安裝Python,則可以從這裡獲得。或者,您可以安裝Anaconda,以便於所有庫的訪問。 Python後,讓我們安裝我們必要的庫。打開Python Command Prompt並鍵入以下內容。 [在Anaconda情況下不需要] pip install pandas
pip install numpy
pip install keras
pip install scipy
pip install matplotlib
pip install statsmodel
pip install sklearn
pip install seaborn 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 Notebook文件夾中提供的筆記本電腦。連接 - 鏈接
網站 - rakibhhridoy