Technology for Noobs
Technology for Noobs
  • 54
  • 641 314
Efficient Neural Network Training with Limited Memory: Batch Processing Explained | Keras
In this video, I demonstrate how to train a neural network model on text data when system memory is limited. I explain batch processing, where data is processed in chunks instead of all at once. Using the Kaggle Disaster Tweets dataset, I show how to create word embeddings and train models using Keras with PyTorch and TensorFlow backends. I also compare model.fit and train_on_batch approaches for memory efficiency.
#neuralnetwork,#batchprocessing, #Keras, #PyTorch, #TensorFlow, #word #embeddings, #natural #language #processing, #Kaggle, #memory #optimization, #disaster #tweets, #train_on_batch, #model.fit, #NLP, #Python, #Technology for Noobs
The file drive.google.com/file/d/1Ebf44U5KeNdYnK3NIs5YlyMlCQYfpEPg/view?usp=drive_link
Github Repo: github.com/sharmasw/Library_experiments
git link: github.com/sharmasw/Library_experiments/tree/main/batch_processing
มุมมอง: 45

วีดีโอ

ChromaDB Crash course in 20 minutes. | Python | Vector Database
มุมมอง 773หลายเดือนก่อน
The file drive.google.com/file/d/1Ebf44U5KeNdYnK3NIs5YlyMlCQYfpEPg/view?usp=drive_link Github Repo: github.com/sharmasw/Library_experiments This video delves deep into ChromaDB, an open-source embedding database designed for efficient vector storage and retrieval. Whether you're new to ChromaDB or just looking to enhance your knowledge, this video covers! You'll learn: ✅ How to install and set ...
Getting Started with ChromaDB Install Build a Streamlit App Document Search | Python | Vector DB
มุมมอง 231หลายเดือนก่อน
Github repo: github.com/sharmasw/Library_experiments This video delves deep into ChromaDB, an open-source embedding database designed for efficient vector storage and retrieval. Whether you're new to ChromaDB or just looking to enhance your knowledge, this video covers! You'll learn: ✅ How to install and set up ChromaDB. ✅ How to use ChromaDB to store and query embeddings. ✅ How to create a per...
Deploy Django apps for free|| Django || Heroku || E-commerce 2021
มุมมอง 5762 ปีที่แล้ว
#heroku #djangoinheroku #billingsystem Git repo link: github.com/sharmasw/SimpleBillingSystem.git in this video, we will deploy a smart billing system web app, which creates a bill of given items. The app uses django completely for UI, backend logic and heroku to deploy the app. Video details: 00:00 Starting music 00:15 Introduction of the use case 04:19 Login into heroku 05:43 Initialize Herok...
Django DS Project || Billing system for a shop || E-commerce Data Science project || 2020
มุมมอง 8K3 ปีที่แล้ว
github.com/sharmasw/SimpleBillingSystem
Django Channels Tutorial || Real-time Tables using WebSockets in Django | 2020
มุมมอง 13K4 ปีที่แล้ว
#djangochannels #realtime #django Real-time application is the most sought out functionality in any web application, In this video, I have created a realtime table data that gets updated from the backend without refreshing the UI. 00:20 Demo of the end result 01:37 Link to Redis server in Windows 03:00 Django basic application 04:54 Add channels in Settings 07:03 Add routing.py 10:23 Add Consum...
Paginating CSV file || Pagination in Django Project || Tutorial 2020
มุมมอง 1.3K4 ปีที่แล้ว
#django #pagination #paginationCSVFile In this video, I will show how to add pagination in the Django project first basic and then how to add pagination for any CSV data or any tabular data. Please subscribe to my channel by clicking on the link: th-cam.com/channels/KXQTY Ha6_aT8zKxQ0rGw.html Github Links: github.com/sharmasw/PaginationDjangoExample.git 00:00 Introduction 1:42 Demo of the proje...
Full-stack Django & ReactJS || Home Loan Classification Problem || Machine Learning Application
มุมมอง 11K4 ปีที่แล้ว
#django #reactjs #MachineLearningApp In this video, I will show how to create a full-stack application using Django and React JS. The problem statement is about classifying the loan application of an applicant also with a use case of batch processing of loan applications for the manager. This is a long video, take your time and go through each part carefully and learn the process. Please subscr...
Debugger in VS-Code for Django Project || Django Tutorial || VSCode || Debugger
มุมมอง 23K4 ปีที่แล้ว
#vscode #django #debugger In this video, I will show how to setup vscode for debugging Django projects. It is always required or easy to use some debugger tool instead of always writing print statements in your project 00:15 Introduction 00:39 shortcut to start VSCode 01:51 Clone github project repository 03:40 Install pylint in VSCode 04:55 Select Interpreter for Python 07:32 Debugging in VSCo...
Deep Learning ONNX models in Django || ONNX Runtime with Django || Deep learning
มุมมอง 1.5K4 ปีที่แล้ว
#onnxruntime #django #servermodels Hosting Deep learning models is always a hot topic in current applications. In this video I will show how to support ONNX files in Django application for deep learning model inference purpose as a server. 00:20 Demo of the end result 02:57 Model portability 03:48 ONNX description 05:20 Keras to ONNX model object 08:00 Saving ONNX model 08:45 Loading ONNX model...
DJANGO CHANNELS || Django Real-Time Application || Tutorial 2020 || WebSockets Async
มุมมอง 40K4 ปีที่แล้ว
#djangochannels #realtime #django Real-time application is the most sought out functionality in any web application, In this video I have created a realtime graph that gets updated from the backend without refreshing the UI. 00:20 Demo of the end result 01:00 Some intro about Django Application 02:00 How to make Django Real-time? 02:24 Websockets 04:58 Understanding WSGI 06:00 Understanding ASG...
Html tables in Django Applications || Django tutorial 2020 ||
มุมมอง 19K4 ปีที่แล้ว
#django #htmltables #webapplication #python Django is a web framework in python, it makes easier to make web applications, in this video I will share the reasons to use Django and would give an overview of all the topics which I will cover over a period of time. I also shared a quick demo on how to get started and getting comfortable with Django and create a web application in no less time. 00:...
Django Vs Flask || Which one to choose? || Comparing with Docker || 2020
มุมมอง 1.1K4 ปีที่แล้ว
#djangovsflask #flask #django In this video, I am going to compare Django and Flask, In various aspects, also going to compare using docker which finally speaks about how flask and Django differ at the comparison. 00:00 Introduction The course material is in github repo: github.com/sharmasw/FlaskVsDjango.git Please subscribe to my channel by clicking on the link: th-cam.com/channels/KXQTY Ha6_a...
Build Rest APIs in Django || CRUD Operation || GET || POST || PUT || DELETE
มุมมอง 1.6K4 ปีที่แล้ว
#restapi #django #CRUD Django is a web framework in python, it makes easier to make web applications, in this video I will share how to create RESTful API in Django application with the function-based and class-based approach. 00:00 Introduction 01:15 How communication happens in Django Server? 03:05 HTTP Verbs 03:48 CRUD 04:35 HTTP method POST Description 05:32 HTTP method GET Description 06:5...
Logging in Django Application || Django tutorial 2020 ||
มุมมอง 28K4 ปีที่แล้ว
Django is a web framework in python, it makes easier to make web applications, in this video I will share the reasons to use Django and would give an overview of all the topics which I will cover over a period of time. I also shared a quick demo on how to get started and getting comfortable with Django and create a web application in no less time. 00:00 Introduction 01:54 Django Logging Configu...
Data Dashboard App in Django || Tutorial 2020 || Adding Graphs || World Map
มุมมอง 71K4 ปีที่แล้ว
Data Dashboard App in Django || Tutorial 2020 || Adding Graphs || World Map
Instagram bot with Python tutorial --Part 2 || UiAutomator || 2020 || Automate boring stuffs
มุมมอง 2.4K4 ปีที่แล้ว
Instagram bot with Python tutorial Part 2 || UiAutomator || 2020 || Automate boring stuffs
Instagram bot with Python tutorial --Part 1 || UiAutomator || 2020 || Automate boring stuffs
มุมมอง 8K4 ปีที่แล้ว
Instagram bot with Python tutorial Part 1 || UiAutomator || 2020 || Automate boring stuffs
Recursion Function in Python with Factorial Trees 2020
มุมมอง 3344 ปีที่แล้ว
Recursion Function in Python with Factorial Trees 2020
Django Vs Django Rest Framework 2020
มุมมอง 29K4 ปีที่แล้ว
Django Vs Django Rest Framework 2020
Deep Learning in Django || (Image Classification) || Complete tutorial 2020
มุมมอง 36K4 ปีที่แล้ว
Deep Learning in Django || (Image Classification) || Complete tutorial 2020
Creating a Machine Learning Based App in Django Complete tutorial 2020
มุมมอง 82K4 ปีที่แล้ว
Creating a Machine Learning Based App in Django Complete tutorial 2020
Installing MongoDb in Windows System 2020
มุมมอง 1.1K4 ปีที่แล้ว
Installing MongoDb in Windows System 2020
Getting started with Django || Tutorial 2020
มุมมอง 3K4 ปีที่แล้ว
Getting started with Django || Tutorial 2020
Selenium using Python, Web Scraping, Part 2 || Automate boring stuff
มุมมอง 7944 ปีที่แล้ว
Selenium using Python, Web Scraping, Part 2 || Automate boring stuff
Zip function in Python
มุมมอง 2664 ปีที่แล้ว
Zip function in Python
Selenium using Python, Web Scraping, Part 1 || Automate boring stuff
มุมมอง 3.1K4 ปีที่แล้ว
Selenium using Python, Web Scraping, Part 1 || Automate boring stuff
Scraping an E-Commerce using Selenium in Python, Crawling pages || Automate boring stuff
มุมมอง 34K4 ปีที่แล้ว
Scraping an E-Commerce using Selenium in Python, Crawling pages || Automate boring stuff
Set in Python : Data Science with Python
มุมมอง 1274 ปีที่แล้ว
Set in Python : Data Science with Python
Advanced Pandas Part 4 How to calculate Percent Change calculations in Pandas, fast and easy ?
มุมมอง 4.9K4 ปีที่แล้ว
Advanced Pandas Part 4 How to calculate Percent Change calculations in Pandas, fast and easy ?

ความคิดเห็น

  • @awesomeowwww
    @awesomeowwww 3 วันที่ผ่านมา

    the calming background music is great :)

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

    This is really great. Thank you!

  • @ProfessorChimp-w5q
    @ProfessorChimp-w5q หลายเดือนก่อน

    background music na hota , toh maza hi ajata

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

      😔 Mujhe laga daal deta hu, agle Mein nahi krunga

  • @Haider_ALI_14-s7d
    @Haider_ALI_14-s7d 4 หลายเดือนก่อน

    I need source code for this

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

      Check the github link in it, or in other latest videos, you can find other helpful repo as well

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

    I want to deploy channels with apache any leads on how to configure apache2 to perfom this

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

      I have tried with daphne and redis in development server is working fine but in apache I am getting error

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

    Good explanation sir 🎉🎉❤

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

    not working

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

    Thanks very much sir for this great content, please I have built a django application that uses the django channels and websocket. Everything works perfectly during development including the websocket, but after deployment with gunicorn,nginx, daphne the socket is no more working I have been fighting with this problem for about 2 months now. When ever I visit the deployed app, after inspecting the developer tool I could see that the status of the websocket is "pending" and later changes to finish becase of the the data that the socket supposed to get from the consumer is not showing on the client side. I really need your help on this. Thanks you

  • @Anushka792-h1z
    @Anushka792-h1z 7 หลายเดือนก่อน

    Hi.. Can you help me creating a subjective answer evaluation using machine learning in django?

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

      Ping me at Techfornoobs01@gmail.com

    • @Anushka792-h1z
      @Anushka792-h1z 7 หลายเดือนก่อน

      @@technologyfornoobs Sure

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

    It was amazing explanation.

  • @JatinYadav-f2q
    @JatinYadav-f2q 8 หลายเดือนก่อน

    Hii Sir, how can I contact you

  • @JatinYadav-f2q
    @JatinYadav-f2q 8 หลายเดือนก่อน

    Hii sir, how can I contact you?

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

    I m getting errors only . After copying ur whole code .

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

      Check versions of package you are using, my code is old and could be outdated

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

    Excellent,

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

    bro please make video related to multi linear regression. i.e lati 34.5, longi 180.9 tiltangle 15.23 degree, we have 2 feature lati and longi and have 1 target var tilt angle. or kindly suggest how i implement this?????

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

    why is this not working when I run the server with >> mod_wsgi-express start ??

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

    Bro thank you for making this video ❤

  • @heyitsme-qd9he
    @heyitsme-qd9he ปีที่แล้ว

    Is it possible to run that test code in Android physical device without computer?

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

    Really helpful brother❤

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

    awesome content! Thank you.

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

    how to activate autocomplete code in jupyter notebook. Please help i am a beginner

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

    please add your email for business enquries

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

    hello. I believe django.conf.urls is not working anymore. How can I solve this issue?

  • @the-ghost-in-the-machine1108
    @the-ghost-in-the-machine1108 ปีที่แล้ว

    thanks sir, appreciate your work.

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

    Thanks... very informative. One question - there is a specific requirement in one of my project to implement dynamic log level change without restarting Django app. Can you please share information around that as well?

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

      You would just use if else statements

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

      @@technologyfornoobs can we do that in a production deployed app? or should we use some file like file.conf where we will update at runtime? explored a lot but did not find any concrete answers... could you please guide? the ask is supoose an app is running at INFO level, due to some issues there needs to be a change to type DEBUG but app should not be restarted.

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

      @@ShailajaKaustav Now I understand, I believe you are thinking of this to be done while launching the django server, I am saying you do not worry about it how to launch the server app, but have your logs accordingly and do it in the logging level rather than server start settings.

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

      @@technologyfornoobs Thanks a lot

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

    I want help from you sir regarding this .how can I contact you sirr

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

    Realy this video was very useful for me thank you so much.

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

    how do i create imagenet_classes.json file for my own dataset?

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

      there are many opensource tools for the same, one app you can find on the imagenet website itself, it can be customized as well you just need to write the code for reading the custom file

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

    please tell me that you have programmed this in pycharam

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

    very clear explanation 👏, please make more videos on DRF , thanks alot!!

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

    This is a step higher than most tutorials online

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

    Ur awesome man!

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

    Thank you

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

    I think Django is better than DRF for me since I can control everything much easier

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

      True, even I do not care much about DRF.

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

      @@technologyfornoobs Completely wrong. I have 6 year experience in Django, DRF, Golang.. DRF is a masterpiece. We are using DRF as Backend instead of Django. DRF is very fast & powerful.

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

    You didn't explain the filter concept

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

      I think I forgot, I will see when can I include it.

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

    Great teacher. Thanks bro.

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

    Thank you 👍

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

    python -m pip install -U channels["daphne"]

  • @ATHARVA89
    @ATHARVA89 2 ปีที่แล้ว

    all of pandas within 1 video awesome bro

  • @vkg2958
    @vkg2958 2 ปีที่แล้ว

    Brother, It was very informative video! Thank you so much for this. I just have a small request, Can I have this PPT? Thanks!

    • @technologyfornoobs
      @technologyfornoobs 2 ปีที่แล้ว

      Hi, I am not sure If I can find it, I have misplaced many of the things. sorry! give me the link if you have, may be I will be able to trace it,

  • @Gonelastvirus
    @Gonelastvirus 2 ปีที่แล้ว

    Actually i am making web app for my final year project. can you tell me how can i open socket for each edge device, like in my project there will be edge device for each individual client and graph should only be plot for client who logged in into the system.

    • @technologyfornoobs
      @technologyfornoobs 2 ปีที่แล้ว

      I would recommend you to go through the concepts again, may be you already know the answer, and also the video is quite old now, many things have change and many other technologies are available to do such things.

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

      @@technologyfornoobs i just want token authentication for user authentication.Each edge device have unique token so that data sending from user edge device must display on their own homepage. if you have discord then we can chat there.

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

      oh i got it i have to open channel for individual user.

  • @infotricks2589
    @infotricks2589 2 ปีที่แล้ว

    🥰😍😍😍😍😍😍🥰🥰🥰

  • @jacksm8709
    @jacksm8709 2 ปีที่แล้ว

    the best one for django on the net

  • @mohammedarshad8531
    @mohammedarshad8531 2 ปีที่แล้ว

    Thanks bro, video was really helpful 👍

  • @monicapn-f1p
    @monicapn-f1p 2 ปีที่แล้ว

    Thank you very much for helping us with this excellent video!! Now I understand better how to work with Pandas.🥰

  • @abinayam7929
    @abinayam7929 2 ปีที่แล้ว

    how to run a database and a server

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

      you need to start a db separately and server separately,