muffnn
muffnn copied to clipboard
Multilayer Feed-Forward Neural Network predictive model implementations with TensorFlow and scikit-learn
It'd be nice to have a `decision_function` in the MLP classifier that returns logits [like sklearn's LogisticRegression](http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#sklearn.linear_model.LogisticRegression.decision_function), etc. This might lead to better performance if the MLPClassifier is used in...
It looks like we are getting a lot of warnings in TF 1.4: ``` 2017-11-21 10:02:02 AM /opt/conda/lib/python3.6/importlib/_bootstrap.py:205: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version...