Nischal HP
Berlin, Berlin, Deutschland
4806 Follower:innen
500+ Kontakte
Info
Data Science leader with over 14 years of experience specializing in infrastructure…
Artikel von Nischal HP
Aktivitäten
-
It was an absolute pleasure to have had the opportunity to speak InfoQ Munich last week. Thank you Renato Losio, Danny Latimer, Dio Synodinos for…
It was an absolute pleasure to have had the opportunity to speak InfoQ Munich last week. Thank you Renato Losio, Danny Latimer, Dio Synodinos for…
Geteilt von Nischal HP
Berufserfahrung
Ausbildung
Bescheinigungen und Zertifikate
Ehrenamt
Patente
-
Performance evaluation of trading strategies
Angemeldet am US 20160042455
Implementations of the present disclosure include methods, systems, and computer-readable storage mediums for automatically configuring a user interface for interacting with an application. Actions can include receiving a request provided through a user interface of a remote device, the request including a plurality of elements including an identifier associated with a tradable asset, and a time period; in response to receiving the request, obtaining at least one transactions series relating to…
Implementations of the present disclosure include methods, systems, and computer-readable storage mediums for automatically configuring a user interface for interacting with an application. Actions can include receiving a request provided through a user interface of a remote device, the request including a plurality of elements including an identifier associated with a tradable asset, and a time period; in response to receiving the request, obtaining at least one transactions series relating to the tradable asset within the time period, the at least one transactions series corresponding to a trading strategy; determining a performance indicator of the trading strategy based on the transactions series; and transmitting a response to the request including content relating to the performance indicator of the trading strategy.
Andere Erfinder:innenPatent anzeigen
Projekte
-
DroidconIn-2016 Analytics
As data science partner of Hasgeek for the droidconIN 2016 event, a premier android conference held in Bangalore, India, we built a dashboard to understand the social media conversations for the event.
Andere Mitarbeiter:innenProjekt anzeigen -
Tweezer
We at Unnati do social media analytics. After talking to people, we found out that setting up a data collection framework was a tedious task. To solve this problem, we built Tweezer. With Tweezer, you can start collecting streaming twitter data in under 5 mins.
Twitter streaming api has no rate limits, so it is simpler to use it. All we need to start collecting data is to have a twitter authorized app. Connect to the streaming api with the authorized app credentials and you are ready to…We at Unnati do social media analytics. After talking to people, we found out that setting up a data collection framework was a tedious task. To solve this problem, we built Tweezer. With Tweezer, you can start collecting streaming twitter data in under 5 mins.
Twitter streaming api has no rate limits, so it is simpler to use it. All we need to start collecting data is to have a twitter authorized app. Connect to the streaming api with the authorized app credentials and you are ready to fetch tweets in realtime.
We have a handy configuration file designed to manage the authorized app credentials, data store credentials and the tracks to fetch data for (hashtags / keywords)
For the JSFoo event, we used tweezer to fetch the twitter stream for tags related to the event and ran the service for 3 days. Here is the link to the dashboard : http://jsfoo2016.unnati.xyzAndere Mitarbeiter:innenProjekt anzeigen -
Twitter Analytics Platform
After attending many technology conferences around the world and working on social media for a long time, we decided to create a dashboard to understand how a conference evolves over multiple days based on Twitter data.This involved building a temporal based word cloud and sentiment analyzer and ways to understand the top influencers and key topics.
Andere Mitarbeiter:innenProjekt anzeigen -
Building scalable Data Science Pipelines with Apache SPARK, Luigi & Flask
“In theory, there is no difference between theory and practice. But in practice, there is.” - Yogi Berra
Once the task of prototyping a data science solution has been accomplished on a local machine, the real challenge begins in how to make it work in production. To ensure that the plumbing of the data pipeline will work in production at scale is both an art and a science. The science involves understanding the different tools and technologies needed to make the data pipeline connect…“In theory, there is no difference between theory and practice. But in practice, there is.” - Yogi Berra
Once the task of prototyping a data science solution has been accomplished on a local machine, the real challenge begins in how to make it work in production. To ensure that the plumbing of the data pipeline will work in production at scale is both an art and a science. The science involves understanding the different tools and technologies needed to make the data pipeline connect, while the art involves making the trade-offs needed to tune the data pipeline so that it flows.
In this workshop, you will learn how to build a scalable data science platform with set up and conduct data engineering using Pandas and Luigi, build a machine learning model with Apache Spark and deploy it as predictive api with FlaskAndere Mitarbeiter:innenProjekt anzeigen -
Introduction to Deep Learning and Natural Language Processing at Pydata London
We conducted a tutorial introducing Deep Learning and Natural Langauge Processing at Pydata London.
Andere Mitarbeiter:innenProjekt anzeigen -
Data Science platform for campaign management
–Heute
Campaigns are hard to manage as they involve so many moving parts. Having an underlying intelligent platform that will help people manage campaigns by providing a better target audience pool and utilization of money.
This project involves building a robust data engineering pipeline to ensure we are working with the latest data and the system should scale irrespective of the size as data growth has been exponential in nature.Andere Mitarbeiter:innen -
Data Science platform for Online Coaching
-
Workshop on Deep Learning In the Field of Natural Language Processing conducted at Pycon Czech Republic
Projekt anzeigenConducted a workshop for Deep Learning.The workshop consisted of introduction to Artificial Neural Networks and building deep learning neural network models to understand the how it can be used in the field of Natural Language Processing. Build a RNN model to generate blog text as an example.
-
TweetLyze
–
Projekt anzeigenFramework to get tweets from different locations in the world , analyze the tweets and build a relationship between the tweets. The Idea behind tweetlyze is to see how twitter trends pick up across the world. This project also saw how trends died down and the unreasonable relationships between entities of trends.
-
AutoCart Generation based on customer buying pattern
-
The biggest problem in e-commerce is to get customers to buy, the more easy you make the buying the better are the chances of selling. Hence, based on the customer buying patterns built a mechanism of auto populating the cart to provide faster checkouts.
-
Introduction To data Science with Python
-
Built the code base to conduct a workshop at Bangpypers to understand how to start data analysis using python and introduction to libraries such as pandas,numpy and stats.
-
NLP using Deep Learning Approach.
-
Conducted a workshop for Deep Learning with a Data scientist and a fellow engineer. I was in charge of building deep learning neural network models to understand the how it can be used in the field of Natural Language Processing. Build a RNN model to generate blog text as an example.
Andere Mitarbeiter:innen -
Sentiment Analysis Using Word2Vec and Doc2Vec to Understand customer sentiments
-
-
Text Mining and Text Analytics with Python
-
This project involves content that can be used to teach Text Mining and Analytics from scratch. Text mining is a huge umbrella that contains a lot of different techniques and use cases. In this project we see the following:
* Regular Expression
* Stopword Removal, Stemming
* Creating features from text
* Term Frequency and Inverse Document Frequency (TF-IDF)
* Visualising text data and models
* Sentiment Analysis (Using Naive Bayes Classifier)
* Topic Modelling - Latent…This project involves content that can be used to teach Text Mining and Analytics from scratch. Text mining is a huge umbrella that contains a lot of different techniques and use cases. In this project we see the following:
* Regular Expression
* Stopword Removal, Stemming
* Creating features from text
* Term Frequency and Inverse Document Frequency (TF-IDF)
* Visualising text data and models
* Sentiment Analysis (Using Naive Bayes Classifier)
* Topic Modelling - Latent Dirichlet Allocation (LDA)Andere Mitarbeiter:innenProjekt anzeigen
Auszeichnungen/Preise
-
Rockstar of the Year
Redmart
Received Rockstar of the Year Award for single handedly building production ingestion system, conducting talks and for helping to create a constructive & hacking atmosphere amongst peers.
Sprachen
-
English
Verhandlungssicher
-
German
Grundkenntnisse
Erhaltene Empfehlungen
10 Personen haben Nischal HP empfohlen
Jetzt anmelden und ansehenWeitere ähnliche Profile
-
Mehmet Ahat
Vernetzen -
Peter Tegelaar
Vernetzen -
Ayser Armiti
Vernetzen -
Ioannis Karakasoglou-Breier
Vernetzen -
Ilya Vladimirskiy
Vernetzen -
Sujit Kumar
IT Program Manager - Data, Analytics & AI at ZF Group
Vernetzen -
Dr. Syed Fawad Ali
Vernetzen -
Michele Dallachiesa
Vernetzen -
Killian Dectot
Vernetzen -
Rajat Jain
Vernetzen
Weitere Mitglieder, die Nischal HP heißen
Es gibt auf LinkedIn 1 weitere Person, die Nischal HP heißt.
Weitere Mitglieder anzeigen, die Nischal HP heißen