Feature Extraction in Scikit Learn

preview_player
Показать описание
We talk about feature extraction and some of the basic tools needed to do NLP including bag of words and vectorizers.

Associated Github Commit:

Associated Scikit Links:
Рекомендации по теме
Комментарии
Автор

I was wondering if you can use the scikit's TfidfVectorizer with Keras with out using KerasClassifier()? Or is it that you always have to use keras' feature extraction when using a keras model?

stackexchange