Skip to content

Files

Latest commit

 

History

History
 
 

skflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples of Using skflow

Scikit Flow is high level API that allows to create, train and use deep learning models easily with well known Scikit Learn API.

To run these examples, you need to have scikit learn library installed (sudo pip install sklearn). Some examples use the pandas library for data processing (sudo pip install pandas).

Image classification

Text classification

Language modeling

Text sequence to sequence