Coder Social home page Coder Social logo

worldyne / dsc-3-30-08-section-recap-seattle-ds-career-040119 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learn-co-students/dsc-3-30-08-section-recap-seattle-ds-career-040119

0.0 2.0 0.0 10 KB

License: Other

Jupyter Notebook 100.00%

dsc-3-30-08-section-recap-seattle-ds-career-040119's Introduction

Section Recap

Introduction

This short lesson summarizes key takeaways from section 30

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

The key takeaways from this section include:

  • Parameters are the "settings" for a given model - for a linear model in the form y = mx + c, the parameters are m and c
  • Maximum Likelihood Estimation returns the values for the parameters of a model that maximize the chance that the observations were created by that model
  • When calculating maximum likelihood we often use a log likelihood to simplify calculations (allowing us to decompose products into simpler sums)
  • It's important to consider algorithmic bias when building models as biased observations will tend to generate a biased model (if banks are less likely to provide loans to African Americans, a model trained on such data is likely to perpetuate that bias)
  • Gradient descent is a method for traversing a cost curve to find a local minima or maxima (or saddle point)
  • A sigmoid function can be used to map a linear regression model to a range from 0 to 1, allowing for a logistic regression which can be used as a binary classifier
  • A regularization parameter can be used to apply a cost to overfitting, reducing the likelihood of overfitting your model

dsc-3-30-08-section-recap-seattle-ds-career-040119's People

Contributors

peterbell avatar loredirick avatar

Watchers

James Cloos avatar Lawrence Chew 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.