- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 197字
- 2021-06-25 21:08:45
Review questions and exercises
- What is Anaconda and how do we use its platform?
- How many open source packages are accompanied with Anaconda?
- What is the home page for Anaconda?
- How do we install Anaconda? After Anaconda is installed, should we install Python separately? What about R?
- What is the size of a full Anaconda installation?
- Why should we care about Miniconda?
- What is Jupyter? How do we launch it without installation?
- What are the advantages and disadvantages of using https://jupyter.org/try?
- Where could a new learner find more useful information about Anaconda?
- Get more information about the Julia programming language.
- How do we write a simple program in Julia via Jupyter?
- How do we write a simple program in R via Jupyter?
- How do we find help for Jupyter?
- What is the conda Cheat Sheet and where can we download it?
- Could we run a simple R program without installing Anaconda?
- Could we run Anaconda without pre-installing it?
- Try the following two lines of Python code:
import numpy as np
print(np.sqrt(2))
- Try the following simple code for R:
x<-1:500
mean(x)
sd(x)
- Try the following code for Julia:
x=1:500
mean(x)
- Try the following code for R:
dd<-Sys.Date()
dd+40
推薦閱讀
- Ansible Configuration Management
- Deep Learning Quick Reference
- Hands-On Artificial Intelligence on Amazon Web Services
- Getting Started with MariaDB
- 人工智能工程化:應(yīng)用落地與中臺構(gòu)建
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- Godot Engine Game Development Projects
- Bayesian Analysis with Python
- R Data Analysis Projects
- Machine Learning Algorithms(Second Edition)
- MATLAB-Simulink系統(tǒng)仿真超級學(xué)習(xí)手冊
- 空間機器人
- AVR單片機工程師是怎樣煉成的
- 生成對抗網(wǎng)絡(luò)項目實戰(zhàn)
- Eclipse全程指南