Aritra Sen
Aritra Sen
  • 103
  • 36 705

วีดีโอ

LangGraph : Bring humans in the loop with LLM Agents : Part5
มุมมอง 32214 วันที่ผ่านมา
Notebook link: github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/Bring_Human_In_the_loop_Agents.ipynb
Deep Dive into Hybrid search techniques in RAG: BM25, MMR, Reciprocal Ranking, Metadata filtering
มุมมอง 31628 วันที่ผ่านมา
Hybrid Search: BM25Retriever , MMR , Reciprocal Ranking Metadata Filtering: Metadata Extraction using LLM and SelfQueryRetriever Notebooks present in this github repo: github.com/aritrasen87/LLM
Deep Dive into Large Language Models : From RNN to RLHF
มุมมอง 660หลายเดือนก่อน
0:00 Introduction 4:40 RNN and it's issues 32:05 LSTM and how its solves the issues of RNN 46:54 Sequence2Sequence Models (Encoder-Decoder) 54:13 Bidectional RNN with Attention Mechanisam 1:07:37 Self Attention,Multihead Attention, Masked Multihead and Sliding Window Attention 1:32:15 Positional Encodings 1:43:00 Grouped Query Attention 1:54:00 KV Cache 2:05:48 Rolling Buffer Cache 2:11:55 Pref...
LangGraph : Self Corrective RAG (CRAG) to Reduce hallucination in RAG Pipeline : Part4
มุมมอง 585หลายเดือนก่อน
Learn how you can use LangGraph to create corrective RAG to reduce hallucination Notebook : github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_04_Self_Corrective_RAG.ipynb
Deep dive into RAG Chunking Strategies : CharacterText Splitter to Semantic Chunking
มุมมอง 389หลายเดือนก่อน
- Why do we need chunking in RAG - Different chunking strategies and Pros and Cons - CharacterText Splitter - RecursiveCharacter Text Splitter - TokenText Splitter - based embedding max tokens - LLM Context length - Semantic Chunking Notebook: github.com/aritrasen87/LLM/blob/main/Chunking_Strategy_DeepDive.ipynb
Deep dive into LangChain Expression Language (LCEL): Pipe Operator , Runnables, Async & Streaming
มุมมอง 4362 หลายเดือนก่อน
Topics covered: - Pipe Operator - Understanding runnables - RunnableParallel - RunnablePassthrough - RunnableLambda - Assign - Performance improvement (inference speed) - Async invoke - Batch support - Async Batch - Using Itemgetter with LCEL - Bind tools - Stream Support Notebook : github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LCEL_DeepDive.ipynb
LangGraph: Create Business Intelligence tool using Multi Agent Supervisor : Part3
มุมมอง 1.8K2 หลายเดือนก่อน
This video talks about how you can use Multi Agent Supervisor to retrieve data from Internet/RAG(Using Search or RAG Tool) and create visualization using Python Coder Agent. Notebook: github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_03_MultiAgent_With_Supervisor.ipynb
LangGraph: Understanding OpenAI Tool Calling and Integration of Tools with LangGraph : Part2
มุมมอง 7462 หลายเดือนก่อน
- Understanding OpenAI tool invocation - Integration of Tool calling with LangGraph Notebook: github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_02_ToolCalling.ipynb
LangGraph: Getting Started: Step by Step tutorial to build Agents : Part1
มุมมอง 3.2K2 หลายเดือนก่อน
- Nodes - Edges - Graph creation - Conditional Edges - Adding LLM calls - Adding RAG Calls Notebook: github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_01_GettingStarted.ipynb
Meta Llama3 from concepts to hands-on coding
มุมมอง 1363 หลายเดือนก่อน
Notebook link: github.com/aritrasen87/LLM/blob/main/LLama3.ipynb
Better RAG with MultiIndexRetriever : Retrieve full documents
มุมมอง 1953 หลายเดือนก่อน
Notebook link: github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/MultiIndexRetriever.ipynb
Better RAG with HyDE - Hypothetical Document Embedding
มุมมอง 4733 หลายเดือนก่อน
Notebook code : github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/HyDE.ipynb
Better RAG with Query Re-Writing and Document Re-Ranking with Cross Encoder
มุมมอง 5423 หลายเดือนก่อน
Code notebook : github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/cross_encoder.ipynb Langchain playlist : th-cam.com/play/PLOrU905yPYXItzOax1OUsgkehvlM7wIK5.html&si=IrGMaeIjqnWBsW2I
Better LLM Architecture with Semantic Router and Function Calling
มุมมอง 5784 หลายเดือนก่อน
Github Repo for notebooks: github.com/aritrasen87/semantic_routers Join my Data Science Focused WhatsApp channel : chat.whatsapp.com/EAXHrY5lmSBJJfWMfNyCMd Creator of Semantic Router: www.aurelio.ai/semantic-router
EP8: RAG LLM App: Integrating everything and making inference
มุมมอง 5115 หลายเดือนก่อน
EP8: RAG LLM App: Integrating everything and making inference
EP7: RAG LLM App : How to build front end Demo app with Gradio
มุมมอง 4885 หลายเดือนก่อน
EP7: RAG LLM App : How to build front end Demo app with Gradio
EP6: RAG LLM App : Build Endpoints with FastAPI and add Pydantic Validation
มุมมอง 5035 หลายเดือนก่อน
EP6: RAG LLM App : Build Endpoints with FastAPI and add Pydantic Validation
EP5: RAG LLM App: How to Write Modularized code and Build RAG
มุมมอง 3365 หลายเดือนก่อน
EP5: RAG LLM App: How to Write Modularized code and Build RAG
EP4: RAG LLM App: Load LLMs with CTransformer and TogetherAPI
มุมมอง 3895 หลายเดือนก่อน
EP4: RAG LLM App: Load LLMs with CTransformer and TogetherAPI
EP3: RAG LLM App: How to manage secrets with dotEnvFile
มุมมอง 3855 หลายเดือนก่อน
EP3: RAG LLM App: How to manage secrets with dotEnvFile
EP2: RAG LLM App : Managing Environment and Dependencies
มุมมอง 5385 หลายเดือนก่อน
EP2: RAG LLM App : Managing Environment and Dependencies
EP1: RAG LLM App with FASTAPI and Gradio: Introduction
มุมมอง 1.9K5 หลายเดือนก่อน
EP1: RAG LLM App with FASTAPI and Gradio: Introduction
Mistral Spelled Out: Sparse Mixture of Experts (MoE) : Part 10
มุมมอง 776 หลายเดือนก่อน
Mistral Spelled Out: Sparse Mixture of Experts (MoE) : Part 10
Mistral Spelled Out: Grouped Query Attention : Part 8
มุมมอง 1776 หลายเดือนก่อน
Mistral Spelled Out: Grouped Query Attention : Part 8
Mistral Spelled Out: Prefill and Chunking : Part 9
มุมมอง 2626 หลายเดือนก่อน
Mistral Spelled Out: Prefill and Chunking : Part 9
Mistral Spelled Out: Rolling Buffer Cache : Part7
มุมมอง 2456 หลายเดือนก่อน
Mistral Spelled Out: Rolling Buffer Cache : Part7
Mistral Spelled Out : KV Cache : Part 6
มุมมอง 3316 หลายเดือนก่อน
Mistral Spelled Out : KV Cache : Part 6
Mistral Spelled Out : RMS Norm : Part 5
มุมมอง 3026 หลายเดือนก่อน
Mistral Spelled Out : RMS Norm : Part 5
Mistral Spelled Out : Rotary Positional Encoding : Part 4
มุมมอง 1816 หลายเดือนก่อน
Mistral Spelled Out : Rotary Positional Encoding : Part 4

ความคิดเห็น

  • @JeomonGeorge
    @JeomonGeorge 5 วันที่ผ่านมา

    Can you also show how to stream the langgraph output from final node

    • @AritraSen
      @AritraSen 4 วันที่ผ่านมา

      App.stream should work, is it not working?

    • @JeomonGeorge
      @JeomonGeorge 4 วันที่ผ่านมา

      @@AritraSen I made an agent using langgraph it streams node wise

  • @sowmyaam7168
    @sowmyaam7168 6 วันที่ผ่านมา

    @Aritra Sen, All your LangGraph sessions are too good. Please provide One real time use case end to end project on this please.

  • @KEVALKANKRECHA
    @KEVALKANKRECHA 10 วันที่ผ่านมา

    you can also invoke if you write chain = RunnablePassthrough() | RunnableLambda(convert_to_capital) | RunnablePassthrough() | prompt 😉

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

    If I want to achieve the same thing with anthropic claude I have created my own parser, but when passing messages for supervisor prompt there is list of human messages and gives error conversation should be between user and assistant

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

      Hey sorry I have not used Claude models and don't have the access also... Sorry won't be able to help on this..

  • @manujmehrotra2771
    @manujmehrotra2771 14 วันที่ผ่านมา

    Bhai u used the same code as: - th-cam.com/video/3w_D1L0F-uE/w-d-xo.html atlease credit to de diya kar bhai !!

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

      Not sure about that video.. But my content was highly influenced by the chromadb deeplearning.ai short course for this video... That I can tell you...

  • @rajidhamon9241
    @rajidhamon9241 14 วันที่ผ่านมา

    Hi, Well put explanations, Thank you. Could you also do a video on SQL Agent example with Langgraph?

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

      Hey glad that you liked it :) will try to come up with a video on this...

  • @fintech1378
    @fintech1378 14 วันที่ผ่านมา

    super amazing! please do a lot more

  • @dlpkmrpttpt
    @dlpkmrpttpt 15 วันที่ผ่านมา

    Awesome presentation. You can make it more accessible by splitting the video into chapters.

    • @AritraSen
      @AritraSen 15 วันที่ผ่านมา

      Thanks for the tip!

  • @jaspreetmodi
    @jaspreetmodi 17 วันที่ผ่านมา

    Hi - I am like 15 years experienced now with plenty in data as well did a course on machine learning but this AI stuff am unable to structure and plan for. Can you suggest a roadmap i..e from where to start and move ahead and esp grab some certificates along the way.

    • @AritraSen
      @AritraSen 17 วันที่ผ่านมา

      You can start with Coursera ML and DL courses.

    • @jaspreetmodi
      @jaspreetmodi 17 วันที่ผ่านมา

      @@AritraSen Ok ...

    • @jaspreetmodi
      @jaspreetmodi 15 วันที่ผ่านมา

      @@AritraSen ML i akready know. Will DL lead to AI ? Please see if you can make a video of roadmp and how your videos can help travserse through it.

    • @AritraSen
      @AritraSen 15 วันที่ผ่านมา

      I have a playlist of DL with Pytorch here in this channel... You can start with it...

    • @AritraSen
      @AritraSen 15 วันที่ผ่านมา

      Also have a look at this post for roadmap - www.linkedin.com/posts/aritrasen_llm-rag-finetuning-activity-7162319532500480000-lIxW?

  • @aashrithamaddi3198
    @aashrithamaddi3198 18 วันที่ผ่านมา

    Thank you Aritra the series is really good.

  • @subhajitchatterjee1148
    @subhajitchatterjee1148 22 วันที่ผ่านมา

    Hey this series was super helpful can you recommend some sources to get some hands on this kind of use cases?

    • @AritraSen
      @AritraSen 22 วันที่ผ่านมา

      Follow any good tutorial series on object oriented programming in python in youtube or in web.

  • @sergeibogdanov572
    @sergeibogdanov572 27 วันที่ผ่านมา

    Thank you! Very clear explaination

  • @rakeshkumarrout2629
    @rakeshkumarrout2629 28 วันที่ผ่านมา

    Thank you for sharing such amazing topic.which is much required for realtime rag, i was stuck in such task from long time in my company task ,since i am starter in this sector, this will definitely help me build a better product ,where i work.kindly make some thing like , how to give a name to a rag system and other details as well.

  • @free_thinker4958
    @free_thinker4958 29 วันที่ผ่านมา

    More use cases will be so much appreciated man ❤️🙏👏

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

    I did not understand this part def detach(states): return [state.detach() for state in states]

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

      Hey, please have a look at this - pytorch.org/docs/stable/generated/torch.Tensor.detach.html

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

    amazing tutorial , please upload few more tutorials

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

    Amazing tutorial !

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

    High quality content ❤👏 keep up the good work man!

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

    I have a question. I have tried this example and also the example in the langgraph github. What I did was, I removed the tavily search tool and kept a RAG tool. So basically removed the "Researcher" tool. I also have another tool which just prints whatever the user wants. My RAG tool's context is to answer only about "LLM powered autonomous tools". I have set up a Vector DB and it's retriever. This is equivalent to your RAG tool answering questions about Japan and sports only. If you ask a question about a celebrity, it generates an answer about the celebrity, in the graph stream event, but the RAG tool actually answers with 'I don't know', which is what I want. How do I get the agent_node() to retrieve the answer from the RAG tool and not generate it's own answer?

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

    hello thank u for the video! but you can integrate human in the loop on this graph structure to make a conversation

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

      Yeah you can do that... Add a conditional edge whereever you want a user/human input... And decide the router edges based on user input.

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

    Thank you!

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

    Wonderful explanation! Can we add memory into the rag pipeline? is there any method to do it?

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

    This is awesome :), please share the decks Bhatt

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

      Hey, in the description of the video you have the notebook link... In the notebook required screenshots are given...

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

      @@AritraSen Thank you

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

    This is such a great video. Thank you! I was finally able to get more clarity on langgraph. You went through all the relevant lines of code needed to understand this graph pattern. Much appreciated. I request you to also explain the multi agent hierarchical agent teams as well, like how you did for supervisor pattern in this video. Also, if you could explain how to send back the final output of this graph to a vanilla FASTApi server (not via langserve), where the user query was passed to an API end-point. Does it need to be a streaming output? Can this even be done with plain FASTApi server? This would be helpful as well.

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

      Thanks for the feedback!! I will try to look into the request definitely in near future.

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

    Most useful video to begin generative AI thanks

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

    I see you have very good knowledge of the subject but the whole point of making tutorials is to make it more intuitive to audience by grabbing attention all the time. I know that's hard but that's a constructive feedback hope you won't mind.

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

      Thank you for this feedback, appreciated... Will try to make things more intuitive...

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

    Woo ..this is very useful Aritra da 🎉

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

    100th video. What a milestone. Cheers to 100 more. Continue the amazing work.

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

      Only encouragement like this will keep me going :) thanks for it !!

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

    Great work! Aritra, Could you please share the presentation you did as a PPT? That would be really useful as a notebook.

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

      Hey sorry. That's not a regular ppt format which can be shared... You can take screenshots from the videos if you want...

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

    This demo is awesome.

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

    cloned repo but validation error on cell 2 relating to build_rag.py ValidationError: 1 validation error for HuggingFaceBgeEmbeddings model_name none is not an allowed value (type=type_error.none.not_allowed) can you give sample .env

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

      Added dot env with the name env.sample... Once you clone please rename it to .env

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

      @@AritraSen Thx! Those .env settings helped me get on the right 'path' to get it working :) FYI, I tried script with old gpt4 turbo preview and it didint work in my first run in that despite judging most docs as relevant, it transformed to a web query. When i switched to gpt-4o it was smooth as silk. Another FYI, i've got an old CPU and old gtx 1660ti GPU. When i first ran embeddings it took approx 9 minutes. Pip installed a gpu pytorch version and got to run on GPU doing embeddings in only 52 seconds!. Well worth changing the setting I guess even on old GPU. This was a great tutorial thank you. Have you looked at a RAPTOR RAG? Langchain did a good video on it here. th-cam.com/video/jbGchdTL7d0/w-d-xo.htmlsi=tMV2mFZHrphLFGEi I'm trying to get to just one complex RAG approach i can lock in as "good enough". Thanks again!

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

    Pardon me for the sneezing , so annoying , kind of missed to edit the video :(

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

      বড় জ্ঞানের সেশনে এমন ছোট ছোট ঘটনা ঘটতে থাকে।

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

      :)

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

    I appreciate this excellent breakdown Artira . The semantic chunker is something that could be a real breaktrough for technical documentations. One of the problems we keep facing is that "summarization" is often leaving out too many details (e.g.: techincal lists that are incomplete, instructions that should NOT be summarized are still summarized etc.).😶

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

      Hey, glad you liked it :) One of the thing you can try out is giving instructions in the prompt and ask the model to think in a step by step fashion with those instructions.

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

    Hello, I want to make a project like this: fast api or flask api + reactjs + (open source llm (Llama2, 3, mistral etc.). But I couldn't find any project that I can reference. Can you make such a project? I don't want to use openai. The project must be able to run without internet.

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

      We already have a playlist - RAG LLM App with FastAPI and Gradio: th-cam.com/play/PLOrU905yPYXIqQLY6ulQqB8e414-DFuyd.html

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

      @@AritraSen I think OP is looking to integrate a React front-end using an API. Gradio seems good for a demo but React is allot more customizable.

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

      @@awakenwithoutcoffee hey sorry React is not my skill set...

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

      @@AritraSen totally fine brother, keep on creating !

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

    not finding your kaggle without the dataset cant do anything, what is your kaggle and the dataset you are using thanks for your videos are great you deserve more likes and subs

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

      www.kaggle.com/code/aritrase/dlwithpytorch-seq2seq-machtrans-rnn-attention Here you go

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

    can you share the paper? is attention is all you need?

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

      It's a different one, here is the link - arxiv.org/abs/1409.0473

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

    Nice tutorial. More langgraph examples would be appreciated

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

      Added another one in the playlist :)

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

    Excellent intro to langgraph, thx. "Conditional path" kwargs have changed since post

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

      Glad you liked it, Is it on the conditional path? Can you please share the updated code for the viewers if possible...

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

      @@AritraSen Was on definition of conditional edge cell: from langgraph.graph import StateGraph,END graph = StateGraph(AgentState) ### StateGraph with AgentState graph.add_node("agent", function_1) graph.add_node("RAG", function_2) graph.add_node("LLM", function_3) graph.set_entry_point("agent") # ###### HERE I CHANGED TO SOURCE, PATH AND PATHMAP ...conditional edges are controlled by our router graph.add_conditional_edges( source="agent", # where in graph to start path=router, # function to determine which node is called path_map={ "RAG Call": "RAG", "LLM Call": "LLM", } ) graph.add_edge("RAG", END) graph.add_edge("LLM", END) app = graph.compile()

    • @SagarDabgar-r8u
      @SagarDabgar-r8u 5 วันที่ผ่านมา

      @@IdPreferNot1 After This solution I got a different topic. -->Calling Agent Received question: Tell me about Japan's Industrial Growth Generated response: Topic='Array Data Type in JSON' -->Router--> Array Data Type in JSON -->calling LLM--> Every time I run code it gives Topic='Array Data Type in JSON' I tried every possible solution but could not solve it. Please Help me @AritraSen @IdPreferNot1

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

    Very Good tutorial!

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

    Thank you Aritra Video is really helpful

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

      Glad it was helpful!

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

    Nice one...Keep it up.

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

    Hey Nice Video! I just wanted to ask that is your deep learning playlist enough for learning deep learning from scratch? Actually I have been scrambling through the internet for DL Courses and this one seems good.

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

      Yes so far I have received good feedback... I start from very basic and then slowly move to complex, so that you don't feel overwhelmed :) only basic python knowledge is required.

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

      But again no one would say my course is bad :) so I would recommend spend sometime and see how it's working for you... All the best :)

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

    Dear Aritra, is this the same concept as Advanced RAG?

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

      Yes you can say it, there are lot of advanced RAG concepts... This is one of them...

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

    Very nice series of videos. I was reading a lot about these new concepts like HyDE but the way you have explained it so simply with this code snippet is wonderful. Thank you. Please keep up this good work. Looking forward to your next video...

  • @user-vq8on7dh1y
    @user-vq8on7dh1y 3 หลายเดือนก่อน

    🎉🎉🎉 greatgreat idea!

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

    Nice explanation, but I am really waiting for some real-world examples. Maybe ahead in the series I might see some. As things become clearer with examples. And if you can include some more projects. It will be nice.

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

      Go ahead with the series, there are real world examples also, starting with very basics to do the ground work... Slowly we will move to complex examples...

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

      @@AritraSen Thanks Aritra.

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

    Nice demonstration

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

    Great video. I'm determined to complete all the videos in this playlist.

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

      Awesome. You can do it :) my best wishes...