Skip to content

Simple framework to construct machine learning models with tensorflow

License

Notifications You must be signed in to change notification settings

Dhruv-Mohan/Super_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super_TF

Simple framework to construct machine learning models with tensorflow

Overview

SuperTF was initially conceived as a means to get familiar with Tensorflow by constructing machine learning models and executing the Tensorflow Tutorials

I have expanded SuperTF overtime and now it has a suite of tools to help in:

  • Generation of datasets as tfrecords files (Currently supports Semantic segmentation, Classification and Sequence Generation)
  • Rapid Prototyping of Deep learning models
  • Network and Data visualization via tensorboard
  • Session management for extended training sessions

Examples

Please refer to the examples for:

Included Network Architectures

I’ve added a several neural network architectures:

Classification:

Segmentation:

Sequence-Generation:

Custom:

I've edited and added to certain network architectures to fulfill a certain niche or to improve their performance. These networks are:

Currently working on:

  • Upgrading architectures to individual classes
  • Preparing wrapper to work with both TF and Pytorch as backend

Releases

No releases published

Packages

No packages published

Languages