Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Data Science with Anaconda

You're reading from   Hands-On Data Science with Anaconda Utilize the right mix of tools to create high-performance data science applications

Arrow left icon
Product type Paperback
Published in May 2018
Publisher Packt
ISBN-13 9781788831192
Length 364 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
James Yan James Yan
Author Profile Icon James Yan
James Yan
Yuxing Yan Yuxing Yan
Author Profile Icon Yuxing Yan
Yuxing Yan
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Ecosystem of Anaconda 2. Anaconda Installation FREE CHAPTER 3. Data Basics 4. Data Visualization 5. Statistical Modeling in Anaconda 6. Managing Packages 7. Optimization in Anaconda 8. Unsupervised Learning in Anaconda 9. Supervised Learning in Anaconda 10. Predictive Data Analytics – Modeling and Validation 11. Anaconda Cloud 12. Distributed Computing, Parallel Computing, and HPCC 13. References 14. Other Books You May Enjoy

Review questions and exercises

  1. What is Anaconda and how do we use its platform?
  2. How many open source packages are accompanied with Anaconda?
  3. What is the home page for Anaconda?
  4. How do we install Anaconda? After Anaconda is installed, should we install Python separately? What about R?
  5. What is the size of a full Anaconda installation?
  6. Why should we care about Miniconda?
  7. What is Jupyter? How do we launch it without installation?
  8. What are the advantages and disadvantages of using https://jupyter.org/try?
  9. Where could a new learner find more useful information about Anaconda?
  10. Get more information about the Julia programming language.

  1. How do we write a simple program in Julia via Jupyter?
  2. How do we write a simple program in R via Jupyter?
  3. How do we find help for Jupyter?
  4. What is the conda Cheat Sheet and where can we download it?
  5. Could we run a simple R program without installing Anaconda?
  6. Could we run Anaconda without pre-installing it?
  7. Try the following two lines of Python code:
import numpy as np
print(np.sqrt(2))
  1. Try the following simple code for R:
x<-1:500
mean(x)
sd(x)
  1. Try the following code for Julia:
x=1:500
mean(x)
  1. Try the following code for R:
dd<-Sys.Date()
dd+40

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime