Giter VIP home page Giter VIP logo

Prabhatika Vij's Projects

amazon-athena-user-guide icon amazon-athena-user-guide

The open source version of the Amazon Athena documentation. To submit feedback & requests for changes, submit issues in this repository, or make proposed changes & submit a pull request.

back-propagation-algo-implementation icon back-propagation-algo-implementation

Back Propagation algorithm implemented from scratch using python. The program allows variable number of neurons and any activation function (provided the function and its derivative are defined in the code). To test if the algorithm is working, three cases are considered.

k-means-algo-implementation icon k-means-algo-implementation

Implemented k-Means algorithm in python from scratch. To demonstrate k-Means algorithm, three groups of data points (each group contains 40,000 points adding up to 1,20,000 points) were generated from a normal distribution with three different centers. At the end, a graph is generated which shows the working of the algorithm.

naive-bayes-implementation icon naive-bayes-implementation

Naive Bayes implemented from scratch in python. The algorithm is used to build a spam filter (using data from ). Training data consists of 70% of the data and the rest 30% of the data is treated as test data. Accuracy, precision and recall are then displayed for each category (spam and ham) as output.

perceptron-implementation icon perceptron-implementation

Perceptron implemented from scratch using python. A csv file consisting of some 2d points, some of them labelled 1 and others -1, is fed to the program and a hyperplane is plotted at the end, separating the two classes, demonstrating that the perceptron is working,

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.