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