Giter VIP home page Giter VIP logo

biswajeet-padhi-da-assignment-rapyder's Introduction

BISWAJEET-PADHI-DA-ASSIGNMENT-RAPYDER

AI-ML Assignment

Dt – 19/10/2022

Below are the steps involved in the assignment:

Please create a virtual environment and install all the dependences libraries mentioned in the requirements.txt

1. Imported the required libraries

2. Loaded the dataset

3. Did the required statistical analysis to understand the dataset better

4. Define a function to do all the required pre processing before vectorizing the required the column

5 In the defined function the following we have done:

i) removed unwanted symbols,

ii) tokenization,

iii) removed stop words,

iv) removed numbers,

v) stemming,

vi) positional tagging,

vii) lemmatization.

6 Applied the pre-processing function on the synopsis column.

7 We have used synopsis column as independent variable

8 We have used genre column as dependent variable

9 Then we have built a pipeline to classify the genre

10 We have use the TFIDF vectorizer

11 We have used the Multinomial Naïve Bayes Algorithm for classification

12 Them we have find out the accuracy score in classification

13 For rating prediction, we have used synopsis as the independent variable.

14 We have used the rating as the dependent variable

15 Then we have built a pipeline to predict the rating

16 We have use the TFIDF vectorizer again

17 We have used the KNN regressor Algorithm for regression.

18 Them we have find our the r2 value in regression.

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.