Coders Packet

Packets submitted by Vedhanth Natarajan

WorldCloud using Python

A wordcloud is a image that is a collection of the most relevant, frequent and important words present in an article.

NLP Chatbot using Python

This project uses NLP to create a chatbox that uses Wikipedia articles to fetch written data and create a chatbox.

Linear Regression In Python With Dataset

Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y).