Coder Social home page Coder Social logo

tensorbase's Introduction

TensorBase: Minimalistic TensorFlow Framework

TensorBase provides a set of Python classes that abstract the typical functions involved in a machine learning application and facilitate the creation of new applications from data management and to model implementation. TensorBase differs from other TensorFlow-compatible APIs such as Keras and PrettyTensor in several ways:

  1. Has a simpler structure but demands more knowledge of TensorFlow syntax
  2. Facilitates the creation of new layers and functions in networks and training
  3. Addresses data and metrics (e.g. loss, accuracy) management

Contents

The TensorBase packages contains 3 Classes in base.py and 1 Class in data.py.

Base:

  • Model: a parent class that defines the general structure of TensorFlow models and manages metrics.
  • Layers: a parent class that iteratively creates connected and convolutional networks.
  • Data: a parent class for batch generation.

Data:

  • MNIST: a child class that generates batchs for the MNIST dataset.

tensorbase's People

Contributors

dancsalo avatar kevinjliang avatar kongsea avatar mhnatiuk avatar

Stargazers

 avatar  avatar

Watchers

 avatar

tensorbase's Issues

Larger Images

@dancsalo ,

Very cool that you implemented this! In the paper, it says that this should work for "arbitrary" sized images. Have you tried this method with any large images?

Also, sorry for making an issue of this. I can delete if you prefer.

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.