Now you can Instantly Chat with Yannick!
About Me
Passionate about Machine Learning, Deep learning in Natural Language Processing, Computer Vision and Data Mining Domains, I'm looking for new opportunities in natural language processing with companies eager to get some insights on their textu...
- better understand their clients
- be cognizant of their e-reputation,
- build appropriate conversational agents to handle tedious tasks
- and so forth...
SKILLS:
Python, NLP, TensorFlow, Keras, Deep Learning, Machine Learning, Computer Vision, Flask, Spark, Numpy/Scipy/Pandas/Matplotlib/Scikit-learn, Web Scraping - Selenium & BeautifulSoup, Bootstrap, jQuery, Spark, ANN, RNN, CNN, SOM, Word2Vec and major ML and DL algorithms
Show MoreSkills
Others
Web Development
Data & Analytics
Programming Language
Software Testing
Database
Development Tools
Positions
Portfolio Projects
Company
Chatbot for real estate
Description
POC CHATBOT - February 2019 to October 2019
Assignment: Implementation of a neural network type conversational agent
Use case: Real estate
Tools used:
Keras
-Tensorflow
- Flask
- Spacy(NER, Part of Speech tagger)
- NLTK(Lemmatization, sentence tokenizer...)
Company
Classification of rental incidents
Role
Data Scientist
Description
Classification of some incidents (heating malfunction...)
NLP engineer · This is for a real estate company. Here, the aim is to redirect every single client complaint(via phone, via e-mail) to the right category(no electricity, heating malfunction, smoke detector breakdown...)
- A DataPreprocessing class has been written to clean up the data, implement topic modeling with tf-idf and only retain, for a given category, words that are similar to one another(word2Vec, cosine similarity matrix)
- A Model class has been written where a neural network has been built to implement the classification tasks. At testing, only relevant sentences(those that have context words in it) will be taken into account for further processing.
- A ClassificationCategory class has been written to instantiate the above classes, to save relevant variables(tf-idf dictionary, test data..) and to implement testing