Тёмный
Hackers Realm
Hackers Realm
Hackers Realm
Подписаться
Welcome to Hackers Realm, your ultimate destination for learning all things in tech! 💻🌐 From Python tutorials to machine learning and deep learning projects, web scraping, blockchain concepts, data structures and algorithms, and much more, we've got you covered! 💯

Don't hesitate to share your queries in the comment section and don't forget to subscribe to stay updated with latest content!
🔔 Subscribe: bit.ly/hackersrealm
🗓️ 1:1 Consultation with Me: calendly.com/hackersrealm/consult

Remember, God is a Hacker, not an Engineer! 🙌

Follow on social media channels and website for more resources.

🌐 Website: www.hackersrealm.net
📷 Instagram: instagram.com/aswintechguy
🔣 Linkedin: www.linkedin.com/in/aswintechguy
🎯 GitHub: github.com/aswintechguy

And if you want to support the channel, make a small donation to our UPI ID or PayPal. 🙏
🆙 UPI ID: hackersrealm@apl
💲 PayPal: paypal.me/hackersrealm
₿ Binance Pay ID: 238629676
How to Deploy a Trained Model using Docker
11:16
2 месяца назад
How to Create a Python Package with Pytest
12:24
2 месяца назад
Data Augmentation for Text | NLP | Python
14:43
2 месяца назад
Комментарии
@marceloleoncaceres6826
@marceloleoncaceres6826 12 часов назад
Thanks for sharing the solution!!
@Bharath-h1u
@Bharath-h1u 2 дня назад
Why n//=2 I
@Bharath-h1u
@Bharath-h1u 2 дня назад
Help me
@sharpesthawk
@sharpesthawk 3 дня назад
The important thing to keep in mind is that If we approach this problem using normal map = dict(), it will KeyError for arr[i + 1] (because it may not be there in the map), However, if we use Counter(arr) to create the dictionary, then it will not give us KeyError (It will simply return 0 for any key not in the map).
@sharpesthawk
@sharpesthawk 3 дня назад
Question was not written accurately. They first tell us to find SUB-ARRAY, then in the Test Case, they expect us to find SUB-SEQUENCE.
@shekhariyer3819
@shekhariyer3819 3 дня назад
how do you make tough questions look so simple. Great job thala!
@HackersRealm
@HackersRealm 3 дня назад
Glad it was helpful!!!
@aarohigupta4286
@aarohigupta4286 3 дня назад
Upar ke modules execute ni hore ????kya kare?
@HackersRealm
@HackersRealm 3 дня назад
which part is not executed?
@San-zy9ym
@San-zy9ym 5 дней назад
why we need to convert entire string into lowercase
@shreyabhattacharjee1744
@shreyabhattacharjee1744 5 дней назад
Hi I am getting issue class:an error occurred:name "model" is not defined
@HackersRealm
@HackersRealm 5 дней назад
please check whether the model variable is initialized
@gud_vibesm
@gud_vibesm 8 дней назад
@ArniFuentes
@ArniFuentes 10 дней назад
Thank you so much!!!. A question: in what type of distributions can the box plot be used? For example, if the data follows a uniform distribution, does it make sense to find outliers? What do you recommend me?
@HackersRealm
@HackersRealm 9 дней назад
You can use box plot and check if there are any outlier for any distribution. If there is some outliers, do the processing, if not ignore it.
@ArniFuentes
@ArniFuentes 9 дней назад
@@HackersRealm thanks for your answer
@asadnaeem123
@asadnaeem123 10 дней назад
Amazing tutorial. Bro, you made my day. Lots of love from Pakistan.
@HackersRealm
@HackersRealm 10 дней назад
Glad to hear that!!!
@rashmibakkolla1050
@rashmibakkolla1050 10 дней назад
can you please make a roadmap on Machine learning + resources
@HackersRealm
@HackersRealm 10 дней назад
if you follow the other playlist concepts and try out projects from this playlist, that would be enough to become master ML
@VEERSINGH-f9r
@VEERSINGH-f9r 12 дней назад
i am not getting the program to be run correctly maxsum=-99 for i in range(4): for j in range(4): top=sum(arr[i][j:j+3]) mid=arr[i+1][j+1] bot=sum(arr[i+2][j:j+3]) hourglass=top+mid+bot maxsum= max(hourglass, maxsum) return maxsum this is the code
@ankursinha8597
@ankursinha8597 12 дней назад
What when position is 0 ?
@sheharyar9808
@sheharyar9808 14 дней назад
I have a scenario of extracting most relatable ( having more words matching ) audios using an input audio. What's the best way to approach this problem ? If it is embeddings then how I'll go about it and if not, then tell me which one would be better.
@HackersRealm
@HackersRealm 14 дней назад
if you have embeddings, you can use cosine similarity or use some search index to find the related audios.
@faithfuljourney5
@faithfuljourney5 15 дней назад
As far as I know, initially we use smaller learning rate because at the start of the training our model usually takes larger steps to reach the minima, but as it progresses it becomes slow so if we are dealing with a large dataset we can simply use higher batch size like 8192 etc and by using warming up the learning rate (which will gradually increase the learning rate during training) so that our model can converge not only more faster but will yield more accurate results (generalization) as a lower batch sizes of 32, 64 usually yields.
@divyasree8238
@divyasree8238 15 дней назад
Can you please send the code
@arijitkumarkhanra389
@arijitkumarkhanra389 15 дней назад
Thanks for the video. I am currently working on EfficientNet and Topological data analysis. I have to extract features from the TDA and then from EfficientNet and then combine it and run it on SVM. Can it work there too?? Thanks again
@HackersRealm
@HackersRealm 15 дней назад
yes, you just have to change the model and use it. Use concat function to combine the features.
@JonSnow-gs1hg
@JonSnow-gs1hg 16 дней назад
Can you make separate course for time series.
@HackersRealm
@HackersRealm 16 дней назад
Do you have a list of topics needs to be covered? because it has many sections
@JonSnow-gs1hg
@JonSnow-gs1hg 15 дней назад
Time series analysis. Some classical time series forecasting methods. Machine learning time series methods. How to use Facebook prophet to forecasting.
@HackersRealm
@HackersRealm 15 дней назад
@@JonSnow-gs1hg fbprophet model, I have already covered, please search for traffic forecast analysis to check that. Remaining topics, I will try to cover soon
@JonSnow-gs1hg
@JonSnow-gs1hg 15 дней назад
Ok thank you.
@nadyasalsabila8835
@nadyasalsabila8835 17 дней назад
such a great video! i want ask what if i want to enchance a bunch of image in 1 directory
@HackersRealm
@HackersRealm 17 дней назад
You could check the video in the project playlist which is how to enhance images using super resolution
@kirushanthuthayakumar7769
@kirushanthuthayakumar7769 17 дней назад
Its so nice and very helpful. Thank you so much ❤
@HackersRealm
@HackersRealm 17 дней назад
Glad it was helpful!!!
@aeternam3710
@aeternam3710 17 дней назад
Second question, at the end you are testing your model with images that comes from X, and X has been used to train the model so aren't you testing the model on images that it already saw?
@HackersRealm
@HackersRealm 17 дней назад
you could also try with new image doing the same preprocessing techniques, and not all the images were used for training as there is validation split used for evaluation. I will make a note and use new images in future video, thanks.
@aeternam3710
@aeternam3710 17 дней назад
Hello! Thank you for the video. I was just wondering why didn't we look at the accuracy for the age?
@HackersRealm
@HackersRealm 17 дней назад
age is a continuous value, we cannot identify accuracy for that, we can only calculate the error difference
@Bharath-h1u
@Bharath-h1u 18 дней назад
Wow sir hats of to your logics
@Jem_Link
@Jem_Link 19 дней назад
Thank you so much for this. I have been trying to install opencv with cuda for a few days now and there was always some new error that I could not resolve. This is the first tutorial that worked without any issues. Thank you so much!!
@HackersRealm
@HackersRealm 19 дней назад
glad it helps!!!
@HackersRealm
@HackersRealm 20 дней назад
Hey Hackers, From minute 26-28, the video is screen was frozen during recording while the audio is available, you can see the code in the notebook after that. Thanks for your Patience!!!
@ayushyasidhnath788
@ayushyasidhnath788 20 дней назад
what is this yan(n) here?
@Nawaz-Videos
@Nawaz-Videos 21 день назад
bro thanks a lot but initially i got so many errors that it had taken my 2 days but i used chatgpt, google, youtube to resolve all that issues and At the End i got it.
@19er059
@19er059 21 день назад
How can i deploy a virus in my local callcenter ?
@HackersRealm
@HackersRealm 21 день назад
Sorry I don't have expertise in that area
@Bharath-h1u
@Bharath-h1u 21 день назад
In which company are you working
@fafayoutubetchanel
@fafayoutubetchanel 23 дня назад
genius
@user-mh3mw7fk9w
@user-mh3mw7fk9w 24 дня назад
sir df.corr() gives error, that cannot convert string into float please resolve the issue
@Yett1hhh
@Yett1hhh 24 дня назад
df = df.select_dtypes(include=[float,int]) df.corr() this worked for me
@HackersRealm
@HackersRealm 24 дня назад
this code will work
@Bharath-h1u
@Bharath-h1u 25 дней назад
Help me.
@HackersRealm
@HackersRealm 25 дней назад
Could you share your query?
@Bharath-h1u
@Bharath-h1u 25 дней назад
@@HackersRealm Maxsub=sub sub==Maxsub Both are same so it can count more than 1 but if only one sub is max then??
@Bharath-h1u
@Bharath-h1u 25 дней назад
Maxsub=sub sub==Maxsub Both are same so it can count more than 1 but if only one sub is max then???
@Bharath-h1u
@Bharath-h1u 24 дня назад
Help me
@HafizAMalikh
@HafizAMalikh 27 дней назад
i want to generate 256X256 images and input images are also 256X256 but during epoch training it is showing 32/32 but for u it is showing 674/674 how to increase from 32/32 to 674/674
@HackersRealm
@HackersRealm 27 дней назад
Are you referring to the batch size?
@jyotibhachinchankar6386
@jyotibhachinchankar6386 27 дней назад
for fingerprint image
@rajendrakumarakula3659
@rajendrakumarakula3659 Месяц назад
Better than the rest.🔥
@Aspirant017
@Aspirant017 Месяц назад
raising this error ValueError: could not convert string to float: 'Iris-setosa'
@snehitvaddi
@snehitvaddi Месяц назад
Would you mind sharing the repo of this project please. The link in description doesn't have this particular one.
@HackersRealm
@HackersRealm Месяц назад
I have stored all the projects in the same repo, let me check
@HackersRealm
@HackersRealm Месяц назад
Project folder name is super resolution open cv
@snehitvaddi
@snehitvaddi Месяц назад
@@HackersRealm cool. Thanks bud!
@SWJ-MKhyathi
@SWJ-MKhyathi Месяц назад
Hi, it's a beneficial video. But how can we use this chi-square for malware detection in Android application? could you please reply me?
@HackersRealm
@HackersRealm Месяц назад
could you please explain this with more detail like what are the attributes you're considering?
@AdityaSingh-tu3bp
@AdityaSingh-tu3bp Месяц назад
I'm getting this error displaying, "y contains previously unseen labels: angry". (I've named each of the classified sub-folder in the test folder by their expression) The error actually arises while using the transform function using the label encoder. It successfully runs the y_train but throws this error in y_test. Please support if possible.
@HackersRealm
@HackersRealm Месяц назад
use le.transform(), don't use fit_transform for y_test
@DisposalMail
@DisposalMail Месяц назад
good video. first didn't get it. but later understood the logic. thank you
@prathikacharya692
@prathikacharya692 Месяц назад
Im finding a difficult in understanding question and logic so how to improve it
@HackersRealm
@HackersRealm Месяц назад
Don't worry about it, even pro coders has to read the question carefully 2-3 times to better understand it. Use the sample input and output to understand quickly, that's how I do it
@prathikacharya692
@prathikacharya692 Месяц назад
Yeah still I'm unable to do it
@user-vu1ii5lr4y
@user-vu1ii5lr4y Месяц назад
Why are we removing "rad" along with "medv" for X in the Input Split section?
@pmahaur962
@pmahaur962 Месяц назад
You create videos for us, but where and how did you learn to solve problems on HackerRank and other platforms? Please share your secrets.
@HackersRealm
@HackersRealm Месяц назад
I have made a video on tips and tricks for this. Please check out "How to crack job interview part 1" video for more details!!!
@grushanarsian915
@grushanarsian915 Месяц назад
getting this error ValueError: Unrecognized keyword arguments passed to Embedding: {'weights': [array([[0.24935962, 0.03655003, 0.02711191, ..., 0.77855587, 0.28553244,
@Tis_I98
@Tis_I98 Месяц назад
Awesome class Very clear abd understanding
@Tigrou7777
@Tigrou7777 Месяц назад
Is the denoiser only good at denoising images actually containing a digit ? (since digits is the only trained data) What would happen if you would input something else (eg: letter or other symbols). Would it try to morphe it to the closest digit or would it be able to denoise it properly ?
@HackersRealm
@HackersRealm Месяц назад
this is for only digits data, for others, we need to increase the dataset size with the samples that we want to denoise
@Tigrou7777
@Tigrou7777 Месяц назад
I anwser my own question : I have try to input letters to an autoencoder only trained with digits : TL;DR : it does not work very good. The output is mostly digits, usually with a shape as close as possible to the input letter. For example "Z" will usually output "2", "C" some sort of "0" and so on.
@DataCraftersHub
@DataCraftersHub Месяц назад
hi i need a solution for a problem
@Satvik__Jain
@Satvik__Jain Месяц назад
I came here from your repository you have such great repos backing your skills wonderful
@HackersRealm
@HackersRealm Месяц назад
Thanks for your kind words!!!