NLP Roadmap 2024: Step-by-Step Guide | Resources

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 50

  • @sapnilpatel1645
    @sapnilpatel1645 8 месяцев назад +3

    One of the best roadmap for NLP.

  • @akashsingh1780
    @akashsingh1780 11 месяцев назад +8

    Please come up with an end to end project on NLP with implementation of LLMs with deployment

    • @FutureSmartAI
      @FutureSmartAI  11 месяцев назад

      Can you share any use case that I take?

    • @Tiger-Tippu
      @Tiger-Tippu 8 месяцев назад

      @@FutureSmartAIplease make end to end project on Q and A system using lanchain,pinecone ,open Ai ,flask /fast api and cloud..also chat bot

    • @kishore961
      @kishore961 8 месяцев назад

      Take a user manual of a product having multiple pages (maybe a industrial equipment or a simple electronic gadget). Build a qna system that has the chatbot ui, uses vector db, does semantic search, has MySQL db for storage, langchain/llamaindex for building the backend etc

    • @kishore961
      @kishore961 8 месяцев назад

      Great videos Pradip.

    • @akshaybalaji4495
      @akshaybalaji4495 6 месяцев назад

      Hey bro I think I worked with you in TCS 😅

  • @chenmargalit7375
    @chenmargalit7375 11 месяцев назад +1

    Excellent video. I think what makes it so good is that you give specific solutions for specific problem (e.g. use package x, try solution y). Excellent.

  • @shwetabhat9981
    @shwetabhat9981 Год назад +1

    This was a much needed roadmap . Thank you for going into such intricate details sir . Keep growing 🎉

  • @dalailama5757
    @dalailama5757 11 месяцев назад +1

    Thanks pradeep. This helps

  • @youwang9156
    @youwang9156 Год назад

    appreciate it genuinely, and have learned so much from ur videos, you are kinda my mentor for NLP

  • @manishtripathi1778
    @manishtripathi1778 Год назад

    Thank you Pradip for such a detailed video

  • @foysalmamun5106
    @foysalmamun5106 Год назад

    thank you very much, you kept your word ❤

  • @muhammadtalmeez3276
    @muhammadtalmeez3276 Год назад +1

    thank you very much

  • @rajarams3722
    @rajarams3722 8 месяцев назад +1

    Thanks a lot. I request you to add a video on guiding a freelancer on the hardware resources needed - Own laptop or Cloud for development ? In either case, what could be the GPU, CPU, mem specifications etc..

    • @FutureSmartAI
      @FutureSmartAI  8 месяцев назад +1

      HI I think for developer we need at least 16GB RAM and some good processor i5,i7. For deploying client application I use EC2 VM. I dont have any dedicated GPU, most of the time Google colab is fine.

    • @rajarams3722
      @rajarams3722 8 месяцев назад

      Thanks @@FutureSmartAI

  • @rajatbansal3769
    @rajatbansal3769 Год назад

    Great roadmap pradip

  • @rakeshkumarsharma2250
    @rakeshkumarsharma2250 3 месяца назад +1

    Hey this is good one ,do you have any blog for this roadmap with link of your youtube videos in a sequence ,I want to follow this roadmap

  • @piyushsahu591
    @piyushsahu591 5 месяцев назад +1

    Please make a end to end project video🙏

  • @aj-lan284
    @aj-lan284 Год назад +1

    Hi sir, I learnt programming language & now I am trying to use it but the thing is I am not able to write my first line of code and logics..totally confused, please guide me...

  • @prakharjain4136
    @prakharjain4136 Год назад

    Interesting take on transformers at 8:10 and good to know the difference between sentence transformer lib or open ai or coher embedding conversion at 12:03 and vector db like pinecone or chroma db at 13:40. Would love see more about these two things in blog post and upcoming vids. Also using more open source artifacts like using sentence transformer +chroma db +llama2 to make a Custom conversational ai for pdfs or our own db.
    What is llama index, is it a langchain alternative? - update already covered at 20:00 thanks

  • @junaidbadshah9343
    @junaidbadshah9343 8 месяцев назад

    Come with NLP playlist!!!

    • @FutureSmartAI
      @FutureSmartAI  8 месяцев назад

      Hi I already have it ruclips.net/p/PLAMHV77MSKJ4Z4OXqao1gRdfQK7VQYAXb&si=hXWnbh1068nYCzJl

  • @chaithanyavamshi2898
    @chaithanyavamshi2898 11 месяцев назад

    Golden Content Pradip! Very much helpful. I'm working on building use case related to Speech Chatbot(ASR) and do you think can we use LLMs with LangChain for this problem statement?

  • @ansharora5698
    @ansharora5698 11 месяцев назад

    Can you make a video about the whole workflow for any freelancing job? As a beginner, I think that I have the skills but there's always something in the job, I don't know or not confident enough. How can I tackle such things?

    • @FutureSmartAI
      @FutureSmartAI  11 месяцев назад +2

      Hi You mean I should pickup problem and show can I approach it or what tools I will use to solve it?

    • @ansharora5698
      @ansharora5698 7 месяцев назад

      Yes sir

  • @rajarams3722
    @rajarams3722 6 месяцев назад

    Can you please point to good Spacy tutorial for beginners ? Also, do we need to be thorough in regexp these days ?

    • @FutureSmartAI
      @FutureSmartAI  5 месяцев назад +1

      In the world of chatGPT i really dont focus on regexp, syntax etc. I would rather more focus on using tools that will generate code and learn how to combine and debug things

  • @aravindraamasamy9453
    @aravindraamasamy9453 11 месяцев назад

    Thank you so much for the video. I have a doubt for building question answer system if I use open ai's model will my data get stored in their database , I am a little concerned about the security of the data.

    • @FutureSmartAI
      @FutureSmartAI  11 месяцев назад

      Hi Your data wll be stored in vector db and you will be sedning data to open ai whatver you are returning from semantic search

  • @pantherg4236
    @pantherg4236 Год назад

    What is the best way to learn deep learning fundamentals via implementation (let's say pick a trivial problem of build a recommendation system for movies) using pytorch in Aug 26, 2023? Thanks in advance

    • @FutureSmartAI
      @FutureSmartAI  Год назад

      Building Project and doing hands on is always good

  • @aj-lan284
    @aj-lan284 Год назад

    Also what do I study so that I will be able to design complex platforms and start coding it...

    • @FutureSmartAI
      @FutureSmartAI  11 месяцев назад

      Do you have any use case or problem statement in mind

    • @aj-lan284
      @aj-lan284 11 месяцев назад

      @@FutureSmartAI Yeah, I mean if I have to design a product like Google which I feel is unique and complex then how to design such complex things? I mean what do I study?

    • @FutureSmartAI
      @FutureSmartAI  11 месяцев назад +1

      @@aj-lan284 Product Like Google , NO I dont have any near experience of that. you should check typical system design videos and there will be mnay such

  • @AI-in-Action952
    @AI-in-Action952 Год назад

    gpt 3.5 finetuning is available now

  • @Mrroy08657
    @Mrroy08657 11 месяцев назад

    Hi Bro ,I've worked as Web Consultant in Web selling process in Digital Marketing , pls plssuggest suitable , RELEVANT Job Orientated Projects in Data Science such that it can help me land a Data Science Job.

  • @ai.tutorials_
    @ai.tutorials_ 8 месяцев назад

    Chinese me video banao plzz

  • @classicemmaeasy2292
    @classicemmaeasy2292 8 месяцев назад

    Pls how can I message you on LinkedIn

    • @FutureSmartAI
      @FutureSmartAI  8 месяцев назад

      www.linkedin.com/in/pradipnichite/