Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 470 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 470 Bytes

NLP without Deep Learning

This repository contains examples where NLP problems are solved no using DL algorithms.

Folder Description
stack_models_sentim_analysis Dataset: IMBD ; Objective: Shows how we can combine models and solve sentimental analysis problem without DL approach. Next Steps: Use streamlit to present the new predictions from models