Skip to content

This repository is created to know the progress of my studies and the projects showcased which are submitted as assignments to the deemed university IIIT-B.

Notifications You must be signed in to change notification settings

Ravikiran-Gururaja/minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

RAVIKIRAN GURURAJA

---

Ravikiran Gururaja

Ravikiran Gururaja's

LinkedIn

GitHub

Pursuing Artificial Intelligence, Machine learning & NLP related problems.


Data Science Portfolio


Machine learning

Fraud Detection

Fraud detection is a set of processes and analyses that allow businesses to identify and prevent unauthorized financial activity. This can include fraudulent credit card transactions, identify theft, cyber hacking, insurance scams, and more.

View on GitHub


Financial-Models-Numerical-Methods

View on GitHub

This is just a collection of topics and algorithms that in my opinion are interesting.

It contains several topics that are not so popular nowadays, but that can be very powerful. Usually, topics such as PDE methods, Lévy processes, Fourier methods or Kalman filter are not very popular among practitioners, who prefers to work with more standard tools. The aim of these notebooks is to present these interesting topics, by showing their practical application through an interactive python implementation.


LSTM Neural Network for Time Series Prediction

View on GitHub

The following article sections will briefly touch on LSTM neuron cells, give a toy example of predicting a sine wave then walk through the application to a stochastic time series. The article assumes a basic working knowledge of simple deep neural networks.


Text Classification

View on GitHub
It is slightly simplified implementation of Kim's Convolutional Neural Networks for Sentence Classification paper in Tensorflow.


Awesome Machine Learning

View on GitHub

A curated list of awesome machine learning frameworks, libraries and software (by language). Inspired by awesome-php.


Gesture Recognizer

View on GitHub

Gesture recognition via CNN neural network implemented in Keras + Theano + OpenCV

Key Requirements: Python 3.6.1 OpenCV 3.4.1 Keras 2.0.2 Tensorflow 1.2.1 Theano 0.9.0 (obsolete and not supported any further)

Suggestion: Better to download Anaconda as it will take care of most of the other packages and easier to setup a virtual workspace to work with multiple versions of key packages like python, opencv etc.


Human Activity Recognition

View on GitHub

Human Activity Recognition (HAR) using smartphones dataset and an LSTM RNN. Classifying the type of movement amongst six categories:

WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING. Compared to a classical approach, using a Recurrent Neural Networks (RNN) with Long Short-Term Memory cells (LSTMs) require no or almost no feature engineering. Data can be fed directly into the neural network who acts like a black box, modeling the problem correctly. Other research on the activity recognition dataset can use a big amount of feature engineering, which is rather a signal processing approach combined with classical data science techniques. The approach here is rather very simple in terms of how much was the data preprocessed.

Let's use Google's neat Deep Learning library, TensorFlow, demonstrating the usage of an LSTM, a type of Artificial Neural Network that can process sequential data / time series.

My Projects

View on GitHub

  1. Lending Club Case Study

2) Bike Sharing Assignment
3) House Price Prediction

Thank You for viewing this page.

Ravikiran Gururaja

This site is maintained by 'Ravikiran Gururaja'

About

This repository is created to know the progress of my studies and the projects showcased which are submitted as assignments to the deemed university IIIT-B.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published