Git Product home page Git Product logo

dsc-1-08-18-section-recap-summary's Introduction

Section Recap

Introduction

This short lesson summarizes the topics we covered in section 08 and why they'll be important to you as a data scientist.

Objectives

You will be able to:

  • Understand and explain what was covered in this section
  • Understand and explain why this section will help you become a data scientist

Key Takeaways

In this section, wee dug into a number of foundational concepts - from NumPy to the basics of Probability

  • Under the hood, Pandas relies on NumPy for computationally efficient processing of large data sets
  • In addition to providing a base for Pandas, NumPy has many useful features built right in - including the ability to perform random sampling
  • A scalar is a quantity that can be fully described by a magnitude (a single number). A vector can only fully be described by multiple numbers - e.g. a magnitude and a direction
  • NumPy supports a range of powerful Scalar and Vector mathematical operations
  • Probability is "how likely" it is that an event will happen
  • Sets in Python are unordered collections of unique elements
  • The inclusion exclusion principle is a counting technique to calculate the number of elements in a collection of sets with overlapping elements
  • The "sum rule" of probability states that $P(A\cup B) = P(A) + P(B) - P(A \cap B) $
  • Factorials provide the basis for calculating permutations
  • The difference between permutations and combinations is that with combinations, order is not important
  • The Bernoulli distribution can be used to describe a single, binary event
  • The probability of n-independent Bernoulli events can be described by a binomial distribution

In this section, we introduced the binomial distribution. In the next section, we'll look at a number of other types of distributions and how they relate to data science.

dsc-1-08-18-section-recap-summary's People

Contributors

loredirick avatar peterbell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.