GitHub - tensorflow/skflow: Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
tensorflowsklearndeep-learningpython
Abstraction: SkFlow simplified TensorFlow API mimicking scikit-learn, merged into TensorFlow contrib
Key points:
- SkFlow provided a high-level scikit-learn-style interface for TensorFlow to make deep learning more accessible to Python ML practitioners.
- The repository was migrated into TensorFlow's
contrib/learnfolder; all future development moved there. - This standalone repository was wound down following the next TensorFlow release after the migration.
- Precursor to what later became
tf.estimator(TensorFlow's high-level API).
Connections: Tensorflow · Github · Deep Learning · Machine Learning Frameworks
Source: https://github.com/google/skflow