“Ankit worked with me on a project to deliver an enterprise scale Fraud Management System to a leading Telecom Service Provider in Indonesia. As a Front End team member he was majorly responsible to design and develop UI for the solution using TIBCO's Spotfire product. All through the project, I found Ankit quite energetic and with full of 'Can-Do' attitude. On multiple occasions he was assigned challenging tasks with very strict timelines but he could always meet them by putting in extra efforts. Ankit had joined the project mid-way and he wasn't given thorough KT as the other team member had to leave impromptu. Ankit put-in extra efforts to understand the code and design on his own. He also didn't have exposure to several technologies which was being used in the solution. But Ankit was very quick in learning the new technologies by putting in stretched hours. I could observe that he was a very quick learner. On multiple occasions, he could exhibit his deep understanding and expertise of Spotfire programming very lucidly. He did come up with out-of box ideas at times to resolve pressing issues in code in most efficient way. Overall, Ankit was an asset to the FMS team and we were glad to have him on team. He was deputed onsite for sometime and Client also had very good feedback on his knowledge and positive energy.”
About
Ankit Singh, a data scientist at Abbvie, leading pharmaceutical company, dedicated to…
Contributions
-
What are the most common data reporting tools and software used in healthcare?
In my experience, there's another set of audience (Data Scientist, ML Engineers) who want to focus more on building data and models rather than spending excessive time showcasing their modeling or data analysis results. Streamlit has emerged as a popular choice, with just a few lines of code, Streamlit allows users to create interactive web applications that enable us to explore and analyze data, visualize trends, and make informed decisions. Moreover, its open-source nature (Python Web framework) makes it highly customizable and enables integration with various data sources, making it a valuable tool for data visualization/storytelling amongst data scientists.
Activity
-
DeepSeek released an overview of their Inference System - and it's full of interesting bits! 🔥 Over a typical 24 hour period: > Input Tokens: 608B…
DeepSeek released an overview of their Inference System - and it's full of interesting bits! 🔥 Over a typical 24 hour period: > Input Tokens: 608B…
Liked by Ankit Singh
-
Great to see the continued growth and expansion of computer vision work across AbbVie being shared and showcased! Congratulations to Snehal…
Great to see the continued growth and expansion of computer vision work across AbbVie being shared and showcased! Congratulations to Snehal…
Liked by Ankit Singh
Experience
Education
-
D.Y Patil Institute of TECHNOLOGY
Activities and Societies: College Campus Ambassador for Twenty19.com, Web Admin(2012-2014) Alumni Committee, Event Manager for ITSA(IT) Committee
-
Activities and Societies: Debate Team, Quiz Contest(Inter/Intra) School, Cricket Team.
-
Activities and Societies: 1) First Prize at Annual Graduate Students Project Expo - 2019 at UIC for "Attrition Modelling Project" 2) Chancellor’s Student Service Award for my leadership and service contributions to UIC and student community 3) General Secretary at University of Illinois “Business Analytics Organization” organizing events, symposiums, speaker series 4) Graduate Research Assistant at University of Illinois Cancer Center, handling databases, servers, website and data analysis
Graduate Master's Student in Business Analytics.
1) Data Mining for Business
2) Business Analytics Statistics
3) Social Media and Network Analytics
4) Introduction to Marketing
5) Deep Learning
6) Advance Database Management
7) Analytics for Big Data
8) Advance Text Analytics
9) Online Customer Analytics
Licenses & Certifications
Volunteer Experience
-
Working as a bridge between tewnty19 and RAIT, acquainting them with the internship opportunities
Twenty19.com
- 11 months
Publications
-
E-Railway Concession System ( Computer Application paper) :
IJCET
Local train is the lifeline of people in Mumbai, and students are no exceptions. Education without train travelling is a rarely seen case. Students(below the age of 25) are given a facility by Central and Western Railway, Mumbai, giving them concession in train pass if they use the local train services for going to their educational institutes. Colleges in Mumbai, provide students the railway train concession forms, issued by the Central and Western Railway, Mumbai, to avail the concession…
Local train is the lifeline of people in Mumbai, and students are no exceptions. Education without train travelling is a rarely seen case. Students(below the age of 25) are given a facility by Central and Western Railway, Mumbai, giving them concession in train pass if they use the local train services for going to their educational institutes. Colleges in Mumbai, provide students the railway train concession forms, issued by the Central and Western Railway, Mumbai, to avail the concession facility. Students have to wait for hours in a queue to get this form. The concerned college authority has a cumbersome task of filling the student details manually on the form. After analyzing all the problems and requirements of the hour, the need for automation was strongly felt. E-Railway Concession Form System is an application that has automated the manual process which has many flaws. The perfection of data that this system provides to the institute and the government cannot be achieved with the manual proceedings. It aims at making the process efficient, quick and easy-going.
Other authorsSee publication
Projects
-
Movie Embedding (Recommendation System)
-
E-Railway Concession form System (PHP, MySQL)
•Developed an online application that automates manual form filing process for student railway ticket concession
•Elicited requirement gathering from railways, formulated an approach, collected & transformed data, evaluated solution to help 6000 students per month, complete the form filing process in 5 mins in against to 20 mins previously
•Received recognition from TOI and published International Technical paper on the same (IAEME)
Other creators -
Airbnb NYC Data Analysis - Price Prediction for Listings & Sentiment Analysis of Customer Reviews
-
1) Predicting the listing price of particular house based on attributes of the listing using different supervised regression techniques such as Random Forest, Linear Regression and Gradient Boosting Algorithms
2) Effectively calculating lowest RMSE score of 41.29 on training and 51.97 on testing dataset using feature engineering, Encoding and feature importance techniques
3) Performed Sentiment Analysis of Customer reviews of each listing on Airbnb using lemmatization, polarity…1) Predicting the listing price of particular house based on attributes of the listing using different supervised regression techniques such as Random Forest, Linear Regression and Gradient Boosting Algorithms
2) Effectively calculating lowest RMSE score of 41.29 on training and 51.97 on testing dataset using feature engineering, Encoding and feature importance techniques
3) Performed Sentiment Analysis of Customer reviews of each listing on Airbnb using lemmatization, polarity, tokenization and vectorization (TF-IDF)
4) Decision tree turned out to be best model to classify the sentiments of comments giving 95.60% accuracy on training dataset and 95.20% on testing datasetOther creators -
The 20 Newsgroups Dataset - Advance Text Analytics topic classification
-
1) “20 Newsgroup” dataset contains documents which are mapped to 20 different topics. The task is to train a classifier which is able to map new incoming documents to their topic
2) Performed initial data cleaning and data pre-processing steps to filter non-english characters, lemmatization, removing stop words etc
3) Use of data transformation (Vectorization) techniques such as Count Vectorizer and TF-IDF. Effectively tuned vectorizer hyperparameters to give better accuracy on training…1) “20 Newsgroup” dataset contains documents which are mapped to 20 different topics. The task is to train a classifier which is able to map new incoming documents to their topic
2) Performed initial data cleaning and data pre-processing steps to filter non-english characters, lemmatization, removing stop words etc
3) Use of data transformation (Vectorization) techniques such as Count Vectorizer and TF-IDF. Effectively tuned vectorizer hyperparameters to give better accuracy on training and testing dataset
4) Developed different models to classify texts to topics which was effectively done by SVM providing 97% accuracy on training and 72% accuracy on testing dataset
5) Implemented cross validation techniques to further tune the SVM model hyperparameters to provide better accuracy on training and testing datasetOther creators -
Image Captioning using Deep Learning (COCO Dataset)
-
1) Automatically generating textual description from an artificial system is the task of image captioning. When given an image, the model describes in English what the image comprises of. To achieve this, our model is comprised of an encoder which is a CNN and a decoder which is a RNN(LSTM).
2) Encoder and decoder together helps us to map our data from image space to hidden space and from hidden space into sentence space
3) Our training and test datasets consisted of 44K images…1) Automatically generating textual description from an artificial system is the task of image captioning. When given an image, the model describes in English what the image comprises of. To achieve this, our model is comprised of an encoder which is a CNN and a decoder which is a RNN(LSTM).
2) Encoder and decoder together helps us to map our data from image space to hidden space and from hidden space into sentence space
3) Our training and test datasets consisted of 44K images respectively, from COCO dataset
Other creatorsSee project -
Black Friday Sales Analysis (R, Apache H2o)
-
•Understand the customer purchase behaviour (purchase amount) against various products of different categories and evaluated GLM, SVM, Random Forest, Gradient boosting model performance on 650k records
•Performed exploratory analysis, data cleaning, feature engineering, resource optimization, ML model training and evaluation to achieve lowest RMSE score of 2641 and 2703 on training and testing dataset respectively.
•Predicted the Category of Goods bought and Age of Customer using…•Understand the customer purchase behaviour (purchase amount) against various products of different categories and evaluated GLM, SVM, Random Forest, Gradient boosting model performance on 650k records
•Performed exploratory analysis, data cleaning, feature engineering, resource optimization, ML model training and evaluation to achieve lowest RMSE score of 2641 and 2703 on training and testing dataset respectively.
•Predicted the Category of Goods bought and Age of Customer using Clustering model based on various user attributes
Other creators -
Growth Modelling of Bitcoin purchases (Network Data Analysis - R iGraph, Gephi)
-
•Performed statistical analysis of uni-variate and bi-variate variables of Bitcoin buyer’s data that represent dynamic, growing network to understand effect of web of trust on Bitcoin OTC network – 5881 nodes, 35592 edges
•Predicting whether the network is random/preferential/hybrid growth network using growth modelling on number of transactions and average rating. Effectively created network growth visualization in Gephi using Yifan Hu model
Other creators
Honors & Awards
-
AbbVie R&D President Award
AbbVie Inc.
QuARTS project has been selected by for a R&D President Award by the R&D Leadership Team. The prestigious R&D President Award is given to a select group of employees whose outstanding efforts exemplify our AbbVie principles and demonstrate the Ways We Work leadership attributes. The award signifies collaboration, commitment, and innovation in the workplace.
-
AbbVie R&D ViPIR Award
AbbVie Inc.
For my efforts and contributions on the development of AbbVie Intelligence Platform.
-
IDS Graduate Project Expo - First Prize
University of Illinois at Chicago
Won First Prize in IDS Graduate Project Expo for BMO - Wealth Attrition Modelling Project. I did this project along with Bank of Montreal during my co-op period. The goal of this project is to classify and predict probability of attrition for current customers. Once high probability customers are classified, we predict the duration until they churn so that marketing and customer insights team can engage with those customers to increase retention.
-
Chancellor Student Service Award
University of Illinois at Chicago
Got recognition from University of Illinois for my service working as "General Secretary" for UIC Business Analytics Organization.
-
Second prize in Intra College Project Competition
RAIT
Won Second prize for our team project " E-Railway Concession Form System " in a intra college project competition organised by RAIT.
Languages
-
English
Native or bilingual proficiency
Organizations
-
University of Illinois Cancer Center
Graduate Research Assistant
- Present
Recommendations received
6 people have recommended Ankit
Join now to viewMore activity by Ankit
-
💊 Translational #cancerresearch teams are under constant pressure to provide supporting evidence for #drugdevelopment through patient-derived data,…
💊 Translational #cancerresearch teams are under constant pressure to provide supporting evidence for #drugdevelopment through patient-derived data,…
Liked by Ankit Singh
-
Today, I decided to take a break from the usual hustle and bustle of work and embrace the beauty of the season by hitting the slopes with my family…
Today, I decided to take a break from the usual hustle and bustle of work and embrace the beauty of the season by hitting the slopes with my family…
Liked by Ankit Singh
-
Licenced To Fill: Proposed Legislation Would Allow AI To Prescribe Drugs >> ⚖️Proposed legislation introduced in the U.S. House of…
Licenced To Fill: Proposed Legislation Would Allow AI To Prescribe Drugs >> ⚖️Proposed legislation introduced in the U.S. House of…
Liked by Ankit Singh
-
Excited about the evolving and growing scientific ecosystem in Chicago? Want to learn more about what we are doing in quantum, water, agriculture…
Excited about the evolving and growing scientific ecosystem in Chicago? Want to learn more about what we are doing in quantum, water, agriculture…
Liked by Ankit Singh
-
⭐ 15 Best Graph Visualization Tools for Your Neo4j Graph Database⭐ Visualize your data in the best way possible -- with these, you'll be able to…
⭐ 15 Best Graph Visualization Tools for Your Neo4j Graph Database⭐ Visualize your data in the best way possible -- with these, you'll be able to…
Liked by Ankit Singh
-
Our AI Workshop is SOLD OUT!🙌 We can't wait for this hands-on session with Chief AI Product Owner, Brian Martin of AbbVie! During this session, we…
Our AI Workshop is SOLD OUT!🙌 We can't wait for this hands-on session with Chief AI Product Owner, Brian Martin of AbbVie! During this session, we…
Liked by Ankit Singh
-
A major milestone for generative genomics. 🤝 NVIDIA, Arc Institute, and Stanford University have collaborated to create Evo 2, built using NVIDIA…
A major milestone for generative genomics. 🤝 NVIDIA, Arc Institute, and Stanford University have collaborated to create Evo 2, built using NVIDIA…
Liked by Ankit Singh
-
Last week, the Commercial BTS team came together to unveil a new vision and strategy, "Ignite the Future," propelling our organization into an…
Last week, the Commercial BTS team came together to unveil a new vision and strategy, "Ignite the Future," propelling our organization into an…
Liked by Ankit Singh
-
Think you missed the Y Combinator deadline? You can still apply. Seriously — apply today. The YC app is valuable in itself for three key…
Think you missed the Y Combinator deadline? You can still apply. Seriously — apply today. The YC app is valuable in itself for three key…
Liked by Ankit Singh
Other similar profiles
Explore collaborative articles
We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.
Explore MoreOthers named Ankit Singh in United States
-
Ankit Singh
Building Future-Ready Tech Teams with AI-Driven Recruiting!
-
Ankit Singh
-
ANKIT SINGH
-
Ankit Singh
Product Leader, AI/Machine Learning Expert, Entrepreneurial Strategist, Investor
254 others named Ankit Singh in United States are on LinkedIn
See others named Ankit Singh