Advertisement
Nerajdude1

Untitled

Dec 11th, 2022
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Twenty Seconds Resume/CV
  3. % LaTeX Template
  4. % Version 1.1 (8/1/17)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Carmine Spagnuolo ([email protected]) with major modifications by
  11. %
  12. % License:
  13. % The MIT License (see included LICENSE file)
  14. %
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. %----------------------------------------------------------------------------------------
  18. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  19. %----------------------------------------------------------------------------------------
  20.  
  21. \documentclass[letterpaper]{twentysecondcv} % a4paper for A4
  22.  
  23. %----------------------------------------------------------------------------------------
  24. % PERSONAL INFORMATION
  25. %----------------------------------------------------------------------------------------
  26.  
  27. % If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
  28.  
  29. \profilepic{neeraj_new.jpg} % Profile picture
  30.  
  31. \cvname{Neeraj S. Sarwan} % Your name
  32. \cvjobtitle{Senior Data Scientist} % Job title/career
  33.  
  34. \cvdate{20 June 1995} % Date of birth
  35. \cvaddress{Gurgaon, India} % Short address/location, use \newline if more than 1 line is required
  36. \cvnumberphone{+91 7706035844} % Phone number
  37. \cvsite{https://www.analyticsvidhya.com\newline/blog/author/NSS} % Personal website
  38. \cvmail{[email protected]} % Email address
  39.  
  40.  
  41. %----------------------------------------------------------------------------------------
  42.  
  43. \begin{document}
  44.  
  45. %----------------------------------------------------------------------------------------
  46. % ABOUT ME
  47. %----------------------------------------------------------------------------------------
  48.  
  49. \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{}
  50.  
  51. %----------------------------------------------------------------------------------------
  52. % SKILLS
  53. %----------------------------------------------------------------------------------------
  54.  
  55. % Skill bar section, each skill must have a value between 0 an 6 (float)
  56. \skills{{Machine Learning Algorithms/5},{Python/5.8},{R/5.8},{SQL/5},{Statistics/4},{Communication Skills/5.8}}
  57.  
  58. %------------------------------------------------
  59.  
  60. % Skill text section, each skill must have a value between 0 an 6
  61. \skillstext{{Team Player/5},{Fun to talk to/6}}
  62.  
  63. %----------------------------------------------------------------------------------------
  64.  
  65. \makeprofile % Print the sidebar
  66.  
  67. %----------------------------------------------------------------------------------------
  68. % INTERESTS
  69. %----------------------------------------------------------------------------------------
  70.  
  71. \section{Interests}
  72.  
  73. Creating Social and Business Value using Machine Learning and related technologies.\newline
  74.  
  75.  
  76. %----------------------------------------------------------------------------------------
  77. % EXPERIENCE
  78. %----------------------------------------------------------------------------------------
  79.  
  80. \section{Experience}
  81.  
  82. \begin{twenty} % Environment for a list with descriptions
  83.  
  84. \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}
  85.  
  86. \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}
  87.  
  88. \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}
  89.  
  90. \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
  91.  
  92. 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}
  93.  
  94. %\twentyitem{<dates>}{<title>}{<location>}{<description>}
  95. \end{twenty}
  96.  
  97. %----------------------------------------------------------------------------------------
  98. % EDUCATION
  99. %----------------------------------------------------------------------------------------
  100.  
  101. \section{Education}
  102.  
  103. \begin{twenty} % Environment for a list with descriptions
  104. \twentyitem{2013-2017}{B.Tech - CGPA : 7.9}{IIT(B.H.U) Varanasi}{\emph{Mining Engineering.}}
  105. %\twentyitem{<dates>}{<title>}{<location>}{<description>}
  106. \end{twenty}
  107. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement