Git Product home page Git Product logo

Ali Riahi Samani's Projects

machine-learning-classification-regression-twitter-buzz icon machine-learning-classification-regression-twitter-buzz

Buzz Prediction on Twitter: Buzz Prediction on Twitter Project Description: There are two different datasets for Regression and Classification tasks. Right-most column in both the datasets is a dependent variable i.e. buzz. Data description files are also provided for both the datasets. Deciding which dataset is for which task is part of the project. Read data into Jupyter notebook, use pandas to import data into a data frame. Preprocess data: Explore data, check for missing data and apply data scaling. Justify the type of scaling used. Regression Task: Apply all the regression models you've learned so far. If your model has a scaling parameter(s) use Grid Search to find the best scaling parameter. Use plots and graphs to help you get a better glimpse of the results. Then use cross-validation to find average training and testing score. Your submission should have at least the following regression models: KNN regressor, linear regression, Ridge, Lasso, polynomial regression, SVM both simple and with kernels. Finally, find the best regressor for this dataset and train your model on the entire dataset using the best parameters and predict buzz for the test_set. Classification Task: Decide about a good evaluation strategy and justify your choice. Find best parameters for the following classification models: KNN classification, Logistic Regression, Linear Support Vector Machine, Kernelized Support Vector Machine, Decision Tree. Which model gives the best results? Buzz Prediction on Twitter Project Description: Use same datasets as Project 2. Run all the models only on 10% data. Use code given in Project 2 for sampling. Preprocess data: Explore data and apply data scaling. Regression Task: Apply any two models with bagging and any two models with pasting. Apply any two models with adaboost boosting Apply one model with gradient boosting Apply PCA on data and then apply all the models in project 2 again on data you get from PCA. Compare your results with results in project 2. You don't need to apply all the models twice. Just copy the result table from project 2, prepare similar table for all the models after PCA and compare both tables. Does PCA help in getting better results? Apply deep learning models covered in class Classification Task: Apply four voting classifiers - two with hard voting and two with soft voting Apply any two models with bagging and any two models with pasting. Apply any two models with adaboost boosting Apply one model with gradient boosting Apply PCA on data and then apply all the models in project 2 again on data you get from PCA. Compare your results with results in project 2. You don't need to apply all the models twice. Just copy the result table from project 2, prepare similar table for all the models after PCA and compare both tables. Does PCA help in getting better results? Apply deep learning models covered in class

nlp-finding-similar-sentences icon nlp-finding-similar-sentences

The problem is generated by Quora, a platform to share general knowledge - about anything. Over 100 million people visit Quora every month and many people ask similarly worded questions. Multiple questions with the same intent can cause seekers to spend more time finding the best answer to their question, also make writers answer similar questions multiple times.

trajectory-prediction icon trajectory-prediction

PyTorch code for the paper "FIERY: Future Instance Segmentation in Bird's-Eye view from Surround Monocular Cameras"

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.