Git Product home page Git Product logo

mathematics-for-machine-learning's Introduction

Mathematics For Machine Learning

Coursera course of Mathematics For Machine Learning

1. Linear Algebra

When coding or solving data analysis problems, one problem that can occur is if your code encounters a special matrix that isn't invertible, or has an infinite number of eigenvectors, or similar. On other occasions, for example where you are reducing dimensionality, that might even be desirable! So here you will write a code fragment that traps for different types of special matrices before calling the python inversion routine, and classifies the type of special case encountered. As much as anything, this is to give you a chance to give a Python coding exercise a try out in order to build confidence before doing some longer examples later.


1.2 Assignment : Gram-Schmidt process

The Gram-Schmidt process is a method for constructing an orthonormal basis of a space that a set of given vectors span. It can also be used to determine the dimension of that space, which may be different than the dimension of the vectors themselves or the number of vectors provided to span the space. In this assignment, you will complete a program that computes a Gram-Schmidt basis, and gives the dimension of a span of vectors.

mathematics-for-machine-learning's People

Contributors

gaussian37 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.