Data with Sandro
Data with Sandro
  • 49
  • 264 413
What Professional Machine Learning Engineers ACTUALLY Do
Most people will only show you the highlights of their job, today we will look at what professional Machine Learning Engineers actually do in their life.
We will not only look at the many positive things Machine Learning Engineers experience but also the not-so-positive side, and be honest. And I will share many things you don't know about the job and what differences the many data roles may make to this.
If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn.
Twitter: DataWithSandro
LinkedIn: www.linkedin.com/in/sandro-luck-b9293a181/
Medium: medium.com/@DataWithSandro
Intro: 0:00
What is it actually like to be an ML Engineer: 0:30
Not only the positive: 1:15
What your average day will be like: 2:14
Differences between the roles: 4:30
What you don't know about the Job yet: 5:51
มุมมอง: 43 709

วีดีโอ

My Ultimate Work From Home Desk Setup as a Software Engineer
มุมมอง 1.3Kปีที่แล้ว
We are going to check out my lovely desk setup, where you can walk, sit and stand. I am working 70% from my home office and this walking pad incredibly big monitors and standing desk, keep me happy. I am going, to be honest, and tell you exactly what I think of each component and how often I use it. From video calling to hour-long coding sessions, I really love this setup. If you enjoyed this v...
4 Code Quality Tips That Made Me a Better ML Engineer
มุมมอง 1.3K2 ปีที่แล้ว
We will look into Software Quality in Machine Learning. How you can improve it through programming principles like KISS and commenting in Python. Additionally, we will look at Type Hints and how to become more productive in Minutes in your Data Science life! Complexity and the different variation of it that you need to look out for and in the end I show you my favorite PyCharm tricks. If you en...
How I Would Learn Machine Learning (If I Could Start Over)
มุมมอง 6K2 ปีที่แล้ว
If I could go back in time and learn machine learning again, I would do many things differently. This video contains all tips I would give my younger self, from the mindset to learning specific techniques faster. I would prioritize getting a general overview of all techniques and stress less about mathematical details. Today I will give you all these tips to improve your life in the world of Da...
How You can EASILY create Custom Datasets and Loaders!
มุมมอง 16K2 ปีที่แล้ว
Pytorch has some of the best tools to load your data and create datasets on the fly. We will cover examples of creating train, test, and validation datasets and data loaders in both PyTorch and PyTorch lightning. Additionally, we will cover what batching is and why you should be doing it. CODE: gist.github.com/SandroLuck/a5cee19b5706a8de11fa026d4aa7d478 Twitter: DataWithSandro Linke...
how much math do you NEED for machine learning?
มุมมอง 15K2 ปีที่แล้ว
In this video, we talk about how much math you will need for machine learning. It is a lot less than many will make you believe. I will cover the essential statistics, linear algebra, and calculus and courses where you can learn them if needed. Additionally, I will share my approach and favorite lookup book for all other questions. Finally, I reveal how much Mathematics I use in my daily life a...
Machine Learning Advice for University & College Students (Career)
มุมมอง 4792 ปีที่แล้ว
For all College students that want to break into the world of Machine Learning Engineering and Data Science. I will share in this video many tips and advice on how you can improve your university experience. If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn. Twitter: DataWithSandro LinkedIn: www.linkedin.com/in/sandro-luck-b9293a181/ Medium: medium.com/...
Top 5 Reasons Not to Become a ML Engineer
มุมมอง 1.5K2 ปีที่แล้ว
Here are my top 5 reasons not to become a Machine Learning Engineer. I think being a ML Engineer is one of the best careers, but it is a bad choice fo some! There surely are a lot of people who surely think they want it, but this type of work is not something they would truly enjoy. I hope this list of reasons why not to become an ML Engineer is helpful! If you enjoyed this video, I would be ex...
How to Become a Machine Learning Engineer in 2022
มุมมอง 21K2 ปีที่แล้ว
Here is the step-by-step guide on how you can become a Machine Learning (ML) Engineer this year! If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn. Twitter: DataWithSandro LinkedIn: www.linkedin.com/in/sandro-luck-b9293a181/ Medium: medium.com/@DataWithSandro 0:00 Intro 1:13 Learn The Right Skills 10:05 Where to Learn The Skills 12:28 Create A Project P...
5 Things You Don't Know About Pythons Pandas
มุมมอง 3122 ปีที่แล้ว
I did not know these 5 tricks about pythons pandas for a long time even as a Machine Learning Engineer/ Data Scientist. Let's make sure you will never again miss them in your toolbox. If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn. Twitter: DataWithSandro LinkedIn: www.linkedin.com/in/sandro-luck-b9293a181/ Medium: medium.com/@DataWithSandro Intro: 0...
The Most Pythonic Data Dashboard | Basics of Streamlit
มุมมอง 1.8K2 ปีที่แล้ว
The basics of Streamlit will help you build a Pythonic data dashboard that will amplify all your data science projects. From Machine Learning to Plotly everything will be much easier to showcase to people after this Streamlit crash course. If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn. Twitter: DataWithSandro LinkedIn: www.linkedin.com/in/sandro-luc...
Data Preprocessing Will Step Up Your Game | Be A Better Data Scientist
มุมมอง 7372 ปีที่แล้ว
"Garbage in Garbage out" holds true for both machine learning and data mining, if you are trying to become a true master you can not ignore the first step. We will look into the big Data preprocessing steps Data Integration, Data Cleaning, Data Transformation, and Data Reduction. These steps again consist of many techniques like Feature Engineering and dealing with Missing Values and Noisy Data...
The Next Big Thing Is Tiny ML? Machine Learning For Tinyml Devices
มุมมอง 4.4K2 ปีที่แล้ว
What is tinyml or tiny ml (Machine learning)? When is it used and on what e.g. Arduino, raspberry pie, TensorFlow lite. Why is it at part of embedded systems and all the fundamentals you should understand before starting to code it. Microcontrollers deserve ml too and this is what tiny ml is all about while we will not code in this video I will point you to resources that will simplify your lif...
3 Ways To Create Racing Bar Charts Both Without Code and With Python
มุมมอง 8512 ปีที่แล้ว
We will look into 3 ways to create racing bar charts for your next data science analysis project. Racing with these amazing graphs and plots to the moon is easy. We will do it both without code and with python. To do this we look into the flourish. If you enjoyed this video, I would be excited to connect on Twitter or LinkedIn. Twitter: DataWithSandro LinkedIn: www.linkedin.com/in/s...
Biggest GitHub Projects 1999-2022, most worked on open source repos
มุมมอง 2.1K2 ปีที่แล้ว
Biggest GitHub Projects 1999-2022, most worked on open source repos
*FULL GUIDE* Transfer Learning From 0 to Hero in 15 min
มุมมอง 9942 ปีที่แล้ว
*FULL GUIDE* Transfer Learning From 0 to Hero in 15 min
Behind every great content writer is a great AI! Jarvis vs Rytr
มุมมอง 3592 ปีที่แล้ว
Behind every great content writer is a great AI! Jarvis vs Rytr
AI Painted This! Incredible Generative Art by NVIDIA's GauGAN2
มุมมอง 1.3K2 ปีที่แล้ว
AI Painted This! Incredible Generative Art by NVIDIA's GauGAN2
Do You Even [Feature] Scale? What / Why / How / When Feature Scaling
มุมมอง 1K2 ปีที่แล้ว
Do You Even [Feature] Scale? What / Why / How / When Feature Scaling
WARNING: You'll Regret Training ML - BEFORE Doing This (Machine Learning)
มุมมอง 2502 ปีที่แล้ว
WARNING: You'll Regret Training ML - BEFORE Doing This (Machine Learning)
HP VS Bible, Text/Sentence/Document Classification [PyTorch & Huggingface]
มุมมอง 3002 ปีที่แล้ว
HP VS Bible, Text/Sentence/Document Classification [PyTorch & Huggingface]
Jupyter notebooks in the Cloud, with GOOGLE AI Workflow, GIT & Tips
มุมมอง 2592 ปีที่แล้ว
Jupyter notebooks in the Cloud, with GOOGLE AI Workflow, GIT & Tips
Urgent! for Data Scientist Cognitive Biases you NEED to know
มุมมอง 2642 ปีที่แล้ว
Urgent! for Data Scientist Cognitive Biases you NEED to know
20 Python Packages That Are Actually Great!
มุมมอง 12K3 ปีที่แล้ว
20 Python Packages That Are Actually Great!
Machine Learning tools you CAN NOT miss in 2021! (deep learning, ML, frameworks and packages)
มุมมอง 8K3 ปีที่แล้ว
Machine Learning tools you CAN NOT miss in 2021! (deep learning, ML, frameworks and packages)
Decision Tree 2021 Theory + Programming PYTHON [all you need to know]
มุมมอง 6773 ปีที่แล้ว
Decision Tree 2021 Theory Programming PYTHON [all you need to know]
Machine Learning Engineer Resume/CV SAMPLE [SOMETHING TO BUILD ON]
มุมมอง 9K3 ปีที่แล้ว
Machine Learning Engineer Resume/CV SAMPLE [SOMETHING TO BUILD ON]
BE PREPARED Machine Learning Engineer interview questions
มุมมอง 50K3 ปีที่แล้ว
BE PREPARED Machine Learning Engineer interview questions
Your job will be AUTOMATED (job automation through Machine Learning and Robots?)
มุมมอง 4K3 ปีที่แล้ว
Your job will be AUTOMATED (job automation through Machine Learning and Robots?)
10 BIGGEST AI companies 2021 [Machine Learning for the masses]
มุมมอง 15K3 ปีที่แล้ว
10 BIGGEST AI companies 2021 [Machine Learning for the masses]

ความคิดเห็น

  • @ghassanjneinaty4421
    @ghassanjneinaty4421 11 วันที่ผ่านมา

    If I became good in python can I move forward toward machine learning engineering? This job will be important for the future?

  • @aravindsudarshan2705
    @aravindsudarshan2705 13 วันที่ผ่านมา

    Can we export plotly video as.mp4?

  • @Yasminalyons
    @Yasminalyons 20 วันที่ผ่านมา

    Hey, love this video thank you! I noticed at 3 minute 25 seconds the diagram shown has "ML entrepreneur." I have been digging into entrepreneurship/ ML for some time and would like to ask in your day to day roles do you work with external ML solution providers/ entrepreneurs? And what that route would look like. I've always been self employed so really just trying to see if theres a route for ML professionals to be self employed as opposed to working in corporate. Your reply would be much appreciated!

  • @iMercy_tv
    @iMercy_tv หลายเดือนก่อน

    It’s amazing how this video: What professional software engineers ACTUALLY do, th-cam.com/video/Q0A35ZfgwHA/w-d-xo.htmlsi=1GUqy1dK-dzVuHX0 talks about the exact same thing. Exact same words, exact same points … I’m not sure who copied who, but how about being just a tiny bit more creative with the copied content ? 🤦🏾‍♀️

    • @iMercy_tv
      @iMercy_tv หลายเดือนก่อน

      Oh scratch that, I now know who copied from whom 🤦🏾‍♀️🤦🏾‍♀️

  • @MatheusMoraes-yb2pb
    @MatheusMoraes-yb2pb 2 หลายเดือนก่อน

    Came to this video right after wasting 3min on another video just like you described in the beginning. Thank you!

  • @AHamAtHrt
    @AHamAtHrt 2 หลายเดือนก่อน

    Ok, interesting video. But after learning how tinyml behaves, what does it do and how easy is it to program and adapt to my needs?

  • @dmytrotsanava5233
    @dmytrotsanava5233 3 หลายเดือนก่อน

    Hey Sandro, I am looking for a piece of advice. I am a mid level automation QAE in a large company. I want to believe I am pretty technical and in my role I have a lot to do with coding. I’ve been working on transitioning into SDET role, but with AI becoming a the biggest deal in AI I am considering taking a ML bootcamp and trying to land a role as ML SDE. I don’t have a computer science degree and learned everything myself and by working. Do you think it’s realistic to get an ML Engineers role with my background after taking a comprehensive bootcamp?

  • @ajinkyapahinkar6463
    @ajinkyapahinkar6463 3 หลายเดือนก่อน

    So tough to break into ML tried to land a job for over a year now just given up on it 😔

  • @byron2099
    @byron2099 4 หลายเดือนก่อน

    That production was amazing in the beginning 😂😂😂🔥🔥🔥

  • @bincybabu3405
    @bincybabu3405 4 หลายเดือนก่อน

    Can you please share the ipynb file

  • @cupq
    @cupq 4 หลายเดือนก่อน

    Took ML course at my uni and failed the exam because it was all about proving formulas by hand (bruh). Why do unis overcomplicate everything :(

  • @3d-illusions
    @3d-illusions 5 หลายเดือนก่อน

    I think the problem is trying to find a course that teaches like this. I've started many courses labelled as suitable for people with high school level math education, only to find after a few hours, things are being explained to me using massive equations with meaningless symbols that look like they belong on the predators watch 😂 I'm already a decent python programmer with my own successful commercial software product, but it's been quite frustrating trying to find a suitable learning path so far. Just need a course that teaches how to build models first, before moving on to how it all works under the hood, otherwise I'm learning all the small details without knowing how to apply them. So far it's been like a driving instructor teaching me to drive by explaining the chemical composition of each car part.

  • @3d-illusions
    @3d-illusions 5 หลายเดือนก่อน

    Thanks. By the way, the audio is very quiet, and also some of your words completely disappear. Your noise gate threshold is probably set higher than your quietest words 👍

  • @bhoyt4530
    @bhoyt4530 5 หลายเดือนก่อน

    I'm getting my BS in data science currently and will be moving on to get my masters in machine learning. I'm not doing it for all the "fun things" in fact I would dread having to do those things that people consider fun. I'm pursuing this path because I want to sit behind a desk for 6 hours a day (preferably remote work from home) because I've had jobs where I had to wake up at 3 in the morning drag myself to work just to work in the rain at 15 degrees Fahrenheit.

  • @udhamsingh1329
    @udhamsingh1329 5 หลายเดือนก่อน

    10th Class Maths Is Enough

  • @diasposangare1154
    @diasposangare1154 5 หลายเดือนก่อน

    Please I have a question I’m a student and I don’t know what career path to choose I don’t know if I go to SWE,cybersecurity or ML and I’m actually a data science student please how you doing to choose your path ?

  • @michaelcoxfitness6089
    @michaelcoxfitness6089 6 หลายเดือนก่อน

    Do you mentor people? Like one on one mentoring to help those wanting to get into the field?

  • @juanjo984184333
    @juanjo984184333 6 หลายเดือนก่อน

    great¡¡¡ could you recommend some courses for free on internet plz?

  • @darrellrayford3817
    @darrellrayford3817 7 หลายเดือนก่อน

    This was pretty helpful, tanks

  • @nunyabisniz8047
    @nunyabisniz8047 7 หลายเดือนก่อน

    you need to know the names of esoteric equations, not necessarily how you use them. Chances are most of the guys in the field have very little real math skills, most of the math happens when you are shitting out academic papers and when trying to sound smart in discussions.

  • @manwithnocode
    @manwithnocode 8 หลายเดือนก่อน

    update it for 2024 then, plz. Worth to become ML engineer in 2024?

  • @andracoisbored
    @andracoisbored 8 หลายเดือนก่อน

    What is the value of even trying to solve these real-life problems if, most of the time, there is no solution, no correlation? If my work is not being used, will I risk getting fired?

    • @datawithsandro2919
      @datawithsandro2919 8 หลายเดือนก่อน

      Good question, maybe the video is a bit too harsh from that perspective. While very often the correlations that everyone hopes are very strong are a lot weaker than expected (due to various forms of noise, or just generally people being quite optimistic about what they do next). The correlations everyone trivially expects to exist have usually already been exploitet, which led me to the statements in this video, it's not that everything is random, it is just that lot more noise exists in the real world then we would expect. For the value perspective: it is often a lot of value gained, and process optimization or next steps that can be inferred from your work, also the outcome current data may not be enough is a good outcome, because you can optimize the process for your next evaluation in 6months, and killing bad projects early or rephrasing them is valuable in itself. Additionally when dealing with multiple millions ( as most business hiring data scientists etc. do) a few .% are already worth a lot😉

  • @3hustle
    @3hustle 8 หลายเดือนก่อน

    1:01: 📚 Don't be intimidated by math in machine learning, as you can get away with doing the bare minimum. 4:38: 📚 Understanding statistics, probability theory, and linear algebra is crucial for machine learning. 7:25: 🧮 Learning mathematics in machine learning is important, but focus on the basics and have fun building models. Recap by Tammy AI

  • @adityaaradhye7221
    @adityaaradhye7221 9 หลายเดือนก่อน

    A very true video... Really appreciate it 👍

  • @curiousmind7967
    @curiousmind7967 9 หลายเดือนก่อน

    What if my data is in hundreds of csv files...?

  • @nirmaladhattarwal-8004
    @nirmaladhattarwal-8004 9 หลายเดือนก่อน

    awesome video sandro ... love it

  • @filitico
    @filitico 10 หลายเดือนก่อน

    loving the 'slightly more honest' quip Sandro!

  • @mohammadnasser9951
    @mohammadnasser9951 10 หลายเดือนก่อน

    1- Bias-variance tradeoff 2- Difference between training set and validation set 3- Interpretability vs Accuracy 4- SQL questions 5- Behavioral questions 6- Approaching a problem with no labels 7- If you had an API how would you load a csv? 8- What is pep8? 9- What is a confusion matrix (error matrix)? 10- Anomaly detection 11- Grid search 12- Coding challenges

  • @OneWayReality
    @OneWayReality 11 หลายเดือนก่อน

    Hi Maestro, hope you are doing well. I just wanted to ask, if I do masters in computer science...can I have a prospect of becoming ML engineer in the future? P.S. I believe that without becoming a good software engineer, I can't become a good ML engineer. So asked.

    • @njogumburu
      @njogumburu 9 หลายเดือนก่อน

      Yes, you will. It'll actually give you an advantage

  • @karmadupdhensherpa7191
    @karmadupdhensherpa7191 11 หลายเดือนก่อน

    Hello im currently on my last year of bachelor in cs .i m goodan pythonand its few ml libraries should i focus on learning math and ow to build model or sql, data cleaning andhow to use model please help 1:58

    • @sukotu23
      @sukotu23 5 หลายเดือนก่อน

      Yes. You're welcome.

  • @JCSent22
    @JCSent22 11 หลายเดือนก่อน

    Its 2023 and its still a great video for me starting AI journey

  • @fredwallepse6787
    @fredwallepse6787 11 หลายเดือนก่อน

    ``` #include<map> #include<iostream> #include <string> using namespace std; int main() { map<float, string>FloatString; FloatString[42] = "dog"; FloatString[42.0] = "cat"; for (auto element : FloatString){ cout<<element.first<<" is the capital of "; cout<<element.second<<endl; } return 0; } ``` Test this code in cpp and you will feel cpp is also strange.

  • @soren3731
    @soren3731 11 หลายเดือนก่อน

    Posted A year ago lol. Do you remember making this

  • @M.I11397
    @M.I11397 11 หลายเดือนก่อน

    Isn't AI engineer and ML engineer seperat major or ther is like mix of them

    • @datawithsandro2919
      @datawithsandro2919 11 หลายเดือนก่อน

      Depends heavily on the area/ company you are in, Ai Engineer might be used more in consulting or startups ( I don't think it is used in many companies as a job title). In the end it is developing topic

  • @vanessaacevedo8739
    @vanessaacevedo8739 11 หลายเดือนก่อน

    This is a great video! I am just starting my bachelor at WGU and venturing into understanding the world of IT/AI. I am not sure which of the degrees offered by WGU best suit the machine learning engineer goal; software engineering or computer science? Do you have thoughts on this? Any additional items I should focus on outside of the bachelor to ensure employability?

    • @twentyeightO1
      @twentyeightO1 11 หลายเดือนก่อน

      One thing I'm very confident to say is, the degree is never enough. I know a lot of people who have bachelor's degrees in CS/ IT and were unemployed for years.

    • @sameerroshan9542
      @sameerroshan9542 9 หลายเดือนก่อน

      I am doing BSCS at wgu. Its not enough for MLE. We need more education and experience to enter MLE field.

  • @amitvikramraj
    @amitvikramraj ปีที่แล้ว

    damn, desk setup tours be like🤣😂😂

  • @rodneyleiestrada8423
    @rodneyleiestrada8423 ปีที่แล้ว

    Hey Sandro!, i just want to thank you for posting vids about ml. You really inspire me and really showed me guidance.❤

  • @Mark-ko8sc
    @Mark-ko8sc ปีที่แล้ว

    and what about NLP engineer? I’m actually thinking to go for a master degree in computational linguistics and language technologies and I’m actually getting very interested in NLP and help machine’s understand language, I know there are many linguist that work as NLP engineers, and also I even saw many job announcements about ML/NLP engineer that were asking also for a degree in computational linguistics ( others even a PhD in math so I think it really depends ). But I’m not sure if this is a path meant for linguists or not. Do you think NLP is a job that you can do only if you come from a STEM education with solid knowledge of math -algorithms? Obviously I’m not referring to ML/NLP researchers that research and create new algorithms and models from scratch, that’s not even what I want to do actually, but I mean to be an “applied NLP engineer “. Ppl told me you actually don’t need much math if you don’t want to create new algorithms, you just need some knowledge of calculus and linear algebra ( and more stronger knowledge of statistics) because nowadays you just use PyTorch or similar, but I don’t know until what point it is true I mean, for sure I know that I can’t take a ML university class in my degree since it requires too much math since it’s the classic theoretical academic course, so I’ll learn ML in other ways

  • @FelLoss0
    @FelLoss0 ปีที่แล้ว

    Hi sandro. Thanks for this tutorial. I found it very easy to follow. However, I'm not sure if I correctly understood what your aim was when using the set_fold method. I wish you could give us more examples about this. Thanks!!!

  • @danieljamesfarquharson8421
    @danieljamesfarquharson8421 ปีที่แล้ว

    Sandrooooo… where are you brother? Come out of TH-cam retirement! Hope everything is okay

  • @adityamwagh
    @adityamwagh ปีที่แล้ว

    Damn! You went to ETH & UZH holy shit! No wonder you are good at ML

  • @rouakrimi
    @rouakrimi ปีที่แล้ว

    Almost 4 minutes without answering the question, I’d recommend that you just go straight to the point or people will lose interest.

    • @juliogaonasalas4151
      @juliogaonasalas4151 2 หลายเดือนก่อน

      I actually did immediately after I read your comment, thanks for the heads up, I’ll look for another video 🙏

  • @cloudgalaxy9231
    @cloudgalaxy9231 ปีที่แล้ว

    I heard from a recruiter you should never do the bars for experience. Like what are you actually quantifying? What are the units? haha. How much you're not good at something? How much you're unqualified for the role? If you're not good at something, then why are you listing it on an application?

  • @GANTANANIPRASAD
    @GANTANANIPRASAD ปีที่แล้ว

    Sir..! You are really a superb guy..❤ I really love the way you explain as you have an indepth knowledge in ML. I love ML and your channel as well.. 💕💕💕. Thank you for such great content🤝🤝

  • @happyd6426
    @happyd6426 ปีที่แล้ว

    get the badge in

  • @Zale370
    @Zale370 ปีที่แล้ว

    00:00 Most videos about the life of a machine learning engineer show only the highlights, but the reality is that they spend most of their time behind a desk, working on a computer. 00:59 A typical day for a machine learning engineer involves a morning stand-up meeting with the team, discussing problems and plans for the day. There may also be additional discussions and collaboration with team members on infrastructure and project-related issues. 03:27 The day is usually divided between meetings and coding, with meetings involving discussions with stakeholders about model performance, technical discussions about infrastructure, and planning for future projects. 04:53 The job titles in the field of data can vary greatly, and it's important to understand the different roles and levels of variation within a company before joining. 05:23 The distribution of tasks in a machine learning engineer's day can vary, with a mix of machine learning project work, infrastructure work, support, and meetings. These proportions can fluctuate depending on the stage of a project or other factors. 06:22 Machine learning engineers often work on the same type of ML problem for a long time, focusing on a specific domain or use case. They also work on someone else's code base and tend to settle on specific tools and technologies. 07:51 Documentation is an important part of the job, including writing documentation in Confluence, writing emails and messages, and documenting progress and decisions in JIRA. 08:51 Real-world data is often messy and noisy, requiring a lot of data cleaning and dealing with unexpected issues. Finding clear correlations and solutions can be challenging, and many projects may not have the desired outcome. 10:19 Despite the challenges, being a machine learning engineer is still considered one of the best jobs in the world, but it's important to acknowledge the imperfections and not pretend that everything is perfect.

    • @gauthambharati7474
      @gauthambharati7474 9 หลายเดือนก่อน

      Thanks for saving my time👍👍

  • @kevon217
    @kevon217 ปีที่แล้ว

    Great rundown

  • @deenadayalan03
    @deenadayalan03 ปีที่แล้ว

    Extremely helpful, thank you 😊😊

  • @sorvex9
    @sorvex9 ปีที่แล้ว

    Lol that is basically the same LateX template I used for my CV 3 years ago.

  • @The_Savolainen
    @The_Savolainen ปีที่แล้ว

    Well, i got invited after entrance test to enroll to University of Oulu for CSE program undergrad + grad and planning on spesializing in AI & ML. Seems like theres many videos to watch now :)