{"componentChunkName":"component---src-templates-blog-post-js","path":"/en/blog/machine-learning-skills","result":{"data":{"post":{"id":"-5e464d1d-7876-5a4d-bc62-41d504bacc72","publishedAt":"2020-10-28T17:00:00.000Z","categories":[],"mainImage":{"crop":null,"hotspot":null,"asset":{"_id":"image-13b6bd9b84a2da46a120f974808a4159572ac369-1080x1080-jpg","url":"https://cdn.sanity.io/images/vrx9irrf/production/13b6bd9b84a2da46a120f974808a4159572ac369-1080x1080.jpg"}},"title":"Top Skills Any Aspiring Machine Learning Engineer Needs To Know","singleLang":"en","slug":{"current":"machine-learning-skills"},"excerpt":"Discover the skills you need to unlock in order to acquire a Machine Learning position","_rawBody":[{"_key":"9b86ecbca441","_type":"block","children":[{"_key":"874ffd3f4112","_type":"span","marks":[],"text":"According to TopDev’s 2019 Vietnam Developer Report, "},{"_key":"38b6ed6c3ce3","_type":"span","marks":["bb61b7ca00fd"],"text":"Machine Learning"},{"_key":"eab9f31e01bc","_type":"span","marks":[],"text":"/ Artificial Intelligence (AI) is currently the technology that draws the most attention from developers. With Machine Learning, you can easily snatch a high paid position in any industry, such as Technology, Finance, Healthcare, Retail and Customer Service, to name just a few!"}],"markDefs":[{"_key":"bb61b7ca00fd","_type":"link","href":"https://www.coderschool.vn/en/machine-learning"}],"style":"normal"},{"_key":"841fc5f20072","_type":"block","children":[{"_key":"30a113b3647f0","_type":"span","marks":[],"text":"But have you ever wondered what it takes exactly to achieve a "},{"_key":"30a113b3647f1","_type":"span","marks":["7e648fb4eeb0"],"text":"Machine Learning Engineer"},{"_key":"30a113b3647f2","_type":"span","marks":[],"text":" position? Well, read on a few lines and we’ll uncover the top skills you need to be qualified in this growing field.\n"}],"markDefs":[{"_key":"7e648fb4eeb0","_type":"link","href":"https://www.coderschool.vn/en/machine-learning"}],"style":"normal"},{"_key":"c16c814f2e26","_type":"block","children":[{"_key":"e95a3adbac500","_type":"span","marks":[],"text":"1. Computer Science Fundamentals and Programming"}],"markDefs":[],"style":"h2"},{"_key":"5f6f7b40d08d","_type":"block","children":[{"_key":"9b25f99b08a20","_type":"span","marks":[],"text":"One of the first and foremost skills for anyone wanting to work in Machine Learning is "},{"_key":"f99645adee70","_type":"span","marks":["strong"],"text":"computer science"},{"_key":"9fd46e865e8d","_type":"span","marks":[],"text":" fundamentals and "},{"_key":"79574ad05abc","_type":"span","marks":["strong"],"text":"programming"},{"_key":"cf895e6703d6","_type":"span","marks":[],"text":". More specifically, this includes data structures, algorithms, computability and complexity and computer architecture."}],"markDefs":[],"style":"normal"},{"_key":"a70d6051d228","_type":"block","children":[{"_key":"cc98f35a24950","_type":"span","marks":[],"text":"In order to achieve this, you can seek practice in building personal projects, or join competitions and hackathons."}],"markDefs":[],"style":"normal"},{"_key":"e9e4cab52f32","_type":"block","children":[{"_key":"b4df809a65630","_type":"span","marks":[],"text":"2. Probability and Statistics"}],"markDefs":[],"style":"h2"},{"_key":"7274183a4167","_type":"block","children":[{"_key":"368742be1f950","_type":"span","marks":[],"text":"The job of a Machine Learning Engineer is quite similar to that of a Data Scientist, in the sense that both roles involve working with vast volumes of data, and this pretty much explains the next two skills."}],"markDefs":[],"style":"normal"},{"_key":"3c24dd142662","_type":"block","children":[{"_key":"16ed593c0bd50","_type":"span","marks":[],"text":"In order to provide a clearer picture of the real world, a Machine Learning Engineer needs to have profound knowledge in both "},{"_key":"9e08bf752b11","_type":"span","marks":["em"],"text":"probability"},{"_key":"2977f57cae2b","_type":"span","marks":[],"text":" and "},{"_key":"ec44e62e3f08","_type":"span","marks":["em"],"text":"statistics"},{"_key":"45697ae7d3c4","_type":"span","marks":[],"text":" and provides various measures (mean, median, variance, etc.), distributions (uniform, normal, binomial, Poisson, etc.) and analysis methods (ANOVA, hypothesis testing, etc.) that are necessary for building and validating models from observed data."}],"markDefs":[],"style":"normal"},{"_key":"f68768658649","_type":"block","children":[{"_key":"f3dac880793e0","_type":"span","marks":[],"text":"3. Data Modeling and Evaluation"}],"markDefs":[],"style":"h2"},{"_key":"45e4b03af014","_type":"block","children":[{"_key":"ba470e5915420","_type":"span","marks":["strong"],"text":"Data modelling"},{"_key":"2ff0f3aab980","_type":"span","marks":[],"text":" is the process of estimating the underlying structure of a given dataset, with the goal of finding useful patterns and/or predicting properties of previously unseen instances. A key part of this estimation process is continually evaluating how good a given model is.\n"}],"markDefs":[],"style":"normal"},{"_key":"fc9975247253","_type":"block","children":[{"_key":"d7515df668de0","_type":"span","marks":[],"text":"Depending on the task at hand, you will need to choose an appropriate "},{"_key":"56d6f81cd0da","_type":"span","marks":["em"],"text":"accuracy/error measure"},{"_key":"e7309f71a4d3","_type":"span","marks":[],"text":", an "},{"_key":"cfc22ac2562b","_type":"span","marks":["em"],"text":"evaluation strategy"},{"_key":"462dc768a2a7","_type":"span","marks":[],"text":". "},{"_key":"5c86ded996e0","_type":"span","marks":["em"],"text":"Iterative learning algorithms"},{"_key":"ecf12facfffa","_type":"span","marks":[],"text":" often directly utilize resulting errors to tweak the model (e.g. backpropagation for neural networks), so understanding these measures is very important even for just applying standard algorithms."}],"markDefs":[],"style":"normal"},{"_key":"ebcc5ec51eda","_type":"block","children":[{"_key":"8f87a382b7940","_type":"span","marks":[],"text":"4. Applying Machine Learning Algorithms and Libraries"}],"markDefs":[],"style":"h2"},{"_key":"da04085707d9","_type":"block","children":[{"_key":"e2d5a0fc9f8e0","_type":"span","marks":[],"text":"Even though you can find common "},{"_key":"c05c8109f966","_type":"span","marks":["em"],"text":"implementations of Machine Learning"},{"_key":"683c7c3b6867","_type":"span","marks":[],"text":" algorithms on libraries, packages or APIs, in order to utilize them to the fullest extent, you need to not only find a suitable model, but also an appropriate procedure to fit the data."}],"markDefs":[],"style":"normal"},{"_key":"1b32228dc8ab","_type":"block","children":[{"_key":"52e1250e49620","_type":"span","marks":[],"text":"But that’s not all, you also need to be aware of the relative advantages and disadvantages of different approaches, and of course, watch out potential booby-traps (bias and variance, overfitting and underfitting, missing data, data leakage, etc.).\n"}],"markDefs":[],"style":"normal"},{"_key":"1aa0cce97e7c","_type":"block","children":[{"_key":"3f695d61e13c0","_type":"span","marks":[],"text":"5. Software Engineering and System Design"}],"markDefs":[],"style":"h2"},{"_key":"009f23a4b97f","_type":"block","children":[{"_key":"ae0c544431600","_type":"span","marks":[],"text":"To be honest, the outcome of any typical Machine Learning Engineer is "},{"_key":"d5f506646364","_type":"span","marks":["em"],"text":"software"},{"_key":"fd9c6bcebb99","_type":"span","marks":[],"text":", which is often just a small gear of a much larger ecosystem of products and services. That’s why you need to be able to know how to make multiple gears fit together and cooperate with each other perfectly."}],"markDefs":[],"style":"normal"},{"_key":"263d5ef3b1f3","_type":"block","children":[{"_key":"565f6594ef8f0","_type":"span","marks":[],"text":"As the data volume will eventually scale up, you need to design the system carefully to avoid going back and forth fixing your own algorithms. Software engineering best practices are invaluable for productivity, collaboration, quality and maintainability."}],"markDefs":[],"style":"normal"},{"_key":"d6ce706310c4","_type":"block","children":[{"_key":"906bf1a3fc1b0","_type":"span","marks":[],"text":"And that’s the 5 skills you need in order to acquire a Machine Learning position! If you want to unlock your coding potentials and achieve your Machine Learning dream this year, then CoderSchool would be more than happy to support you in this journey!"}],"markDefs":[],"style":"normal"},{"_key":"d6b108733815","_type":"block","children":[{"_key":"1e29346b06530","_type":"span","marks":[],"text":"Check out our beginner-specialized curriculum right "},{"_key":"1e29346b06531","_type":"span","marks":["9b4094108a97"],"text":"here"},{"_key":"1e29346b06532","_type":"span","marks":[],"text":"."}],"markDefs":[{"_key":"9b4094108a97","_type":"link","href":"https://www.coderschool.vn/en/machine-learning"}],"style":"normal"}],"authors":[]}},"pageContext":{"pageId":"-5e464d1d-7876-5a4d-bc62-41d504bacc72","previousPagePath":"blog/bailey-nguyen-ftw-2019","previousItem":{"node":{"id":"-44b6e38f-38c4-592b-80eb-11921cb6252a","title":"Great coders are today's rock stars. That's it.","publishedAt":"2020-11-01T17:00:00.000Z","slug":{"current":"bailey-nguyen-ftw-2019"}}},"previousPageId":"-44b6e38f-38c4-592b-80eb-11921cb6252a","nextPagePath":"blog/nhan-phan-mle-2019","nextItem":{"node":{"id":"-6e5e32b6-2051-5a28-af81-ae1e3fc34960","title":"The odd choices, the strange paths, and the blend of art and science. | Nhan Phan, MLE Graduates 2019","publishedAt":"2020-10-26T17:00:00.000Z","slug":{"current":"nhan-phan-mle-2019"}}},"nextPageId":"-6e5e32b6-2051-5a28-af81-ae1e3fc34960","language":"en","intl":{"language":"en","languages":["en","vi"],"messages":{"title":"CoderSchool","apply_now":"Apply Now","about_us":"About Us","course_detail_curriculum_title":"What You'll Learn","course_detail_curriculum_subtitle":"Over twelve weeks, you'll learn a lot. You'll be coding every day, all day. Here we've broken down some of the main concepts you'll be learning. For more information, apply today, and we'll send you a detailed syllabus of all that you'll learn.","course_detail_class_starts":"Next Class Starts ","course_detail_testimonials_title":"CoderSchool helped thousands of graduates change their lives","course_detail_testimonials_subtitle":" ","course_detail_payments_title":"Payment Options","course_detail_payments_subtitle":"Results and Satisfaction are Guaranteed","empty_search":"There's no result which matches your search in this section. Please clear the search terms and try again.","talenthub_title":"TALENT HUB","talenthub_subtitle":"Welcome to CoderSchool Talent Hub where you can find and hire our talents fast and free of charge!","talenthub_portfolio_button":"Portfolio","talenthub_upcoming_events":"UPCOMING EVENTS","talenthub_more":"MORE ABOUT US AND OUR TALENTS","talenthub_send_email":"Send Email","job_page_description":"(At our hiring partners)","job_page_title":"CURRENT JOBS OPENING","events_at_coderschool":"New Events @ CoderSchool","more_info_events":"Register and More Details >>","courses":"Courses","hire_graduates":"Hire Graduates","facebook_and_coderschool":"Facebook & CoderSchool","hear_from_students":"Hear From Our Graduates","youtube_page":"See more stories on CoderSchool's YouTube Channel >>","blog_subtext":"Latest news about CoderSchool and technology","latest_news":"Latest News","categories":"Categories","address":"Sonatus Building 15 Le Thanh Ton, Ben Nghe Ward, District 1, HCMC","instructor":"Instructor","read_more":"Read More","from":"From"},"routed":true,"originalPath":"/blog/machine-learning-skills","redirect":true,"defaultLanguage":"en"}}},"staticQueryHashes":["1803319088","3802271601","63159454","63159454"]}