Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Twenty Seconds Resume/CV
- % LaTeX Template
- % Version 1.1 (8/1/17)
- %
- % This template has been downloaded from:
- % http://www.LaTeXTemplates.com
- %
- % Original author:
- % Carmine Spagnuolo ([email protected]) with major modifications by
- % Vel ([email protected])
- %
- % License:
- % The MIT License (see included LICENSE file)
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %----------------------------------------------------------------------------------------
- % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
- %----------------------------------------------------------------------------------------
- \documentclass[letterpaper]{twentysecondcv} % a4paper for A4
- %----------------------------------------------------------------------------------------
- % PERSONAL INFORMATION
- %----------------------------------------------------------------------------------------
- % If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
- \profilepic{neeraj_new.jpg} % Profile picture
- \cvname{Neeraj S. Sarwan} % Your name
- \cvjobtitle{Senior Data Scientist} % Job title/career
- \cvdate{20 June 1995} % Date of birth
- \cvaddress{Gurgaon, India} % Short address/location, use \newline if more than 1 line is required
- \cvnumberphone{+91 7706035844} % Phone number
- \cvsite{https://www.analyticsvidhya.com\newline/blog/author/NSS} % Personal website
- \cvmail{[email protected]} % Email address
- %----------------------------------------------------------------------------------------
- \begin{document}
- %----------------------------------------------------------------------------------------
- % ABOUT ME
- %----------------------------------------------------------------------------------------
- \aboutme{Neeraj is a quick learner who is deeply interested in ML/DL technologies. He is excited about the changes that these technologies can bring to human lives and hence has made projects that have social and business impacts his endeavour. Neeraj is fun to talk too and is good at working with and managing teams to bring out the best in them. } % To have no About Me section, just remove all the text and leave \aboutme{}
- %----------------------------------------------------------------------------------------
- % SKILLS
- %----------------------------------------------------------------------------------------
- % Skill bar section, each skill must have a value between 0 an 6 (float)
- \skills{{Machine Learning Algorithms/5},{Python/5.8},{R/5.8},{SQL/5},{Statistics/4},{Communication Skills/5.8}}
- %------------------------------------------------
- % Skill text section, each skill must have a value between 0 an 6
- \skillstext{{Team Player/5},{Fun to talk to/6}}
- %----------------------------------------------------------------------------------------
- \makeprofile % Print the sidebar
- %----------------------------------------------------------------------------------------
- % INTERESTS
- %----------------------------------------------------------------------------------------
- \section{Interests}
- Creating Social and Business Value using Machine Learning and related technologies.\newline
- %----------------------------------------------------------------------------------------
- % EXPERIENCE
- %----------------------------------------------------------------------------------------
- \section{Experience}
- \begin{twenty} % Environment for a list with descriptions
- \twentyitem{1/22-Pr.}{Fractal Analytics - FPA}{Senior Data Scientist}{This position involves leading all the Data Science Teams under Financial Planning and Analytics Vertical. Projects delivered till now - \newline\newline 1. Automatic ServiceNow tickets classification into Configuration Items and Symptom Codes.\newline 2. User Experience Improvement Program - ServiceNow user clustering and Knowledge Base articles recommendation basis user profile for faster Turn around Time.\newline}
- \twentyitem{4/20-12/21}{Fractal Analytics - Foresient}{Senior Data Scientist}{This position involves leading Fractal's Data Science and Engineering efforts to create an industry agnostic Automated Time Series Forecasting software to run at scale, speed and accuracy.\newline Specific responsibilities include - \newline\newline 1. Lead Data Science product development for Foresient.\newline 2. Lead Data Engineering team and collaborate with Backend team for development of data lake, ETL pipelines and API development.\newline 3. Collaborate with Frontend team to design UI and UX for best value addition for the stakeholders and product users.\newline 4. Collaborate with Product Managers to better understand stakeholders requirements for new feature addition and feedback on existing features.\newline 5. Design career paths and upskill requirements for the Data Science team.\newline}
- \twentyitem{10/18-6/19}{Fractal Analytics - Trial Run}{Data Scientist}{This position involved developing a software product that has - \newline\newline 1. A Synthetic Matching Algorithm for customer matching.\newline 2. An Uplift Machine Learning Model that performs end-to-end training, hyper-parameter optimization and prediction.\newline 3. Automatically explains predictions to the product users using Interpretable Machine Learning techniques.\newline}
- \twentyitem{5/17-10/18}{Analytics Vidhya}{Data Scientist}{1. Job Recommendation Engine - The project involved Pipeline creation for automatic Resume Parsing, Text Processing, Feature Extraction, Clustering to find similar Resumes and Job Description and making use of Content and Collaborative Filtering to serve recommendations.\newline
- 2. Churn Prediction - The project involved identifying customers of one of the largest Indian Retail bank who are likely to churn within the next three months.\newline}
- %\twentyitem{<dates>}{<title>}{<location>}{<description>}
- \end{twenty}
- %----------------------------------------------------------------------------------------
- % EDUCATION
- %----------------------------------------------------------------------------------------
- \section{Education}
- \begin{twenty} % Environment for a list with descriptions
- \twentyitem{2013-2017}{B.Tech - CGPA : 7.9}{IIT(B.H.U) Varanasi}{\emph{Mining Engineering.}}
- %\twentyitem{<dates>}{<title>}{<location>}{<description>}
- \end{twenty}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement