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 설치되어 있는지 확인하십시오. 파이썬을 설치하지 않았다면 여기에서 얻을 수 있습니다. 또는 모든 라이브러리에 쉽게 액세스 할 수 있도록 Anaconda를 설치할 수 있습니다. Python 설치 한 후 필요한 라이브러리를 설치하겠습니다. Python Command Prompt 열고 다음을 입력하십시오. [아나콘다 상황에서는 필요하지] 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