GithubHelp home page GithubHelp logo

Top Langs

🔧 Technologies & Tools

Dhrumil Gohel's Projects

covid-19_data_visualization icon covid-19_data_visualization

Contains basics of Data-Visualization with a comparison of different graphing libraries of python and data analysis using maps.

data-science-essentials icon data-science-essentials

This repository contains topics that are prerequisites for any Data Science domain exploration. It contains mathematical operational libraries, graph plotting libraries, and geographical plotting maps with data.

predict-price-of-airlines-industry icon predict-price-of-airlines-industry

Data preprocessing of raw airline data and predicting prices through various different regression algorithms. Also dumping the model and reusing it for new data.

predicting-password-strength-using-nlp icon predicting-password-strength-using-nlp

Exploring Natural Language Processing by predicting password strength. Explored the TF-IDF algorithm and implemented it for data preprocessing. Will implement the ML algorithm soon :)

predicting-stock-market-using-headlines icon predicting-stock-market-using-headlines

Predict whether a stock price will increase based on headlines on a specific day. Data is Wrangled and Merged for modeling. The bag of words approach is used to vectorize textual data. A combination of NLP and ML models like RanfomForestClassifier is used to predict final results, plus the Naive Bayes approach with NLP to predict the results.

predicting-temperature-using-time-series-analysis icon predicting-temperature-using-time-series-analysis

I have worked on this project as part of my exploration of machine learning algorithms. I have understood the deep concept behind Arima-Model and Auto-Arima-Model. Also, this notebook contains data cleaning and data visualization things which make things easier to understand.

py-games icon py-games

This Repository containes mini python games which i have created for the fun.

python-project-scripts icon python-project-scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo

sentiments-prediction-using-nlp icon sentiments-prediction-using-nlp

Predicting customer sentiments from feedbacks for amazon. While exploring NLP and its fundamentals, I have executed many data preprocessing techniques. In this repository, I have implemented a bag of words using CountVectorizer class from sklearn. I have trained this vector using the LogisticRegression algorithm which gives approx 93% accuracy. I have found out the top 20 positive and negative feedback words from thousands how feedbacks. Also after processing this much I have automated the whole process with one function so that it can be used as generic for many machine learning algorithms. I have also tested another algorithm called DummyClassifier which gives an accuracy of around 84%. After that, I have executed the famous algorithm which is TF-IDF for NLP. I have combined TF-IDF with LogisticRegression which gives almost 93% accuracy but deep insights. Also, while working with data has solved the problem of imbalanced data through RandomOverSampler class from imblearn library.

streamlit-multi-page-apps icon streamlit-multi-page-apps

I have integrated all streamlit apps on which I have worked on. This single Streamlit app has multiple apps in it so that i can navigate all apps from one app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.