Code Monkey home page Code Monkey logo

Rohit Kumar's Projects

911-police-calls-for-service-data-analysis icon 911-police-calls-for-service-data-analysis

The dataset is picked from the Open Baltimore website. The Dataset presents the 911 police calls made for different service at different Date and Time, from different location of Baltimore marking the priority of call from low to high and Emergency or Non-Emergency calls.

an-nlp-approach-to-image-and-image-captioning icon an-nlp-approach-to-image-and-image-captioning

Image indexing, Image captioning and Image retrieval is a hot topic of research in NLP and Computer Vision now-a-days, but the work on it have started decades ago. The context of the image captions matters a lot while talking of image processing. Presence of a name/text in a caption related to a given context provides useful information concerned with the image like who is associated with given image. This is the Graduate Paper work as a part of NLP Coursework at UMBC. This paper discusses the related works and findings in the field of text and image captioning and modeling using the results and findings from the first five paper mentioned in references section of this paper.

breast-cancer-data-analysis icon breast-cancer-data-analysis

The Dataset for Breast Cancer is picked from sklearn and is splitted into equal halves for Train and Test Dataset. I have used Logistic Regression and Support Vector Machines with linear and RBF kernels for making the analysis. Further, I have made use of scikit's StandardScaler to standardize the data. Using the unscaled data, I have tuned the parameters of each model using GridSearchCV. For Logistic Regression and SVC models, I have tuned the C parameter and also tuned the gamma parameter for the RBF kernel. Atleats, discussed about the coefficients of the LogisticRegression and Linear Support Vector Machine models and explained what is their significance corresponding to the features.

chord icon chord

Implementation of Chord in Go

chord-1 icon chord-1

Implementation of Chord DHT(Distributed Hash Table) paper

creating-a-crud-api-server-using-node.js-express-and-json-file icon creating-a-crud-api-server-using-node.js-express-and-json-file

Create an API Server using Node.js, Express and JSON file which have the following services. 1) Add a user (HTTP Post), 2) Update a User (HTTP Post), 3) Delete a User (HTTP delete), 4) Get all users (HTTP Get). Get a specific user by passing the user ID (HTTP Get) Use a file on the node server to maintain user information.

data-science-project-ted-talk-data-analysis icon data-science-project-ted-talk-data-analysis

TED is a non-profit American media organization, spreading ideas, usually in the form of short and powerful talks (18-30 min video) covering areas from science to business to education to global issues. Most of these talks are available in more than 100 other languages. In this project, we have taken 3 different datasets for the available TED talks. These datasets include details about ~2500 TED talks, where one of the datasets provides the transcript of each TED Talk topic and second one provides the details like length of talks, views, release date, languages, rating, tags, views, comments etc. The third dataset provides speaker’s details which includes speaker’s career field, their background detail, etc. We analyzed the available datasets to get useful inferences to conclude how gender, duration, languages, views, comments, speaker’s occupation, rating, topic of TED talk and the easiness of following the speech affects the popularity of the talk.

go-chord icon go-chord

Golang implementation of the Chord protocol

moa icon moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.

n-grams icon n-grams

My Python n-gram Language Model from an NLP course. Since there are so public implementations, I feel free to post mine.

pegasos icon pegasos

SVM Solver in Python (http://www.cs.huji.ac.il/~shais/papers/ShalevSiSrCo10.pdf)

use-axios-to-interact-with-the-api-created-using-vue icon use-axios-to-interact-with-the-api-created-using-vue

How to query your API using Vuex in your Vue application. Use Axios to interact with the API created using Vue. Axios is Client Side network request library to send an HTTP Request. Axios and Vue-Axios library makes API calls super simple. Actions are meant to be asynchronous while mutations should happen as near to instantly as possible.

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.