GithubHelp home page GithubHelp logo

webmining's Introduction

WebMining

-> Exercise 1

Create a Python programme to tokenize the following using the NLTK toolkit:
a) word
b) sentence
c) remove stop words & punctuation and list the words
Note: Take the input as “What is Web Mining? Web Mining is the process of ‘’Data Mining” techniques, and extract information from Web documents and services. The main purpose of web mining is discovering useful information from the World-Wide Web and it’s usage patterns.”

-> Exercise 2

Write a python program to scrape website to extract the following:
a) raw HTML content
b) tags (title, p, a, div)
c) all textual content.

Note: Consider the input to be any website of your choice.

-> Exercise 3

Create a Python programme that performs Elias Gamma Encoding and Decoding for even numbers ranging from 1 to 20.

-> Exercise 4

Create a Python programme that uses TF-IDF to find the important words in the given corpus.

Note: Collect strings from the following documents and create a corpus containing strings from documents d1, d2, and d3.

• d1: VIT Vellore University
• d2: VIT
• d3: Web

-> Exercise 5

Create a Python programme that performs Elias Delta Encoding and Decoding for a given number.

-> Exercise 6

Create a Python programme to implement the Page Rank Algorithm in order to plot a graph and print the page rank for each page.

-> Exercise 7

Create a Python programme that uses the Networkx Module to implement the Hyperlink Induced Topic Search (HITS) Algorithm and prints the Hub and Authority scores.

-> Exercise 8

Create a Python programme to implement the decision tree and prints the accuracy percentage, pression, recall and the predicted values.

-> Exercise 9

Create a Python programme that uses the K-means clustering algorithm and displays all clusters in different colours.

webmining's People

Contributors

riaarun25 avatar

Watchers

 avatar

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.