Giter Club home page Giter Club logo

Ashwani Rajan's Projects

a-meta-analysis-of-neutron-lifetime-measurements icon a-meta-analysis-of-neutron-lifetime-measurements

We generated Error Distributions for the neutron lifetime using a subset of measurements compiled in the 2018 edition of Particle Data Group.PDG and checked the gaussianity of the error distribution using the weighted mean and median estimates.

a-scalable-song-recommendation-system icon a-scalable-song-recommendation-system

We extracted and preprocessed the One Million Song data, user profiles, and song lyrics data using Spark on Databricks and AWS EMR and stored aggregated features as MongoDB collections. We built collaborative and content-based song recommenders, popularity, and genre predictors using distributed models for Matrix Factorization, word2vec K-means clustering of song lyrics, and classification & regression models using Spark MLlib. We also developed a web app prototype to showcase the above results.

bitcoin-mining-pool-detection-and-identifying-anomalies icon bitcoin-mining-pool-detection-and-identifying-anomalies

Bitcoin provides an extra level of anonymity for the identities of the users, since the user addresses are hashed. A Mining pool is the pooling of resources by miners, who share their processing power over a network, to split the reward equally, according to the amount of work they contributed to the probability of finding a block. I attempt to create a classifier model which identifies the mining pools from other users and then detects anomalies in these mining pools.

fake-news-detector icon fake-news-detector

FAKE NEWS DETECTOR Running the code : We can run the main.py file. You just need to input whether you need the prediction to be “binary” or “multiclass”. About the model: I have used the statement as well as the justification together as text input to train the model. I merged the statement and justification as a single text. First we use pre-trained 100 dimension Glove embeddings. This constitutes the first layer of the sequential model. Then we have used a 1D Convnet with relu activation, and filters =32. We added another layer of 1D convent with the same activation and filters = 64. Then we used Bidirectional LTSM with two layers(128, 64) and followed by a softmax layer, which has 2 or 6 neurons based on our input as “binary” or “multiclass”. Scope of improvement : Due to limited time, I could not attempt a few more possibilities. The accuracy can be improved by the following few measures: 1. Using the metadata related to previous counts or true/fake statements of each speaker in both binary and multiclass. 2. Using parallel BiLSTM as mentioned in paper might improve the results to a good extent. 3. Using both training data and validation data to train our final model will improve accuracy to a minimal extent as well. Accuracy : 1. Multiclass : 0.832 2. Binary : 0.523

fastai_projects icon fastai_projects

A compilation of all the projects I did while taking the online MOOC by USF on Fastai

non-gaussian-error-distributions-of-galactic-rotation-speed-measurements icon non-gaussian-error-distributions-of-galactic-rotation-speed-measurements

We generated Error Distributions over a compilation of 162 galactic rotation speed measurements from literatureusing different central estimates using Python. We then compared the distributions to different standard models such as Gaussian, Cauchy, Double Exponential andStudent’s t using K-S tests and Chi-squared tests and inspected the reasons for their non- gaussianity using Python.

python-tutorials icon python-tutorials

This repository contains a tutorial for all the different methods for String Formatting available in Python.

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.