Karteek Pradyumna Bulusu
San Francisco, California, United States
2K followers
500+ connections
About
As a Data Scientist 3 at Teladoc Health, the leading provider of virtual healthcare…
Experience
Education
Licenses & Certifications
Volunteer Experience
-
Student volunteer
IAYP
- Present 15 years 7 months
Social Services
Played role of active student volunteer in social services events organized by IAYP at Vellor, India(June 2009).
Social service events included cleaning the roads, teaching paper art works to small kids. We even performed a small drama briefing the importance of basic child education.
Publications
-
Building Client Server Based Application in Genode Operating System Framework
International Journal of Computer Science & Engineering Technology (IJCSET)
This paper briefs about new free and open source microkernel based Operating system framework, Genode. It shows the building of a SMTP (Simple Mail Transfer Transfer protocol) based Mail client application and further porting the same inside Genode Operating system framework. The application is developed using Qt user interface design application framework and further built and ported inside Genode using make and run files. By this application, user can add his email account, view, send and…
This paper briefs about new free and open source microkernel based Operating system framework, Genode. It shows the building of a SMTP (Simple Mail Transfer Transfer protocol) based Mail client application and further porting the same inside Genode Operating system framework. The application is developed using Qt user interface design application framework and further built and ported inside Genode using make and run files. By this application, user can add his email account, view, send and manage the account. Since the operating system is still in developing stage, this application would help in its improvement.
Other authorsSee publication -
Localization in FOSS (Free and Open Source Software) : Solution to standardize Software globally.
FUEL GILT Conference 2013
FUEL GILT conference aimed at localizing Free and Open Source Softwares (FOSS) into regional languages for easy access. We as speakers presented on Localizing FOSS as well as Free and Open Source Operating System like Mozilla OS. Mozilla has launched its Operating System Aurora. We used that to localize it to regional languages of India using Pootle tool. We presented our talk in the same topic. Other distinguished speakers included Mr. Sam Pitroda, advisor of ex- Prime Minister of India and…
FUEL GILT conference aimed at localizing Free and Open Source Softwares (FOSS) into regional languages for easy access. We as speakers presented on Localizing FOSS as well as Free and Open Source Operating System like Mozilla OS. Mozilla has launched its Operating System Aurora. We used that to localize it to regional languages of India using Pootle tool. We presented our talk in the same topic. Other distinguished speakers included Mr. Sam Pitroda, advisor of ex- Prime Minister of India and holder or over 100 worldwide patents.
Other authors
Courses
-
Big data Analytics
-
-
Data Analytic with Cognitive Computing
-
-
Data Cleaning and Preparation
-
-
Data Mining and Data Warehouse
-
-
Database System Implementation
-
-
Discrete Mathematics
-
-
Foundations of Computer Vision
-
-
Independent Study: Indoor Localization using Phone sensors.
-
-
Intelligent Systems
-
-
Introduction to Big Data
-
-
System Software
-
-
Theory of Computation
-
Projects
-
House Price Prediction (Kaggle)
-
This Kaggle dataset was small data with multiple variable suffering from multicollinearity with goal predict house price. Experimented with variance inflation factor to reduce multicollinearity, MinMaxScaler to scale the data to [0.1] range and tested the model, but Lasso Regression worked the best. Tech Stack: Python3, sklearn, pandas
r2 score = 0.70920 -
Analyze the capturing of Automobile deals using Ensemble methods (Machine Learning)
-
Analyzing the data contains the observations pertaining to vehicle and user information and also specifying if the deal was captured or not.
Highly imbalanced data and huge dimensional data with missing values and outliers.
Performed Feature selection to identify and keep relevant features and remove others.
Performed Inter- Quartile range technique to identify and remove the missing values
Due to the nature of the data, used Bagging Classifier (Ensemble method) to classify the…Analyzing the data contains the observations pertaining to vehicle and user information and also specifying if the deal was captured or not.
Highly imbalanced data and huge dimensional data with missing values and outliers.
Performed Feature selection to identify and keep relevant features and remove others.
Performed Inter- Quartile range technique to identify and remove the missing values
Due to the nature of the data, used Bagging Classifier (Ensemble method) to classify the observations.
Results: f1_Score : 0.905531081743
Area under Curve: 0.912653166562
Programming tools: Python Anaconda 3, scikit-learn, Pandas, Numpy.
Github Link: https://github.com/kartikpradyumna92/Data-Science--Analysis-of-automobiles-deals-captured. -
Email Pre-processing System using Machine Learning algorithm
-
Considering the scope of Machine learning and NLP techniques in text classification I built an email processing system using Naive Bayes algorithm. It will analyze the subject and body of the email and classify the email as Spam or an Inbox email.
Preprocessing the text using NLTK techniques such as tokenization, POS Tagging, stop word removal, spell checker, removing punctuations and numbers and regex.
Calculating the tf of each word and labelling each word with class which later helps…Considering the scope of Machine learning and NLP techniques in text classification I built an email processing system using Naive Bayes algorithm. It will analyze the subject and body of the email and classify the email as Spam or an Inbox email.
Preprocessing the text using NLTK techniques such as tokenization, POS Tagging, stop word removal, spell checker, removing punctuations and numbers and regex.
Calculating the tf of each word and labelling each word with class which later helps me to calculate the probability of occurrence of a word in a particular label and classify the mail.
Packages used: Python NLTK, NumPy, Pandas, sklearn, R wordcloud. -
Visualizing Seattle Police Department Police report Incidents.
-
Seattle police data features the details such as crime type with latitude and longitude, area zone, date. I visualized this huge data on Tableau in the form of Map. This picturizes crime type and count of crime incidents for each location.
-
Predicting Closed questions in Stack Overflow
-
Learning the dataset of Stack overflow and predicting the possibility of a question to be posted would be closed or not based on the attributes of the question. Few of the attributes include tags of the question, rank of user's profile, type of question. We are implementing five data classification algorithms over the dataset and analysing the results.
-
SportsInfo center using Amazon AWS DyanamoDB
-
Amazon DynamoDB is a NOSQL database provided by Amazon Web Services(AWS). NOSQL databases allow user to store huge and unstructured data.
We used DynamoDB in storing live score of sports like Cricket and Soccer. We developed application in C# which allows the user to view, append, delete and update the live score of both Cricket and Soccer. We have it connected to DynamoDB which stores the live score in the form of JSON( JavaScript Object Notation). We could view the stored data using AWS…Amazon DynamoDB is a NOSQL database provided by Amazon Web Services(AWS). NOSQL databases allow user to store huge and unstructured data.
We used DynamoDB in storing live score of sports like Cricket and Soccer. We developed application in C# which allows the user to view, append, delete and update the live score of both Cricket and Soccer. We have it connected to DynamoDB which stores the live score in the form of JSON( JavaScript Object Notation). We could view the stored data using AWS dynamoDB console. -
Bag of Words- Image Classification using Feature Detection.
-
This project aims in identifying the unknown image and labeling it. We have dataset of images with ten labels, an unknown image been taken and it's label is been determined. We use Harris detector algorithm and SIFT in order to determine the interest points of the image. We are using Support Vector Machine classifier for classifying the image.
Other creatorsSee project -
Implementing Full Outer Join and new data type( SSN ) feature on H2 Database(Open source database)
-
H2 is an open source SQL database widely used because tables can be stored both in in-memory or can utilize disk space. And secondly it's console is user-friendly. Though it doesn't have all the features in it and is still in developing stage. We as a team have implemented two new features in this SQL database. Those are: Full outer join and new data type.
Full outer join is feature where two tables are joined together with a common column.
We also implemented new data type which is SSN…H2 is an open source SQL database widely used because tables can be stored both in in-memory or can utilize disk space. And secondly it's console is user-friendly. Though it doesn't have all the features in it and is still in developing stage. We as a team have implemented two new features in this SQL database. Those are: Full outer join and new data type.
Full outer join is feature where two tables are joined together with a common column.
We also implemented new data type which is SSN data type. This is used in the tables where user's SSN is stored and it can also be used as a primary key. -
Expert System for Computer Security Evaluation
-
With advancement in technology, security of application and system should also be taken care. This expert system helps user check the security levels of the system for certain conditions and recommend's user on its improvement. The user interface was built over Java platform and expert system was built using Jess rules. Recommendations include suggestions for enhancing the level of security of the system.
-
Rate Your Professor
-
Rate your Professor is simple web application where user can select their university and professor name and can rate them. User has to fill the questionnaire and submit which will be saved and the professor will be notified about their rating through mail. I developed the front end using JSP and HTML. I used SQL server for storing the data records.
-
Cricket Statistics
-
Cricket Statistics project stores the dataset of all international cricket players of Test and ODI (One Day International) format of game and analyse the data using J48 classification algorithm. Application’s front end is been designed in C# and is connected to the database designed in MYSQL. Weka is been implemented in this using IKVM package.
Honors & Awards
-
Advanced certificate in Big Data Analytics
Rochester Institute of Technology
Awarded with Advanced certificate in Big Data Analytics by the department of Computer Science, RIT for continuous work in the domain of Data Science.
-
Financial Aid Award
Rochester Institute of Technology
Awarded with scholarship at Rochester Institute of Technology for the Masters of Science program.
Languages
-
English
Full professional proficiency
-
Tamil
Professional working proficiency
-
Telugu
Native or bilingual proficiency
-
Hindi
Full professional proficiency
Organizations
-
Mozilla
Mozilla Student Representative
-
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 More