Vishrav Chaudhary
Bellevue, Washington, United States
5K followers
500+ connections
About
Google Scholar Profile:…
Activity
-
Are you a developer or founder interested in Open Source AI? Join Vasanth Mohan of SambaNova Systems, Francisco Guzman of Meta, John Alioto of Google…
Are you a developer or founder interested in Open Source AI? Join Vasanth Mohan of SambaNova Systems, Francisco Guzman of Meta, John Alioto of Google…
Liked by Vishrav Chaudhary
-
2012: I was making 3 lpa year as a Jr analyst. 2024: I made that by Feb. It’s been quite the journey. Here’s how: 🗓️ 2015 - Launched my 2nd…
2012: I was making 3 lpa year as a Jr analyst. 2024: I made that by Feb. It’s been quite the journey. Here’s how: 🗓️ 2015 - Launched my 2nd…
Liked by Vishrav Chaudhary
-
Always happy to reiterate our POV with llama and open strategy. While the technology has come a long way we still have a long way to go in pushing…
Always happy to reiterate our POV with llama and open strategy. While the technology has come a long way we still have a long way to go in pushing…
Liked by Vishrav Chaudhary
Experience
Education
-
Carnegie Mellon University
-
Analytics Major of the program and worked on areas related to Machine Learning, Natural Language Processing and Data Mining.
-
-
Activities and Societies: Photography Club, Electronica Society
• Received a Gold Medal for securing the highest GPA in the Computer Engineering Department.
• Niyati Rathi Fellowship award for the best all round student in Computer Engineering Batch 2008-2012.
• Student Placement Coordinator at Department of Training and Placement
- Served as the representative and organized campus job interviews.
- Successfully placed 96% of the 600 under-graduate students in highly reputed companies.
• Assisted in organizing the Twelfth IEEE…• Received a Gold Medal for securing the highest GPA in the Computer Engineering Department.
• Niyati Rathi Fellowship award for the best all round student in Computer Engineering Batch 2008-2012.
• Student Placement Coordinator at Department of Training and Placement
- Served as the representative and organized campus job interviews.
- Successfully placed 96% of the 600 under-graduate students in highly reputed companies.
• Assisted in organizing the Twelfth IEEE Workshop on RTL and High Level Testing (WRTLT - 2011) at MNIT Jaipur. -
-
Courses
-
Capstone Planning Seminar
11-634
-
Data Science Seminar
11-631
-
Distributed Systems
15-640
-
Introduction to Computer Systems
15-513
-
Introduction to Machine Learning
10-601
-
Language and Statistics
11-761
-
Machine Learning with Text Mining
11-641
-
Multimedia Databases and Datamining
15-826
-
Natural Language Processing
11-611
Projects
-
Language Identification and Classification of News Articles
-
User rating prediction from Customer Reviews
Built a system to preprocess and extract features from customer reviews dataset from Yelp(100 million records). Also trained a multi-class Logistic Regression classifier using Batched SGD for predicting the customer ratings.
-
Movie Recommender System
Developed a framework for predicting the ratings of movies and evaluating them on a subset of the Netflix Prize dataset using collaborative filtering which involved implementing memory-based method and model-based methods.
-
Clustering News Articles
Used k-means to simultaneously discover the latent clusters of both words and documents in a mutually reinforcing manner and evaluated the results using both purity-based metrics and human annotated clusters.
-
General Purpose Dynamic Memory Allocator
Implemented a general purpose dynamic memory allocator in C - malloc( ), free( ), calloc( ) and realloc( ). Built using segregated lists with a first fit algorithm and constant coalescing time.
-
Multithreaded Caching Web Proxy Server
Built a proxy server to accept incoming connections, parse them and forward the requests to web servers.The proxy handles concurrent multiple requests and uses an LRU cache for improving throughput.
-
Question-Answering System for Wikipedia articles
-
-
Word Association Game using Paxos
-
Developed a game for matching word associations and used Paxos for achieving consistency between multiple sessions of the game being played from different regions.
-
Voxel imputation and Subject task prediction using fMRI scan data
-
Formulated an ensemble of Regression Models to predict the missing voxel values in an fMRI scan data and achieved the second best RMSE amongst 60 teams. Also trained a set of multi-class kernelized SVMs to classify the tasks performed by subjects using the voxel activation values from the fMRI scans. Used cross validation and grid search for determining the hyper-parameters and preventing overfitting.
Other creators -
Virtual Machine Integrity Monitor
-
Developed an integrity monitor fr Qubes operating system for securing its applications running as Virtual Machines (VMs).
-
Feature Extraction and Sorting of Search Preferences
-
Developed a prototype for displaying the search preferences sorted according to the frequency of occurrence of the text entered by the user by constructing a features vector.
Honors & Awards
-
Best Resource Paper award at EMNLP
EMNLP
Our work on releasing two new evaluation datasets for Low-Resource Machine Translation
-
Winner Mynamar-English Low-Resource Machine Translation Shared Task
WAT(EMNLP)
Best systems for both Myanmar-English and English-Myanmar (up to +8 BLEU better than the second best systems)
-
Winner Low-Resource Corpus Filtering Shared Task
WMT (ACL)
Best systems for Sinhala-English and Nepali-English (+25% better scores than the second best submissions)
-
Gold Medal
Malaviya National Institute of Technology Jaipur
Received a Gold Medal for securing the highest GPA in the Computer Engineering Department.
-
Nyati Rathi Fellowship
Dr. Sandeep Nyati
Niyati Rathi Fellowship award for the best all round student in Computer Engineering Batch 2008-2012.
-
German Academic Exchange Service (DAAD) Scholarship
German Academic Exchange Service (DAAD)
Was awarded a scholarship to pursue a research internship at Germany.
-
National Talent Search Examination (NTSE) Scholarship
National Council of Educational Research and Training (NCERT)
Received the NTSE scholarship which is awarded to students based on an all India examination and interviews conducted by NCERT.
Test Scores
-
Graduate Record Examination (GRE)
Score: 327
Quant - 170
Verbal - 157
Analytical Writing - 4.0
Languages
-
English
Native or bilingual proficiency
-
Hindi
Native or bilingual proficiency
More activity by Vishrav
-
We are extending our Azure GenAI team. The team who is developing Phi family of models and the customization of Azure OpenAI models. We are expanding…
We are extending our Azure GenAI team. The team who is developing Phi family of models and the customization of Azure OpenAI models. We are expanding…
Liked by Vishrav Chaudhary
-
Llama 3.3 🦙 Am back with the last release of the year - an early Christmas gift for the community. Releasing an updated 70B model, that we know is…
Llama 3.3 🦙 Am back with the last release of the year - an early Christmas gift for the community. Releasing an updated 70B model, that we know is…
Liked by Vishrav Chaudhary
-
Introducing our last release of the year – Llama 3.3 is a new 70B model that delivers the performance of our 405B model but is easier and more…
Introducing our last release of the year – Llama 3.3 is a new 70B model that delivers the performance of our 405B model but is easier and more…
Liked by Vishrav Chaudhary
-
Can KV cache optimization go beyond just reducing memory footprint? Our latest work, SwiftKV, does exactly that—cutting prefill computation by half…
Can KV cache optimization go beyond just reducing memory footprint? Our latest work, SwiftKV, does exactly that—cutting prefill computation by half…
Liked by Vishrav Chaudhary
-
Excited to introduce a novel method to make LLM inference faster and more cost-effective by directly cutting down on total computation during…
Excited to introduce a novel method to make LLM inference faster and more cost-effective by directly cutting down on total computation during…
Liked by Vishrav Chaudhary
-
Folks, today I am very excited to share a unique approach to making LLM inference faster and cheaper by directly reducing the total computation in…
Folks, today I am very excited to share a unique approach to making LLM inference faster and cheaper by directly reducing the total computation in…
Liked by Vishrav Chaudhary
-
Today, we’re excited to share Global-MMLU 🌍: a multilingual LLM benchmark covering MMLU translations in 42 languages -- combined with improved…
Today, we’re excited to share Global-MMLU 🌍: a multilingual LLM benchmark covering MMLU translations in 42 languages -- combined with improved…
Liked by Vishrav Chaudhary
-
Excited to represent Anthropic at AWS re:Invent 2024! I'll be at booth 1412 showcasing Claude's capabilities and discussing scalable AI…
Excited to represent Anthropic at AWS re:Invent 2024! I'll be at booth 1412 showcasing Claude's capabilities and discussing scalable AI…
Liked by Vishrav Chaudhary
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