PrachiPrakash / NLP-and-DeepNLP

0 stars 1 forks source link

create generic framework for machine learning task #1

Open yogendrasoni opened 4 years ago

yogendrasoni commented 4 years ago

All the scripts in project are independant. We can extend this project by creating a framework. Framework should allow user to initialize classifier using pluggable and customizable model,proprocessor, vectorizers. This can be seen as an abstraction that can use components developed in various ml libraries for example sklearn,pytorch,tf,gensim,automl etc.

Following modules can be created.

PrachiPrakash commented 4 years ago

yup i think this can be done

PrachiPrakash commented 4 years ago

this was just an bunch of script to teach myself tensorflow and deep learning