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 เชื่อมต่อ- LinkedIn
เว็บไซต์- Rakibhhridoy