- 54
- 641 314
Technology for Noobs
India
เข้าร่วมเมื่อ 24 ส.ค. 2016
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
#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
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
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 ?
the calming background music is great :)
This is really great. Thank you!
Glad you liked it!
background music na hota , toh maza hi ajata
😔 Mujhe laga daal deta hu, agle Mein nahi krunga
I need source code for this
Check the github link in it, or in other latest videos, you can find other helpful repo as well
I want to deploy channels with apache any leads on how to configure apache2 to perfom this
I have tried with daphne and redis in development server is working fine but in apache I am getting error
Good explanation sir 🎉🎉❤
Thanks and welcome
not working
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
Hi.. Can you help me creating a subjective answer evaluation using machine learning in django?
Ping me at Techfornoobs01@gmail.com
@@technologyfornoobs Sure
It was amazing explanation.
Hii Sir, how can I contact you
Techfornoobs01@gmail.com
Hii sir, how can I contact you?
Techfornoobs01@gmail.com
I m getting errors only . After copying ur whole code .
Check versions of package you are using, my code is old and could be outdated
Excellent,
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?????
why is this not working when I run the server with >> mod_wsgi-express start ??
Bro thank you for making this video ❤
Is it possible to run that test code in Android physical device without computer?
Really helpful brother❤
Glad to hear that
awesome content! Thank you.
Glad you liked it!
how to activate autocomplete code in jupyter notebook. Please help i am a beginner
please add your email for business enquries
techfornoobs01@gmail.com
hello. I believe django.conf.urls is not working anymore. How can I solve this issue?
thanks sir, appreciate your work.
You are most welcome
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?
You would just use if else statements
@@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.
@@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.
@@technologyfornoobs Thanks a lot
I want help from you sir regarding this .how can I contact you sirr
email me @techfornoobs01@gmail.com
Realy this video was very useful for me thank you so much.
Glad it was helpful!
how do i create imagenet_classes.json file for my own dataset?
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
please tell me that you have programmed this in pycharam
vscode.
very clear explanation 👏, please make more videos on DRF , thanks alot!!
Thank you, I will
This is a step higher than most tutorials online
Thanks!
Ur awesome man!
You too!
Thank you
Welcome!
I think Django is better than DRF for me since I can control everything much easier
True, even I do not care much about DRF.
@@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.
You didn't explain the filter concept
I think I forgot, I will see when can I include it.
Great teacher. Thanks bro.
Welcome
Thank you 👍
You are welcome
python -m pip install -U channels["daphne"]
all of pandas within 1 video awesome bro
Super!
Brother, It was very informative video! Thank you so much for this. I just have a small request, Can I have this PPT? Thanks!
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,
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.
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.
@@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.
oh i got it i have to open channel for individual user.
🥰😍😍😍😍😍😍🥰🥰🥰
Super!
the best one for django on the net
Thanks!
Thanks bro, video was really helpful 👍
Glad it helped
Thank you very much for helping us with this excellent video!! Now I understand better how to work with Pandas.🥰
I'm so glad!
how to run a database and a server
you need to start a db separately and server separately,