Don Woodlock
Don Woodlock
  • 59
  • 301 164
How to use AI to read and process notes
When an emergency department physician treats a patient, they’re writing notes on a napkin at times, not the EMR. So how can AI help them get those notes into patient records faster?
This is a really interesting use case for AI. In this case, it’s a mix of two different AI models: A vision model to convert the image to text and an LLM to write a structured note from the text.
While this use case shows the two models acting independently, the merging of two models is an exciting new capability OpenAI’s GPT-4o “omnimodel” just announced this week!
So how would this work inside an EMR? And is the output generated by two different AI models even accurate?
You’ll have to watch below in today’s edition of #CodetoCare, my video series on AI & ML, to find out!
If you have any specific questions, drop them in the comments. I’m enjoying your input and I might even make a video responding to them.
Check out my LinkedIn: www.linkedin.com/in/donwoodlock/
Timecodes:
00:00 - Intro
00:19 - AI Note reading use case explanation
03:03 - Digesting physician notes into a clinical system
05:43 - Explanation of first GenAI model: GPT Vision
06:02 - Interim outcome of napkin into text
06:29 - Explanation of the second GenAI model: Regular LLM
06:44 - Wrap up
---
ABOUT INTERSYSTEMS
Established in 1978, InterSystems Corporation is the leading provider of data technology for extremely critical data in healthcare, finance, and logistics. It’s cloud-first data platforms solve interoperability, speed, and scalability problems for large organizations around the globe.
InterSystems Corporation is ranked by Gartner, KLAS, Forrester and other industry analysts as the global leader in Data Access and Interoperability. InterSystems is the global market leader in Healthcare and Financial Services.
Website: www.intersystems.com/
CZcams: www.youtube.com/@InterSystemsCorp
LinkedIn: www.linkedin.com/company/intersystems/
Twitter: InterSystems
#AI #artificialintelligence #llm #genai #openai #gpt4 #ml #machinelearning #rag #generativeai #largelanguagemodels #largelanguagemodel #artificialintelligencetechnology #artificialintelligenceandmachinelearning
zhlédnutí: 379

Video

Integrity Check opening for the BioTech Battle of the Bands. May 2024
zhlédnutí 122Před dnem
Integrity Check opening for the BioTech Battle of the Bands. May 2024
How to set up RAG - Retrieval Augmented Generation (demo)
zhlédnutí 6KPřed měsícem
When I posted my video on Retrieval Augmented Generation (RAG), I got a lot of requests to show exactly how it worked at a technical level. RAG helps you create a ChatGPT-like experience that uses your own internal content. Instead of only accessing information from the internet, an LLM can access your PDFs or databases or any other internal content by using a RAG architecture. I know this is a...
How to avoid bias in Machine Learning
zhlédnutí 1,2KPřed 2 měsíci
Machine learning algorithms can have a big blindspot: bias. But where does it come from? In today’s video in my Code to Care series, I’m exploring the three primary areas of the AI process to look for bias - the data, the model, and the net effect of deploying an AI model. I also cover some relatively famous examples of bias within these three areas. Bias is a big risk in AI, so I’m exploring w...
How to Use AI to Improve Patient No Show Rates
zhlédnutí 4,2KPřed 2 měsíci
How can you use machine learning to reduce patient no-show rates? This is a headache for hospitals and clinics. No-shows are lost revenue and overcoming it can be expensive and chaotic - either with additional FTE headcount or by overbooking time slots. This is a really great use case for machine learning. In this case, it’s a form of Tabular AI, not Generative AI, but still interesting I think...
What is RAG? (Retrieval Augmented Generation)
zhlédnutí 72KPřed 4 měsíci
How do you create an LLM that uses your own internal content? You can imagine a patient visiting your website and asking a chatbot: “How do I prepare for my knee surgery?” And instead of getting a generic answer from just ChatGPT, the patient receives an answer that retrieves information from your own internal documents. The way you can do this is with a Retrieval Augmented Generation (RAG) arc...
Risks of Integrating Gen AI with Patient Data
zhlédnutí 5KPřed 4 měsíci
What are the risks of integrating a generative AI tool like chatGPT with patient data? In today’s edition of my Code to Care video series, I’m exploring the factors we should consider when evaluating this type of AI in healthcare. Ensuring patient safety should be our top priority and tools like generative AI need careful consideration for its use cases, its accuracy, and its failure modes. Wha...
How to Use AI for Patient Portals
zhlédnutí 4,6KPřed 4 měsíci
The number of patient portal messages have increased 30% over the past few years. How can AI & ML help hospitals deal with the large volume of patient messages? In today’s edition of my Code to Care series, I’m exploring a specific use case for these technologies inside healthcare providers. AI & ML tools can help health systems create faster response times, more empathetic messages, and a more...
Different types of AI
zhlédnutí 5KPřed 4 měsíci
What’s the difference between AI, ML, Generative AI, and LLMs? To kick-off my video series Code to Care: AI/ML Revolution Unveiled, I wanted to start with a short explainer about the many different categories of artificial intelligence. Since you all asked, I’ll be diving into how this technology works in the weeks to come, but I noticed that many people are conflating these terms together. Gen...
ML301 Using LLMs to Build a ChatBot on Your Content.
zhlédnutí 826Před 5 měsíci
ML301 Using LLMs to Build a ChatBot on Your Content.
ML202 - Machine Learning with InterSystems Technologies Tutorial
zhlédnutí 273Před 9 měsíci
ML202 - Machine Learning with InterSystems Technologies Tutorial
Integrity Check at InterSystems Global Summit 2023
zhlédnutí 250Před 11 měsíci
Integrity Check at InterSystems Global Summit 2023
Integrity Check at The Royale May 11, 2023
zhlédnutí 238Před 11 měsíci
Integrity Check at The Royale May 11, 2023
Machine Learning 201 - Neural Networks and Image Recognition
zhlédnutí 366Před rokem
Machine Learning 201 - Neural Networks and Image Recognition
Machine Learning 201: The Neural Network
zhlédnutí 380Před 5 lety
Machine Learning 201: The Neural Network
Machine Learning 101: How it actually works
zhlédnutí 2,2KPřed 5 lety
Machine Learning 101: How it actually works
AP Computer Science Video 14 - Calculating e and pi with for loops
zhlédnutí 1,6KPřed 9 lety
AP Computer Science Video 14 - Calculating e and pi with for loops
AP Computer Science Video 13 - Running Totals - Sentinel Loops
zhlédnutí 272Před 9 lety
AP Computer Science Video 13 - Running Totals - Sentinel Loops
AP Computer Science Video 12 - Running Totals including Factorial
zhlédnutí 100Před 9 lety
AP Computer Science Video 12 - Running Totals including Factorial
AP Computer Science Video 11 - Writing Methods
zhlédnutí 629Před 9 lety
AP Computer Science Video 11 - Writing Methods
AP Computer Science Video 10 - Using Methods with Math Class
zhlédnutí 421Před 9 lety
AP Computer Science Video 10 - Using Methods with Math Class
AP Computer Science Video 9 - while loop part 2 with the Higher/Lower Game
zhlédnutí 127Před 9 lety
AP Computer Science Video 9 - while loop part 2 with the Higher/Lower Game
AP Computer Science Video 8 - Multiplication Race with a while loop
zhlédnutí 118Před 9 lety
AP Computer Science Video 8 - Multiplication Race with a while loop
AP Computer Science Video 7 - Multiplication Game with a for loop
zhlédnutí 106Před 9 lety
AP Computer Science Video 7 - Multiplication Game with a for loop
AP Computer Science Video 6 - Guessing Game with Math.random()
zhlédnutí 587Před 9 lety
AP Computer Science Video 6 - Guessing Game with Math.random()
AP Computer Science Video 5 - Java Expressions
zhlédnutí 122Před 9 lety
AP Computer Science Video 5 - Java Expressions
AP Computer Science Video 4 - Introduction to debugging
zhlédnutí 255Před 9 lety
AP Computer Science Video 4 - Introduction to debugging
AP Computer Science Video 3 - Introduction to If Statements
zhlédnutí 157Před 9 lety
AP Computer Science Video 3 - Introduction to If Statements
AP Computer Science Video 2 - Introduction to Variables
zhlédnutí 248Před 9 lety
AP Computer Science Video 2 - Introduction to Variables
AP Computer Science Video 1 - Your First Program - Hello World
zhlédnutí 593Před 9 lety
AP Computer Science Video 1 - Your First Program - Hello World

Komentáře

  • @divyabhasin1379
    @divyabhasin1379 Před 6 hodinami

    Great video very well explained. Do you also have a video on how to download a website into a CSV?

  • @Tessi42
    @Tessi42 Před 14 hodinami

    Wow, Thank You

  • @Tessi42
    @Tessi42 Před 14 hodinami

    Thank you very much for this great presentation. Tomorrow I will use this video to describe in a few minutes to the decision-makers in my company what this RAG means. Many simply do not yet understand the simplicity behind the pattern and therefore the possibilities I find it difficult to present it in such simplicity Thank you very much🙂

  • @NavidBarati
    @NavidBarati Před dnem

    This was by far the most useful video I have seen in a while on AI topic, well done everybody

  • @dbosedxc
    @dbosedxc Před 3 dny

    Unbelievable content. Couldn't have been any simpler than this. Thank you so much.

  • @computingcoding799
    @computingcoding799 Před 3 dny

    Awesome video! It helped explain the concept a great deal. well done👍

  • @yogeshsuryamurthy5939

    Thanks Don, it's very useful and an out-of-the-box use case. What do you think about extending this to ED triage categorization and assisting providers by presenting a care plan (or protocol) based on the patient's medical history and current diagnosis?

  • @adeniyiajani7617
    @adeniyiajani7617 Před 5 dny

    I like the video which software did you use. Well done sir

  • @rajmeets9303
    @rajmeets9303 Před 6 dny

    Wow! Wonderful session. I loved the simplicity of explaining RAG. Thanks a lot Don.

  • @endourology
    @endourology Před 7 dny

    I finally understood what RAG is, including the vector part. Great!

  • @amnguyenduyan1426
    @amnguyenduyan1426 Před 8 dny

    Amazing video, save me ton of days to study. Thank you very much Mr. Don

  • @dharmakelleherauthor

    Thank you so much! This is a great, easy-to-follow explanation. Coincidentally, I'm having knee surgery tomorrow. LOL.

  • @aanyaaryancoolgamers2013

    Great video! where can I get the code used in the video?

  • @gt6808a
    @gt6808a Před 10 dny

    This has been the most helpful video I've found to help me understand how RAG works. Thank you so much for your wonderful explanation!

  • @sjmediaonline
    @sjmediaonline Před 10 dny

    Great video! Could you please do one video on RAG with knowledge graph? Thanks!

  • @asheeshmathur
    @asheeshmathur Před 10 dny

    Excellent, made so simple.😃

  • @califfa2419
    @califfa2419 Před 11 dny

    what a great explanation of RAG! Thank you

  • @vaidyanathtdakshinamurthy8732

    Hello Don Sir, thanks for this explanation. You're a blessed master craftsman. Simple and precise description and to the point.

  • @tatuldanielyan9943
    @tatuldanielyan9943 Před 14 dny

    Thank you

  • @paultoensing3126
    @paultoensing3126 Před 15 dny

    What is concatenate?

  • @paultoensing3126
    @paultoensing3126 Před 15 dny

    So what is df?

  • @mzimmerman1988
    @mzimmerman1988 Před 15 dny

    helpful! thanks.

  • @mzimmerman1988
    @mzimmerman1988 Před 15 dny

    well done! thanks.

  • @nking99t
    @nking99t Před 15 dny

    one sentence summary: the data input(your own content) for gpt

  • @MateoGarcia-rt7xt
    @MateoGarcia-rt7xt Před 17 dny

    Thanks for this great explanation, Don!

  • @jdcage
    @jdcage Před 17 dny

    Great video! How did you get the content of the website? I am working on a similar project, and most of my effort seems to be scraping pages.

  • @JamesNguyen-lt5bc
    @JamesNguyen-lt5bc Před 18 dny

    awesome explanation. Thank you

  • @sanjaysitaramsoni
    @sanjaysitaramsoni Před 19 dny

    I really fall in love with RAG, I am a Master student and I want to do some research on RAG for my upcoming Thesis Project. Can I have some suggestion from you ? articles or publications ? Thanks for this video

  • @mtb_carolina
    @mtb_carolina Před 19 dny

    Let me ask...do you have any methodologies to keep the chunks from the internal database private for the rag recall with the LLM if those internal databases that the RAG system is pulling from are confidential? I've been grappling with this...any insights will be much appreciated. Thank you!

  • @Themojii
    @Themojii Před 20 dny

    Hi Don, thank you for the great video. It would be great if you could share the notebook codes 😊

  • @govindarajram8553
    @govindarajram8553 Před 20 dny

    It's so good to see a good demo, please put more videos, I would specifically looking for RDMS database to vector database to store embeddings so my user can use AI

  • @MohitGupta-cz9ok
    @MohitGupta-cz9ok Před 22 dny

    Thanks, after watching your video I got clear understanding how we can implement RAG.

  • @govindarajram8553
    @govindarajram8553 Před 22 dny

    Just I watched from youtube suggestions and you me good explanations on Retrieval augmented generation closure to my use case. Thank you

  • @ionuta.5359
    @ionuta.5359 Před 23 dny

    Simple and clear! Thanks!

  • @starter_culture
    @starter_culture Před 23 dny

    Best explanation I have seen to date of how RAG works.

  • @The_Reductionist
    @The_Reductionist Před 23 dny

    How did you turn the website into a csv file? web-scraper? if so, which one?

  • @lxn7404
    @lxn7404 Před 24 dny

    I wonder what is the role of LLM in creating a vector, it looks like simple indexation

  • @pjali1
    @pjali1 Před 24 dny

    Awesome Sir !!

  • @Themojii
    @Themojii Před 24 dny

    Great explanation of RAG. I subscribed to your channel after watching this. Thank you Don for the great content.

  • @BKNaveen
    @BKNaveen Před 25 dny

    Great explanation! Is there a way i can get the code you show in the jupyter notebook please? Would like to play around with it using my dataset. That would be very helpful!

  • @arthurbailey3796
    @arthurbailey3796 Před 26 dny

    🏃 *promo sm*

  • @christopherhunt-walker6294

    Wow he has explained this really clearly. This is the missing link for me between LLMs and making them actually useful for my projects. Thank you!

  • @OstaNazir
    @OstaNazir Před 28 dny

    I loved this explanation of RAG. I’ll share this with my team.

  • @NISHANTSUTAR-fi9xe
    @NISHANTSUTAR-fi9xe Před 29 dny

    If I don’t have any relative data in my document then how to avoid giving respond to that question instead of giving random answer unrelated answer

    • @dwoodlock
      @dwoodlock Před 26 dny

      Just add that to the prompt. "If you are not finding any relevant information in the context that I provided, please don't answer the question". That sort of thing.

  • @funmitoadeyemi4647
    @funmitoadeyemi4647 Před měsícem

    You really are a teacher, made it consumable to RAG newbies, this is how videos should be lol. Thank you very much

  • @DavidBennell
    @DavidBennell Před měsícem

    Great explanation, I have seen a lot of these and people normally go into far too much detail and muddy the water, or are far too abstract, fast and loose, or just get it wrong. I think this is a great level to cover this topic at.

  • @chetanpdeshpande3439
    @chetanpdeshpande3439 Před měsícem

    This was fantastic! Thank you!

  • @FirstNameLastName-fv4eu
    @FirstNameLastName-fv4eu Před měsícem

    God save that patient on his/ her Knee Surgery !!

  • @belugaaa6649
    @belugaaa6649 Před měsícem

    Awesome Don, please do more of these videos explaining more about AI/ML next topic: one on Lang chain or llama model 3 which was released recently.

    • @dwoodlock
      @dwoodlock Před 26 dny

      Yes - I'll take a look.

    • @belugaaa6649
      @belugaaa6649 Před 26 dny

      @@dwoodlock Thank you dan you are amazing

  • @jacksonhanson154
    @jacksonhanson154 Před měsícem

    Very thankful Don. It would be awesome to get some timestamps throughout the video, but this is incredible as is.