Sparks基金会的任务
该存储库包含我作为The Sparks Foundation实习生时完成的任务。
● Internship Category - Data Science and Business Analytics
● Internship Duration - 1 Month ( MARCH-2021 )
● Internship Type - Work from Home
任务1:使用监督的ML进行预测(级别-初学者)
● Predict the percentage of
使用机器学习分析恶意URL的检测
作者:
Andrew Lopez | alopez8969csu.fullerton.edu
Alex Tran | quyen137csu.fullerton.edu
Hyun Woo Kim | hyunwoo777csu.fullerton.edu
Tu Tran | trankimtucsu.fullerton.edu
摘要和说明:
Implemented 4 d
交互式简单线性回归
输入2D数据点并使用梯度下降拟合简单的线性回归模型。 使用构建。 可在播放。
文献资料
有关完整的文章,请访问。
开始使用
git clone gitgithub.com:lettier/interactive-simple-linear-regression.git
cd interactive-simple-linear-regression
# Install nvm, npm, and yarn.
nvm use
yarn run installPackages
ya