Data Science Has Changed - Here's What to Do

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 318

  • @GregHogg
    @GregHogg  Рік тому +1

    I offer 1 on 1 tutoring for Data Structures & Algos, and Analytics / ML! Book a free consultation here: calendly.com/greghogg/30min

  • @SeanWalberg
    @SeanWalberg Рік тому +438

    The key is to be a "T shaped" person. Deep knowledge in a particular area, but a broad knowledge in the adjacent areas. Goes for almost any job in technology; we're seeing the same changes over on the infrastructure side of the market!

    • @GregHogg
      @GregHogg  Рік тому +7

      That's really good advice, I like that a lot

    • @michaelrobinson8382
      @michaelrobinson8382 Рік тому

      I ve read about T Shape people. I agree

    • @Sara_1998_0
      @Sara_1998_0 Рік тому

      Yes absolutely! It's all connected together and in the workplace in the absence of certain employees i would need to fulfil their place somehow, or even help them in the matter of crisis like in cybersecurity.

    • @mamneo2
      @mamneo2 Рік тому +3

      Incroyable.

    • @AbhishekKumar-wf9ey
      @AbhishekKumar-wf9ey Рік тому

      It is what it is......

  • @Zale370
    @Zale370 Рік тому +121

    00:00 Data science job outlook is changing rapidly and it's important to know what to do.
    00:14 Data science jobs are not getting automated, but the job outlook is changing.
    00:29 More data and insights are available, but humans are still needed to interpret and utilize them.
    00:57 Exploratory data analysis is not as important as before, but understanding Python code and libraries is crucial.
    01:27 Building projects and having skills are more important than just having credentials and spamming projects.
    02:21 Data scientists need to have software architecture skills and be able to build full applications.
    03:04 Coding is getting faster, so companies will need fewer people to write code.
    03:44 Knowing how to put together different components and building actual applications is crucial.
    04:12 Traditional analytics is getting easier, but it's merging into building full applications.
    05:04 Learning data science and building applications simultaneously is important.
    05:32 Being really good at your job and building full applications is essential in the changing data science landscape.

    • @viclim289
      @viclim289 Рік тому +1

      05:40 “… Learn Advanced Machine Learning Architecture …”

    • @rachealO12
      @rachealO12 Рік тому +6

      simply put "BUILD FULL APPLICATIONS". thanks

    • @NewPlant_
      @NewPlant_ Рік тому +3

      Bless you.

    • @Theatometo
      @Theatometo Рік тому

      Thanks

  • @codelucky
    @codelucky Рік тому +26

    Here are the six most important points from the video:
    • Data science jobs are not dying, but the job outlook is changing rapidly.
    • Exploratory data analysis is becoming easier and faster with the help of machine learning models.
    • Companies will still need human data scientists to build and put together Lego blocks of data, as chatbots cannot do this yet.
    • Data scientists will need to know software architecture skills, libraries, frameworks, and languages to build full applications.
    • Traditional analytics is merging with building full applications, and data scientists will need to learn how to do both.
    • To stand out in the job market, data scientists should learn advanced machine learning architectures and build their own technologies.

    • @GregHogg
      @GregHogg  Рік тому +3

      Thank you for the awesome summary codelucky! This is super helpful.

  • @jja7788
    @jja7788 Рік тому +23

    The problem lays in that building simple analytics and simple models are the not the tasks of a "Data Scientist" these are a the tasks of a Data Analyst. So yes, Chatgpt can obviously replace a Data Analyst. In fact there are thousands of jupyter notebook templates that can be used to do this without the need of ChatGpt.

    • @mamneo2
      @mamneo2 Рік тому +2

      Incroyable.

    • @alienboogieman
      @alienboogieman Рік тому

      What's a type 1 error?

    • @jja7788
      @jja7788 Рік тому +1

      @alienboogieman someone who study marketing and its considered a Data Scientist

    • @alienboogieman
      @alienboogieman Рік тому +1

      @@jja7788 Incorrect. It's the level of significance when rejecting a claim when it is true just as "at level of significance of 5%, the true average lies between 10 to 25 in minimum wage" as an example.

    • @jja7788
      @jja7788 Рік тому +1

      @@alienboogieman You confused type 1 error with level of significance, not even Chatgpt makes this mistake :))))

  • @butimnotatrader
    @butimnotatrader Рік тому +11

    I have to disagree, my recruiter told me there are A LOT of people getting fired because they are using ChatGPT to get jobs but can’t keep them because lack of skill

    • @dannypakaz
      @dannypakaz Рік тому

      In what way are they using ChatGPT to get jobs?

    • @butimnotatrader
      @butimnotatrader Рік тому +5

      @@dannypakaz uhhhh for the programming involved with data science?
      They put skills on their resume they don’t have but that they can “do” with ChatGPT

  • @elizabethmorales9469
    @elizabethmorales9469 Рік тому +90

    Thank you for the video! Everyone keeps talking about how AI is changing jobs, especially in technology, but you are showing us what to do. It would be great if you could make a video about pipelines, etc. Thank you!

  • @Mrnafuturo
    @Mrnafuturo Рік тому +21

    I'm sure how good Python is, but few people talk about R as the default option when it comes to performing real data analysis using out-of-box packages.

    • @prodtaKaN
      @prodtaKaN Рік тому +5

      R is a little weaker in terms of memory management and what not. It's very hard to perform large computations with R.

    • @rafaeel731
      @rafaeel731 Рік тому +4

      R has considerable limitations. Last time I used R it was inferior to Python for deep learning. The advanced statistical methods in R, like mixed effects models for intensive longitudinal data analyses, and advanced plots like the CD plots, were my selling points. However, Python is catching up and real data analysis can be done with Python.
      If R's syntax remains as hideous and its performance keeps suboptimal, it'll be a tool used only by hardcore statisticians and perhaps in universities.

    • @SavageThrifter
      @SavageThrifter Рік тому

      ​@aborref8119 my econ professors used only R and STATA. Not a single Data Analyst position has mentioned R as a requirement or beneficial skill. Love that for me

    • @univuniveral9713
      @univuniveral9713 Рік тому +2

      I started with R but switched to python, as R is not good for deployment and databases.

    • @bralis2
      @bralis2 Рік тому

      @@rafaeel731 No it is not true. For deep learning Python is hands down better, but for statistics (regression, clustering, multi-level models, time series .....) R certainly wins. Speed ? - use C++ calls (it is not difficult anymore in R), memory ? - > larger than RAM things still not good for Python either (use Spark, Arrow etc.).

  • @pedrolins5958
    @pedrolins5958 17 днів тому

    Amazing content! The key is always learning and building complex machine learning systems

  • @rossgo101
    @rossgo101 Рік тому +59

    Absolutely agree!
    I think abundance of online training sites (DataCamp / Coursera / Udemy) has made good fundamentals of data science fairly easy to find now from a recruiters perspective. I'm doing my AWS Machine Learning Certifcation at the moment and the cognitive leap from visualisations and hyper parameter tweaking to understanding full-on data application architectures and deployments is sort of staggering. The basics is stuff I sort of hope they might need, the big applications is what I know they will need.

    • @keylanoslokj1806
      @keylanoslokj1806 Рік тому +1

      What about simpler jobs like business or data analyst. Can you enter the field with less extreme tools?

    • @vincentadultman6226
      @vincentadultman6226 Рік тому +1

      If you don't mind me asking, for how many years have you been using aws cloud ?
      The official site seems to suggest 2 years, but can it be done in less?

    • @rossgo101
      @rossgo101 Рік тому +2

      @Vincent Adultman Here's the odd thing. I've never actually had a job that uses AWS. All my learning has been done via AWS Skill Builder, Cloud Guru (the game-ified scenario training) and udemy courses. I passed my cloud practitioner about 9 months ago and just passed my Machine Learning Certification there. Very possible to do it in less than 2 years, but you need good data science theory to get the main themes, and I honestly think it's your luck how difficult some of the MLOps questions can be in the exam.

    • @vincentadultman6226
      @vincentadultman6226 Рік тому

      @@rossgo101 thanks a lot dude

    • @killo4life
      @killo4life Рік тому

      @rossgo101 did you skip AWS Solution Architect Exam and went straight to Machine Learning?

  • @MichealAngeloArts
    @MichealAngeloArts Рік тому +56

    The "hire a data scientist to build a full data product" thing only exists when we talk about start-ups, where this is only done to save heaps of money that would have otherwise been sucked up by highly skilled and highly earned developers, architects, and data engineers. It will never exist when we talk about medium-to-large enterprises, where no stakeholder on planet earth will ever trust a customer-facing application built solely by data scientists.

    • @GregHogg
      @GregHogg  Рік тому +11

      If that's the case, then data scientists are only for analysis and model building. This is tremendously easier than it once was, so there's gonna be a ton of competition. Gotta stand out somehow

    • @maveriks463
      @maveriks463 Рік тому +4

      Inclined to agree with this.. awareness of a new expanded DS does not apply to small medium/large enterprises yet... my thoughts are better to go from swe + ML + cloud to DS expanded role. Than DS + full stack Swe +cloud+ops....

    • @criptik5208
      @criptik5208 Рік тому

      ​@@GregHogg can you make a part of this video on this stuff

    • @criptik5208
      @criptik5208 Рік тому

      ​@@GregHogg then what else were data scitist for exoet analysis and model building

    • @alienboogieman
      @alienboogieman Рік тому +1

      Are data engineers truly engineers though?

  • @ReeSean7
    @ReeSean7 Рік тому +3

    Hello,
    I come from a different background in Mechanical Engineering and am pursing a MS in Data Science. It feels like we are learning very superficial Data Science of knowing stats, ML algorithms ,and how to apply the ML algorithms. I worry that I am going to graduate with just knowing baseline models, without making a project of my own.
    You had mentioned, instead of this superficial knowledge, to build full applications. But can someone explain what a full application entails and a typical structure/plan for how to build such application?
    Much appreciated

  • @mikekertser5384
    @mikekertser5384 Рік тому +11

    The main question is - how to get a first job in DS without much experience, even as unpaid intern?
    It turns out, that nobody actually wants inexperienced workers. Most of the companies, especially startups, want the job to be done.

    • @GregHogg
      @GregHogg  Рік тому +5

      It's always tough to get the first one. You'll need to build up your resume and skills as much as you possibly can. Grind!

    • @mikekertser5384
      @mikekertser5384 Рік тому

      @@GregHogg Trying to do my best and learning something new every day. Thanks to your great videos, as well... :)
      Still, getting it to a professional level is a challenge for me.

    • @mohit4902
      @mohit4902 Рік тому

      Data Science/Business Analytics/Data Analytics/Data Engineering will soon be automated, the sexiest jobs of the 21st century now are - Cybersecurity, Product Management, Program Management, Network Engineer (unexpected, right), Electronics Engineer and Software Engineer

    • @univuniveral9713
      @univuniveral9713 Рік тому +2

      Companies probably don't want unpaid interns, especially in Europe, because soon you are gonna accuse them for slavery. In USA and Canada, I think you can have some luck.

    • @mikekertser5384
      @mikekertser5384 Рік тому

      @@univuniveral9713 Actually in Europe the companies are more open towards remote interns from all over the world. In US they want only citizens or green card holders.

  • @mabryscubaadventures
    @mabryscubaadventures Рік тому +2

    Greg's desperation for your attention in quite palpable, but I'm not blaming him, I blame the UA-cam algorithm for making content creators plead on their knees for subs and views. I miss the days where it was just about providing useful information.

    • @GregHogg
      @GregHogg  Рік тому

      Honestly, kinda with you. I mean, I certainly tried to provide useful information. Sorry if I didn't. But yeah, you kinda have to be clickbaity these days.

  • @annordanso721
    @annordanso721 10 місяців тому

    A top-notch true, dude.
    Know the basics of your stacks and be good at prompt engineering
    ~ Respect

  • @Cruise-pp
    @Cruise-pp 8 місяців тому

    In order to get into data science field, we should not only grasp basic knowledge, but also the advanced methods and domain knowledge for applications

  • @Dreadheadezz
    @Dreadheadezz Рік тому +5

    I’m about to graduate with my bachelors in data science. Definitely needed this

  • @ThinkingFella
    @ThinkingFella Рік тому +4

    My personal plan is to combine my currently ongoing programming education with my art-school education because I believe there is still a lot of untapped potential there. And I honestly don't even expect to find a decent job with those credentials in this economy, even though I believe combing X with programming e.t.c will be the future for X. I dunno i still suck at programming anyway lol

  • @rasmusmerten9840
    @rasmusmerten9840 Рік тому +1

    One question, where does your expertise come from?

  • @cliffordhilo8709
    @cliffordhilo8709 Рік тому

    how do you know it can't build the whole castle soon?

  • @topkek670
    @topkek670 Рік тому +5

    be an exceptional person, got it. what a tip. nobody would have come up with this grandious advice, definitely worth a 9 min watch about nothing. XOXO

  • @andreglatzl4152
    @andreglatzl4152 Рік тому +2

    I think you also need to become a pro using pretrained models for solving your problem. It saves you time, money and data size and results are astonishing!

    • @GregHogg
      @GregHogg  Рік тому

      This is also really good advice.

    • @helloEther
      @helloEther Рік тому

      Any pointers to the resources that can help develop this kind of skill sets? Thanks.

  • @salk4858
    @salk4858 9 місяців тому

    I think feature engineering is the main thing you should be learning in DS.

  • @Werepizzaa
    @Werepizzaa Рік тому +1

    Hey thanks for this video. This whole space is really muddy and hard to get a clear idea from someone who actually knows what theyre doing. Thank you for sharing and I really hope to apply this knowledge!!!!!!!

  • @datapro007
    @datapro007 Рік тому +6

    Greg is right. I don't see that a lot has changed however. A full stack developer has a lot more opportunities than other folks.

    • @datapro007
      @datapro007 Рік тому

      @Akihiko Where, when, who?

    • @jcantonelli1
      @jcantonelli1 Рік тому +2

      Sure, what company doesn't want to pay 1 salary for 2-3 positions?

    • @datapro007
      @datapro007 Рік тому

      @@jcantonelli1 Why not understand the whole system instead of being an assembly line worker?

    • @jcantonelli1
      @jcantonelli1 Рік тому +3

      @@datapro007 That might be possible with smaller, simpler applications at start-ups, etc. - but, at larger organizations no one person can deeply know every single aspect of an enterprise-level stack.
      We don't have "full-stack" surgeons for exactly this reason.

    • @bralis2
      @bralis2 Рік тому +1

      @@jcantonelli1 Spot on point! True!

  • @vojislavmladenovic2968
    @vojislavmladenovic2968 Рік тому +7

    Does that mean to develop ourselves more as a Machine Learning Engineer, so basically to become more of a software engineer with the MLOps knowledge?

  • @TYRELLDYCK
    @TYRELLDYCK Рік тому

    I have been learning alot of coding lately. I do learn online alot but I just wanted to point out that you should probably still make a ton of projects. My ideas have got me to learn so many different areas I would not have thought of

  • @gable3D
    @gable3D Рік тому +1

    So, uh... What do you comsider a full application? I unfortunately only know how to build jupyter notebooks...

    • @GregHogg
      @GregHogg  Рік тому

      Pretty much anything else haha

  • @richardvargas4950
    @richardvargas4950 Рік тому +1

    Yo I want that Python hat. I view ChatGPT like I do pinyin when I type Chinese. I can't manually write each character, but I do have to know how to read Chinese. The computer/phone gives recommendations as you type in the phonetics of the words. Sometimes the recommendations are really poor, so it's vital to have a strong understanding. It's efficient in the correct hands

  • @navi93243
    @navi93243 Рік тому +3

    I disagree, if you're a data scientist in charge of prototyping an algorithm that will make critical business decisions and/or potentially affect the lives of many people. I'm sure the last thing you would want to do is to spend your time on JavaScript/CSS/HTML. If ChatGPT can help you make graphics more quickly, that's great. But the world of data analysis, unlike engineering, is something that never ends.

    • @GregHogg
      @GregHogg  Рік тому +2

      If you're comfortable in an important job already, of course you can focus on that. This advice would be for the folks that have not yet cemented themselves as an important part of a company

  • @sarahgao8300
    @sarahgao8300 Рік тому +1

    Any suggestions about what kind of application should I build?

  • @jakedawg253
    @jakedawg253 Рік тому +2

    Im a little half way through my data science masters should I i finish or switch out, the field is looking bad, i dont feel like Im learning enough

    • @Sammmmm221
      @Sammmmm221 11 місяців тому

      any update on what you decided to do ?

  • @travistester5232
    @travistester5232 Рік тому +8

    I think this is the right answer. Building things that combine the entire process, front to back, will demonstrate the skills.

  • @rafaeel731
    @rafaeel731 Рік тому +1

    So the advise is to be good at the job to be competitive. I expected a bit more - perhaps before and after?

    • @GregHogg
      @GregHogg  Рік тому

      Pretty sure I said more than that lol

  • @jacktaylor1516
    @jacktaylor1516 Рік тому

    I mean,I get what you are saying but if I understand the entire picture and can build the whole thing myself, why am I working for someone else instead of building a start up,

  • @chloewei768
    @chloewei768 Рік тому +6

    This is super helpful and thanks so so much! Would really love to see a part 2 deep dive into this topic if possible

    • @GregHogg
      @GregHogg  Рік тому

      I don't think I have a direct part 2, but you're super welcome!! :)

  • @Mandelbrot567
    @Mandelbrot567 Рік тому +4

    I think the Lego bricks analogy you made is very appropriate.

  • @3raser3
    @3raser3 Рік тому +3

    Hey Greg, thanks for this video. It gives me a little bit of direction in these trying times. I am a industrial engineer graduate who became a software engineer and am now pursuing MS in computer science - but I am struggling to decide if I should take more software engineering type stuff or more analytics. Due to how rapidly the analytics space is changing, I think my best move would be to just focus on becoming a full stack engineer

  • @PrakashNethala-p2q
    @PrakashNethala-p2q Рік тому +1

    You forgot to change the background screen?

  • @EternalKernel
    @EternalKernel Рік тому +1

    I have software that will change how we use computers on a fundamental level. I'm not the only one working on it and I'm pretty sure I can't be the only one working on it with the same intention that I have. Wish I could find some VC and a CEO.

    • @univuniveral9713
      @univuniveral9713 Рік тому +1

      I know of an inventor and programmer that you might need. He also created something new for COVID, but it is not yet implemented. It is published by Cambridge university press. However, to implement it, you guys need to work with biochemical teams of the pharma. It is worth talking to him as this could land you all in billions of dollars. It all depends on how you guys implement and market it. For that, bio and pharma have to sponsor you because you need an income while working on it. I am also interested in this.

    • @EternalKernel
      @EternalKernel Рік тому

      @@univuniveral9713 Thank you for recommending someone, but it doesn't sound like we are working on the same type of thing to me.

  • @runvnc208
    @runvnc208 Рік тому +7

    Pretty good for the current situation, but you are referring to the future. The situation is rapidly evolving and I think its not very accurate to assume that it will stay the same in the near future. Even in the next couple of years things will change.
    Right now I am working on a startup that uses GPT-4 to control VMs to install software or write simple web applications which are hosted immediately at unique IP addresses on the internet.
    I have also done a contract recently to pay the bills where the user asks a question, GPT-4 writes the KQL for pulling data from a table, and returns the result. It can also (if appropriate) analyze the result table and give an answer in prose, or even generate an arbitrary graph on the fly if that is requested.
    You are correct about the limited context, but that is also changing quickly. Anthropic's new model can ingest 100,000 tokens. Its not quite at the coding level of GPT-4 but they will get there. The hardware and software will continue to accelerate, especially over the next couple of years since there is still low-hanging fruit for optimizations of this specific application (GPT) in hardware and model tweaks etc.
    Within a few years, and certainly within five years, we should anticipate human-level reasoning at 100 or more times human thinking speed. Available to consumers (if not prohibited by governments). That is how fast compute performance improves. That's not even really speculative given the history of compute efficiency gains.

  • @senna_william
    @senna_william Рік тому +6

    Good stuff as always! Can you give us a spoiler about what problem the startup you are working on solves?

  • @criptik5208
    @criptik5208 Рік тому +3

    What does it mean to build data scince applications

    • @GregHogg
      @GregHogg  Рік тому

      Like something outside of just a notebook only

  • @jimmyjuju
    @jimmyjuju Рік тому +4

    In summary, Data Scientists will need to demonstrate tangible value instead of endless tinkering with data.

  • @sametzweiler2630
    @sametzweiler2630 Рік тому

    so did I just watch a 6 minute video to be told that in order to get hired I need to be good at my job

  • @gukstan11
    @gukstan11 Рік тому

    It's funny that you have a green screen behind you but you didn't project anything

    • @gukstan11
      @gukstan11 Рік тому

      like you're in a marvel set

    • @GregHogg
      @GregHogg  Рік тому +1

      Yep I do this commonly haha

    • @gukstan11
      @gukstan11 Рік тому

      @@ChandlerLaura well yeah i work in that area haha

  • @Tamicheal22
    @Tamicheal22 Рік тому +3

    Great stuff, I have been serving two roles for my company for a while, one is business analytics ChatGPT made that so much easier for and now I have time to do my real job.

  • @lokamaxmiha4604
    @lokamaxmiha4604 11 місяців тому

    Thank you Greg.

  • @sweetsoysauce9823
    @sweetsoysauce9823 Рік тому

    I studied industrial product design & I work in marketing. What would you think I should do full stack softw or data? I usually work for myself, as a freelancer. And I am looking for more building blocks to build my portfolio & start my own agency.

    • @GregHogg
      @GregHogg  Рік тому

      You will need to figure that one out for yourself! :)

  • @stanleykubrick8786
    @stanleykubrick8786 Рік тому

    What "path" do you recommend people take to become gig worker HR specialists in temporary hiring agencies and clerks in government unemployment lines?

  • @CTEBACp6uja
    @CTEBACp6uja Рік тому +7

    Thank you for this video, Greg!
    A thought that struck me right away - can you update the Data Scientist roadmap, having mind the changes you mentioned?

    • @GregHogg
      @GregHogg  Рік тому +2

      I already have cloud stuff in the roadmap:)

    • @jacklinetum5460
      @jacklinetum5460 Рік тому

      ​@@GregHoggwhere can I get the roadmap

    • @jacklinetum5460
      @jacklinetum5460 Рік тому

      ​@@GregHoggwhere can I get the roadmap

    • @CTEBACp6uja
      @CTEBACp6uja Рік тому

      ​@@GregHogg And what courses would you recommend to learn to build full applications?

  • @therevanchist8967
    @therevanchist8967 7 місяців тому

    Think stats masters is a good idea rn given the job market?

  • @fullmoonracoon9584
    @fullmoonracoon9584 Рік тому

    Thank. Did not regret entering the contract.

  • @patawee313
    @patawee313 Рік тому +1

    It's true that you said but not at this time. Data science nowadays even don't have ChatGPT or any AT tools, juniors need to know a lot of stuff more than just building good models or EDA because everything is much easier than before,
    When I first get a job as DS, I need to. know how to do SQL, Python, multiple BI tools, and strong communication skills which is a core thing from my perspective. If someone thinks that Data Science is just only creating the model and EDA, I would know that they aren't even in a field.
    I felt really bad for further newcomers because the minimum requirements would be much higher, You need to know something much more than before because ChatGPT could help us and reduce the time and cost to hire a junior and intern.

  • @superbiggulpz
    @superbiggulpz Рік тому +2

    What's the green screen used for 😂

    • @GregHogg
      @GregHogg  Рік тому

      In my talking videos, not much lol

  • @DevlogBill
    @DevlogBill Рік тому +1

    Hi Greg, I am kind of confused? From your conversation I hear a lot of generalizations. You mentioned that Data Science has changed and is now drastically changing. Forgive me but I kind of understand what you are aiming at but what you are saying lacks substance. Would it be possible if you could elaborate further in detail and articulate precisely in clarity your overall meaning?
    I understand, every UA-camr state that Data Science is a generalist role depending on the company and their requirements. But when I hear an explanation about what Data Science is, I tend to hear that Statistics is the primary tool, please correct me if I am wrong. I am guessing since statistic is applied then I would be under the impression data is the source and data can only be found within a relational database, correct? Such as a relational database like Azure, AWS, MySQL, Snowflake? How do Data Science provide value to Organizations when the job isn't clearly defined?
    Lastly, just out of curiosity? Why are you interested in JavaScript? How does that pertain to your job? Is learning JavaScript a hobby of yours? I mean I can understand learning R? Python? Even possibly Swift for iOS because I hear Swift is an exceptional programming language which is capable of dealing with large datasets.
    To be honest if I were aiming at becoming a data analyst even a Data Scientist. I would rather stick with Python because Chris Lattner the creator the LLVM and the creator of the programming language Swift has created a programming language called Mojo. Mojo is similar to TypeScript in a sense but yet it is not. It acts like a wrapper over Python and to my understanding it is a very fast programming language capable of multithreading and other amazing things which make it really good for AI and machine learning. I am not trying to insult or anyone. This is not an attack but merely someone who is very curious and interested in what a Data Science is despite my personal opinion that Data Science will be nonexistent within the next 10 years, I hope I am wrong. Thank you.

    • @GregHogg
      @GregHogg  Рік тому

      You're gonna have to summarize this, this is way too long

  • @edalarconreal
    @edalarconreal Рік тому

    Great video Gregg!! Thanks! Quick question though, what is the top course you recommend to learn how to build the lego castle first? Cheers!

    • @GregHogg
      @GregHogg  Рік тому +1

      No problem! And I'm working hard on building it!!

    • @edalarconreal
      @edalarconreal Рік тому

      @@GregHogg cool! Let me know!!!

  • @mohit4902
    @mohit4902 Рік тому

    Data Science/Business Analytics/Data Analytics/Data Engineering will soon be automated, the sexiest jobs of the 21st century now are - Cybersecurity, Product Management, Program Management, Network Engineer (unexpected, right), Electronics Engineer and Software Engineer

  • @j0shda116
    @j0shda116 Рік тому

    Thanks, THis is the best advice i've recieved thus far

  • @sheikkhader1676
    @sheikkhader1676 Рік тому

    that's true! aligning the people in the right direction!

  • @baboidiot
    @baboidiot Рік тому

    sorry im new here. what exactly do you mean by "building applications" in data science ?

    • @GregHogg
      @GregHogg  Рік тому +1

      Apps. Usually web apps that are on a cloud.

    • @ilovedogs938
      @ilovedogs938 Рік тому +2

      Do you mean like building dashboards and platforms? On cloud like AWS or Google cloud?

  • @Code65115
    @Code65115 Рік тому +1

    Thanks Greg! ❤

    • @GregHogg
      @GregHogg  Рік тому

      You're very welcome ❤️

  • @gunlover94
    @gunlover94 Рік тому +1

    It’s nice having a clearance job. ChatGPT is banned. So I’m safe for awhile

  • @gnavarrolema
    @gnavarrolema Рік тому +2

    Great video 👍...What advanced ML architectures do you recommend I learn?

    • @GregHogg
      @GregHogg  Рік тому +2

      Well obviously transformers are pretty popular these days, so that would be a good recommendation

    • @gnavarrolema
      @gnavarrolema Рік тому

      @@GregHogg Great. Thank you for the recommendation.

  • @beltayefhanen1151
    @beltayefhanen1151 Рік тому

    اللهم افتح بيني و بين مستقبلي فتحا مبينا و أنت خير الفاتحين

  • @supahottfire
    @supahottfire Рік тому

    Where did you get that hat?

  • @loveplay1983
    @loveplay1983 Рік тому

    So you need to know both ML methods and how to build actual applications, rather than just knowing how to do the machine learning model experiment and analyze the data.

  • @johnwallis1626
    @johnwallis1626 Рік тому +3

    "Code stitcher" is the new job title

  • @junyazhang8550
    @junyazhang8550 Рік тому +1

    Able to putting things together is just matter of time, look at auto-GPT, unfortunately, I think data analytics is no longer a good career as it used to be.

    • @GregHogg
      @GregHogg  Рік тому

      We'll see. There's a lot of errors and extremely particular stuff that goes into full, completely correct and SECURE applications

  • @waqarahmad-yq2fi
    @waqarahmad-yq2fi Рік тому

    What do you suggest is i am from cybersecurity background what do you suggest me being at my place, please suggest me a high level roadmap

  • @pringlized
    @pringlized Рік тому

    Thanks for the vid. Straight up no BS.

  • @AfrikanMan
    @AfrikanMan Рік тому

    Thanks for the solid advice.

    • @GregHogg
      @GregHogg  Рік тому

      Very welcome - have a great day!!

  • @Universal-Code23.
    @Universal-Code23. Рік тому

    I am thinking about taking the data science course which one to choose and is it better to take the data science course in 2023

  • @100onthedash
    @100onthedash Рік тому

    Thank you for adding tracking links

  • @siddhantkohli3362
    @siddhantkohli3362 Рік тому +2

    Im studying data science in Australia right now n i have been enthusiastic about it for about 2 years now n still learning it.
    I thing nobody absolutely no body talks about which annoys me is importance of Statistics/ Maths and “ANALYTICAL THINKING”
    Anyone can code come one guys if you need to make a difference make use of statistics and be better at analytics

    • @animeswitch
      @animeswitch Рік тому

      Everyone always forgets AI gets better and better...

  • @imadsyed6417
    @imadsyed6417 Рік тому

    Thought of getting into ds but it is becoming more complicated
    What do u say get into it or quit?

  • @dimitri2k
    @dimitri2k Рік тому

    Thank you for the video, now need to become a full stack data scientist for that I just discover Runaway for deployment Could you recommend any one like this?

  • @coolraj1063
    @coolraj1063 Рік тому

    Thanks brother got to learn more❤

  • @EricPham-gr8pg
    @EricPham-gr8pg Рік тому

    I think depending on organization need data can be customized like government don"t want too much garbage slowcdown their machine or the advertising and marketing need only human behavior and culture fashion , or news media can lead data or follow investigation report in history all need different tactics or instruments which determines privacy. But best storage is DNA in tree or human memory are the infinite

  • @kimberlyconroy2849
    @kimberlyconroy2849 Рік тому

    Thanks so much for doing this video!!!

  • @chizzlemo3094
    @chizzlemo3094 Рік тому

    insightful, thanks!

  • @qpellidomombre
    @qpellidomombre Рік тому +1

    I disagree. There's just too much thrill about full stack ML apps. You need a deep knowledge in mathematics and this is extremely hard. I simply don't understand how anyone can pretend to build a system on fuzzy concepts.

  • @madjohnshaft
    @madjohnshaft Рік тому +2

    Moments ago I decided that this issue (collaboration, and big picture building issues) was my unique skillset giving me an awesome entry point into the field and then I watched your video telling me that same thing minutes later. Boy do I wanna talk to you.

  • @NasivateLifestyle
    @NasivateLifestyle Рік тому

    Fully agree.. man..fully agree

  • @firmlyheldbelief
    @firmlyheldbelief Рік тому

    Can someone explain what he means by actually building applications

  • @cromllo7162
    @cromllo7162 Рік тому +1

    What do you mean by advanced stuff?

    • @GregHogg
      @GregHogg  Рік тому +1

      Transformers for example

    • @cromllo7162
      @cromllo7162 Рік тому +2

      @@GregHogg what kind of transformers, Autobots or deceptions😂? No really, what kind?

  • @homeoffice3524
    @homeoffice3524 Рік тому +1

    Virtual assistants will not gonna replace anyone. The more people and faster gonna jump in that trap the better for rest. Cybersecurity and hacking stuff will be so much easier then ever 😂 Web pages and data is safe(at least little bit) because of human factor.

  • @Lawlesslarry69
    @Lawlesslarry69 Рік тому

    Hi Gregg, i have a bachelors of science in Biology and then received a masters MBA in data analystics. Can i become a data scientist with my credentials? Kindly advice.

    • @ilovedogs938
      @ilovedogs938 Рік тому

      How did you go from Biology to a masters in data analytics? Usually they require a numerate subject as a bachelors? I'm asking because I have a degree in Biomedical Sciences and trying to become a data scientist. Usually people enter data science by becoming a data analyst first.

    • @Lawlesslarry69
      @Lawlesslarry69 Рік тому

      @@ilovedogs938 not necessarily. Some schools accept your application as long as you pass their prerequisite exams or self teach yourself prior to enrollment.

    • @ilovedogs938
      @ilovedogs938 Рік тому

      @@Lawlesslarry69 thanks for your response and love the dog btw in your profile pic ! Are you in the USA? I'm in London, it seems they're more flexible there which is good.

    • @Lawlesslarry69
      @Lawlesslarry69 Рік тому

      @@ilovedogs938 yes I'm in the USA. And my this is my dog of 15 years who passed away in 2017. I miss him dearly. Half Husky, half golden retriever

    • @ilovedogs938
      @ilovedogs938 Рік тому

      @@Lawlesslarry69 where did you do your masters? Was it online?

  • @jackfrosterton2530
    @jackfrosterton2530 Рік тому

    This just sounds like a token window problem

  • @MrMadmaggot
    @MrMadmaggot Рік тому

    But how!!!! Giv us something more on the thing of the ending

  • @LatpateShubhamManikrao
    @LatpateShubhamManikrao Рік тому

    This is a really great advice. Hope people get it.

  • @sorvex9
    @sorvex9 Рік тому

    Great, this has been my approach for the past 3 years

  • @cromllo7162
    @cromllo7162 Рік тому

    Chat GPT output still needs someone to debug it

  • @naevan1
    @naevan1 Рік тому +1

    How would you recommend learning about these things then? These things ebeing aws/azure/dataiku or whatever

    • @GregHogg
      @GregHogg  Рік тому

      Coursera has lots, to name one!

  • @ifeanyinwobodo8530
    @ifeanyinwobodo8530 Рік тому

    Thanks for the amazing content.
    I have an intermediate level knowledge of deploying ml apps on gradio and streamlit.
    Will this be enough for me to get an entry level role?

    • @GregHogg
      @GregHogg  Рік тому

      You're very welcome! I would learn something REST-based :)

  • @beltayefhanen1151
    @beltayefhanen1151 Рік тому

    و قل ربي زدني علما و علمني ما ينفعني و انفعني بما علمتني

  • @ssemukuyetimothy137
    @ssemukuyetimothy137 Рік тому

    Very smart advise.

  • @grant5941
    @grant5941 Рік тому

    Thank you for this.

  • @strange-love
    @strange-love Рік тому

    So you're just saying Data Science skillsets are converging into the stack as part of full stack developers ? :p

    • @GregHogg
      @GregHogg  Рік тому

      That is kinda what I'm suggesting yes

  • @serdalaslantas
    @serdalaslantas 3 місяці тому

    Data engineering is high demand job nowadays