Technology for Noobs
Technology for Noobs
  • 54
  • 646 753
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
Переглядів: 71

Відео

ChromaDB Crash course in 20 minutes. | Python | Vector Database
Переглядів 2,1 тис.4 місяці тому
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
Переглядів 4734 місяці тому
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
Переглядів 5783 роки тому
#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
Переглядів 8 тис.4 роки тому
github.com/sharmasw/SimpleBillingSystem
Django Channels Tutorial || Real-time Tables using WebSockets in Django | 2020
Переглядів 13 тис.4 роки тому
#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,3 тис.4 роки тому
#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: ua-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
Переглядів 11 тис.4 роки тому
#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
Переглядів 23 тис.4 роки тому
#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,5 тис.4 роки тому
#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
Переглядів 40 тис.4 роки тому
#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 ||
Переглядів 20 тис.4 роки тому
#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,1 тис.4 роки тому
#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: ua-cam.com/channels/KXQTY Ha6_a...
Build Rest APIs in Django || CRUD Operation || GET || POST || PUT || DELETE
Переглядів 1,7 тис.4 роки тому
#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 ||
Переглядів 28 тис.4 роки тому
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
Переглядів 71 тис.4 роки тому
Data Dashboard App in Django || Tutorial 2020 || Adding Graphs || World Map
Instagram bot with Python tutorial --Part 2 || UiAutomator || 2020 || Automate boring stuffs
Переглядів 2,4 тис.4 роки тому
Instagram bot with Python tutorial Part 2 || UiAutomator || 2020 || Automate boring stuffs
Instagram bot with Python tutorial --Part 1 || UiAutomator || 2020 || Automate boring stuffs
Переглядів 8 тис.4 роки тому
Instagram bot with Python tutorial Part 1 || UiAutomator || 2020 || Automate boring stuffs
Recursion Function in Python with Factorial Trees 2020
Переглядів 3364 роки тому
Recursion Function in Python with Factorial Trees 2020
Django Vs Django Rest Framework 2020
Переглядів 29 тис.4 роки тому
Django Vs Django Rest Framework 2020
Deep Learning in Django || (Image Classification) || Complete tutorial 2020
Переглядів 37 тис.4 роки тому
Deep Learning in Django || (Image Classification) || Complete tutorial 2020
Creating a Machine Learning Based App in Django Complete tutorial 2020
Переглядів 82 тис.4 роки тому
Creating a Machine Learning Based App in Django Complete tutorial 2020
Installing MongoDb in Windows System 2020
Переглядів 1,1 тис.4 роки тому
Installing MongoDb in Windows System 2020
Getting started with Django || Tutorial 2020
Переглядів 3 тис.4 роки тому
Getting started with Django || Tutorial 2020
Selenium using Python, Web Scraping, Part 2 || Automate boring stuff
Переглядів 7974 роки тому
Selenium using Python, Web Scraping, Part 2 || Automate boring stuff
Zip function in Python
Переглядів 2694 роки тому
Zip function in Python
Selenium using Python, Web Scraping, Part 1 || Automate boring stuff
Переглядів 3,1 тис.4 роки тому
Selenium using Python, Web Scraping, Part 1 || Automate boring stuff
Scraping an E-Commerce using Selenium in Python, Crawling pages || Automate boring stuff
Переглядів 34 тис.4 роки тому
Scraping an E-Commerce using Selenium in Python, Crawling pages || Automate boring stuff
Set in Python : Data Science with Python
Переглядів 1284 роки тому
Set in Python : Data Science with Python
Advanced Pandas Part 4 How to calculate Percent Change calculations in Pandas, fast and easy ?
Переглядів 4,9 тис.4 роки тому
Advanced Pandas Part 4 How to calculate Percent Change calculations in Pandas, fast and easy ?

КОМЕНТАРІ

  • @bdhaliwal24
    @bdhaliwal24 Місяць тому

    Thank you. You covered the subject pretty well and gave a good idea how it works as a starter.

  • @rajivraghu9857
    @rajivraghu9857 2 місяці тому

    Excellent..

  • @AmitTiwari1986
    @AmitTiwari1986 2 місяці тому

    Sorry cant watch the entire video due to background noise.. Why on earth would you add a music in background its so disturbing and distracting.

    • @swapnil6360
      @swapnil6360 2 місяці тому

      True, I do not know why i added the background music,

  • @awesomeowwww
    @awesomeowwww 2 місяці тому

    the calming background music is great :)

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

    This is really great. Thank you!

  • @ProfessorChimp-w5q
    @ProfessorChimp-w5q 4 місяці тому

    background music na hota , toh maza hi ajata

    • @technologyfornoobs
      @technologyfornoobs 4 місяці тому

      😔 Mujhe laga daal deta hu, agle Mein nahi krunga

  • @Haider_ALI_14-s7d
    @Haider_ALI_14-s7d 7 місяців тому

    I need source code for this

    • @technologyfornoobs
      @technologyfornoobs 4 місяці тому

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

  • @muddymkamba352
    @muddymkamba352 8 місяців тому

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

    • @muddymkamba352
      @muddymkamba352 8 місяців тому

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

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

    Good explanation sir 🎉🎉❤

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

    not working

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

    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

  • @Vijetha792-h1z
    @Vijetha792-h1z 10 місяців тому

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

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

    It was amazing explanation.

  • @JatinYadav-f2q
    @JatinYadav-f2q 11 місяців тому

    Hii Sir, how can I contact you

  • @JatinYadav-f2q
    @JatinYadav-f2q 11 місяців тому

    Hii sir, how can I contact you?

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

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

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

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

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

    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?????

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

    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

    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 2 роки тому

    Ur awesome man!

  • @birukabel3590
    @birukabel3590 2 роки тому

    Thank you

  • @elcreidoluis
    @elcreidoluis 2 роки тому

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

    • @technologyfornoobs
      @technologyfornoobs 2 роки тому

      True, even I do not care much about DRF.

    • @DhavalAhir10
      @DhavalAhir10 2 роки тому

      @@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 2 роки тому

    You didn't explain the filter concept

  • @spatialnasir
    @spatialnasir 2 роки тому

    Great teacher. Thanks bro.

  • @ahmeddoudou2262
    @ahmeddoudou2262 2 роки тому

    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 2 роки тому

      @@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 2 роки тому

      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 👍