Skip to content
View pratikzode's full-sized avatar

Block or report pratikzode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Basic-operations-using-R Basic-operations-using-R Public

    Perform the following operations using R/Python on the Amazon book review and facebook metrics data sets 1. Create data subsets 2. Merge Data 3. Sort Data 4. Transposing Data 5. Melting Data to lon…

    R

  2. Integration-of-R-and-Hadoop Integration-of-R-and-Hadoop Public

    Integrate R/Python and Hadoop and perform the following operations on forest fire dataset 1. Text mining in RHadoop 2. Data analysis using the Map Reduce in Rhadoop 3. Data mining in Hive.

    R

  3. SHELL-PROGRAMMING SHELL-PROGRAMMING Public

    a) Create address book. b) View address book. c) Insert a record. d) Delete a record. e) Modify a record. f) Exit.

    Shell

  4. DEADLOCK-AVOIDANCE-USING-SEMAPHORES DEADLOCK-AVOIDANCE-USING-SEMAPHORES Public

    Implement the deadlock free solution to Dining Philosophers problem to illustrate the problem of deadlock and/or starvation that can occur when many synchronized threads are competing for limited r…

    C

  5. Distributed-application-to-process-log-file-using-MapReduce Distributed-application-to-process-log-file-using-MapReduce Public

    Design a distributed application using MapReduce which processes a log file of a system. List out the users who have logged for maximum period on the system. Use simple log file from the Internet a…

    Java 1

  6. Word-Sense-Disambiguation-WSD- Word-Sense-Disambiguation-WSD- Public

    - Implemented a model that maximizes the accuracy of WSD using Neural Networks. The input layer of the neural network consisted of nodes having binary values depending on the presence or absence of…

    Python