Code Monkey home page Code Monkey logo

projecttf's Introduction

ProjectTF

The important aspect of Machine learning algorithms is the evaluation of each of them and comparing it with all the similar algorithms.

The Stacked autoencoder here will be evaluated with some scores like Accuracy, Precision, Recall, F-Score and at last create a confision matrix which will visualize all the results and confirm different score.

Here the MNIST handwritten dataset contains a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.

Four files are available on the website [http://yann.lecun.com/exdb/mnist/] : train-images-idx3-ubyte.gz:  training set images (9912422 bytes) train-labels-idx1-ubyte.gz:  training set labels (28881 bytes) t10k-images-idx3-ubyte.gz:   test set images (1648877 bytes) t10k-labels-idx1-ubyte.gz:   test set labels (4542 bytes)

The images are 28x28 pixels and the labels have 10 classes specifing to which class the images

Convolutional Neural Network is also evaluated on same MNIST handwritten dataset as the autoencoder

However if some one wants to use a differet dataset, they very well can but do keep in mind that both of these examples are built using Tflearn, Tensorflow and Sklearn so they need to keep in mind the bits and peices of them. Also while changing the data set you must keep in mind the shape and rank of the tensors. All these functions uses a specific corelation between the inputs and labels.

Other models will be updated soon.

projecttf's People

Contributors

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