Pinned Repositories
ActorsForFun
Learning akka actors
adventures-in-ml-code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
akka
Akka Project
akka-exchange
A demonstration Akka application including Spray, Sharding, Data Duplication (aka Replication), and Akka TCP / Streams
akka_streaming_learning
allennlp
An open-source NLP research library, built on PyTorch.
amazon-sagemaker-examples
Example notebooks that show how to apply machine learning, deep learning and reinforcement learning in Amazon SageMaker
angular-styleguide
Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
ann
Artificial Neural Networks in Akka
randomForest
This is a distributed implementation of random forest algo on spark.This differs from the implemantation of the same algo available in mllib.In mllib, randomforest algo is implemented by splitting the data instance wise. This implementation is by splitting the data feature wise.This implementation is very useful for the data which has many features . I also made few improvisations ,by removing some classes which can be avoided in this approach of implementations One important improvement is: Now ,it is not compulsory for users of randomForest to give categoricalFeatureInfo (information regarding which are continous features ,how many categories a categorical feature contains) as input .It is now converted to an Option This implementation automatically detects which are continuous features and how many categories a categorical feature contains when the categoricalFeatureInfo is given as None in the input from user.
bbnsumanth's Repositories
bbnsumanth/amazon-sagemaker-examples
Example notebooks that show how to apply machine learning, deep learning and reinforcement learning in Amazon SageMaker
bbnsumanth/awesome-ai-labs
A curated list of Artificial Intelligence Labs doing cutting edge research. Feel free to raise pull request with any additions.
bbnsumanth/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
bbnsumanth/BLINK
Entity Linker solution
bbnsumanth/botui
🤖 A JavaScript framework to create conversational UIs
bbnsumanth/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
bbnsumanth/dash-recipes
A collection of scripts and examples created while answering questions from the greater Dash community
bbnsumanth/DeepLearningExamples
Deep Learning Examples
bbnsumanth/django
The Web framework for perfectionists with deadlines.
bbnsumanth/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
bbnsumanth/face-api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
bbnsumanth/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
bbnsumanth/fastbook
Draft of the fastai book
bbnsumanth/flask
The Python micro framework for building web applications.
bbnsumanth/GloVe
GloVe model for distributed word representation
bbnsumanth/lazynlp
Library to scrape and clean web pages to create massive datasets.
bbnsumanth/manim
Animation engine for explanatory math videos
bbnsumanth/modellogger.github.io
Model-Logger is a Python library for storing model's profile and rapid inter model comparison.
bbnsumanth/NeMo
NeMo: a toolkit for conversational AI
bbnsumanth/OpenSeq2Seq
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
bbnsumanth/punctuation-prediction
Support tools for punctuation and boundary detection for ASR output.
bbnsumanth/py-webrtcvad
Python interface to the WebRTC Voice Activity Detector
bbnsumanth/pytorch-pretrained-BERT
📖The Big-&-Extending-Repository-of-Transformers: Pretrained PyTorch models for Google's BERT, OpenAI GPT & GPT-2, Google/CMU Transformer-XL.
bbnsumanth/Realtime_PyAudio_FFT
Realtime audio analysis in Python, using PyAudio and Numpy to extract and visualize FFT features from streaming audio.
bbnsumanth/redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
bbnsumanth/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
bbnsumanth/Subtask-A
Data for SubTask A
bbnsumanth/swda
Switchboard Dialog Act Corpus with Penn Treebank links
bbnsumanth/tensorhub
TensorHub is a library of deep learning models and lego like interlocking blocks designed to make deep learning more accessible and accelerate ML research using TensorFlow 2.0
bbnsumanth/youtube-crawler
Youtube crawler & scraper based on scrapy. Written in Python3.