Giter Site home page Giter Site logo

ai-math's Introduction

ai-math

Statistics, Linear Algebra, Probability, and Calculus. Mathematical Concepts . Statistics core part of models. Calculus to learn & optimize a model.

Multivariable Calculus

Single variable function: f(x) = x² , whereas multi-variable function: f(x,y) = x² + y. (point on xy graph) (x-y point to a number) [also called single variable calculus]

In multivariable o/p can vector: f(x,y) = [ 3x / 2y ] (x-y point gives vector result - point to a vector [result as vector or matrix]

x-y point as input to function gives graph as result - example :

x-y-input-giving-graph-result

Dot product & Cross product

  1. dot product returns a number but cross product returns vector
  2. dot product works in any number of dimensions, cross porduct works only in 3d
  3. dot product measures how much two vector point in same direction. cross product measures how much two vectors point in different direction.

Matrix

Matrix Transpose

matrix-transpose

Vector as matrices

vector is just a list of numbers. We can write vector as matrices in either (1 x n) format or (n x 1) format vector-to-matrices

vedtor can be written a 1 x n - one row and n column - example - 1x 3 - [1,4,5] (one row, n column). ABove transposed to n x 1 (n row, 1 column)

Interactive version - i j define plane. Vector gets multiplied on this place

9dbf74c635ed2f1adb3e07abbd08803ad1791dc2

Point in 3D

f(x,y) = x² + y²

image

f(x,y) = 1/4 x² + 1/4 y²

image

Contour Plots | Multivariable calculus

contour-plot-slice image image image image

ai-math's People

Contributors

mekhiya avatar

Watchers

 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.