Tuesday, January 31, 2017

Introduction to Scikit Flow

Scikit Flow is a simplified interface for TensorFlow, to get people started on predictive analytics and data mining. It helps smooth the transition from the Scikit-learn world of one-liner machine learning into the more open world of building different shapes of ML models. You can start by using fit/predict and slide into TensorFlow APIs as you are getting comfortable. It’s Scikit-learn compatible so you can also benefit from Scikit-learn features like GridSearch and Pipeline.

source activate tensorflow
ipython
import tensorflow


Deep Learning Models

Deep Neural Network


No comments:

Post a Comment

Blog Archive