Code Monkey home page Code Monkey logo

srip-iitgn-2022's Introduction

SRIP-IITGN-2022

SRIP IITGN 2022 - Machine Learning - Prof. Nipun Batra

JAX

Jax is a Python library designed for high-performance ML research. Jax is nothing more than a numerical computing library, just like Numpy, but with some key improvements. It was developed by Google and used internally both by Google and Deepmind teams. References

Animate bivariate normal distribution

It is a special case, multi-variate distribution. It's parameters are the mean vector which will have 2 elements and a covariance matrix. Check the implementation here

References

Implement from scratch a sampling method to draw samples from a multivariate Normal (MVN) distribution

The multivariate normal distribution is a multidimensional generalisation of the one-dimensional normal distribution . It represents the distribution of a multivariate random variable that is made up of multiple random variables that can be correlated with each other.

References

Implement two hidden layers neural network classifier from scratch

We will create a neural network with one input layer, two hidden layer, and one output layer. We have a neural network with 784 inputs, the first hidden layer has 512 nodes while the second hidden layer consist of 256 nodes. The output layer has 10 node since we are solving a mnist classification problem, where there can be only 10 possible outputs. Check the implementation here

References

Bayesian Linear Regression from scratch

The Bayesian approach describes probability as a measurement of belief in an event, using the prior and acquired knowledge from observed data. The goal is to update the probability distributions of the parameters by incorporating information about the parameters from observing the data.

References

srip-iitgn-2022's People

Contributors

khushm 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.