Тёмный
Siddhardhan
Siddhardhan
Siddhardhan
Подписаться
Hi guys! I am making a "Hands-on Machine Learning course with Python" in RU-vid.
I'll be posting 3 videos per week following the Machine Learning course order. Monday Evening, Wednesday Evening & Friday Evening. Interested people subscribe my channel. Thanks in advance.
Accessing GPT-4o with LangChain
16:12
Месяц назад
OpenAI's GPT-4o is here and it is...
8:33
2 месяца назад
Pycharm Tutorial #1 - Setup & Basics
12:32
2 месяца назад
Комментарии
@echorift08
@echorift08 8 часов назад
27:30 The summation goes from 1 to n, not 1 to m. This is because m means total points, and n means number of dimensions. Loss is calculated for each dimension, and not each point. Am I right or did I misunderstand something?
@devanshgupta2749
@devanshgupta2749 11 часов назад
bro please complete deep learning playlist...pleaseee
@Relaxandenjoy078
@Relaxandenjoy078 14 часов назад
Hello Sid, Please make pytorch ,tensorflow , keras , theno Playlist ,
@prathikshagowda924
@prathikshagowda924 15 часов назад
hii everytime iam uploading your data there is a missing values in data any suggestions...??
@eng_musawer
@eng_musawer 17 часов назад
Can i have your github link ? Sir
@eng_musawer
@eng_musawer 17 часов назад
So thanks, dear my teacher, it was so useful for me ❤
@sujayjagadale6876
@sujayjagadale6876 19 часов назад
I am getting slow responses from ollama with model llama3:instruct How to improve response speed, it takes around 2-3 minutes to return a response.
@FerinKingsly
@FerinKingsly 20 часов назад
Bro while foolwing the same codes it is showing a name error in the X_train, X_test,Y_train, Y_test = train_test_split(......)...and it shows like namerror : name 'train_test_split' is not defined. But I have givenfrom ""sklearn.model_selection import train_test_split"" in the beginning itself . Could anyone say why this error is happening to me?
@user-nq5fm1bm5u
@user-nq5fm1bm5u День назад
HI sir, what should i do to insert more than 1 pdf? thanks.
@amventures1
@amventures1 День назад
Please also make a video about function calling using the same Ollama and model
@amventures1
@amventures1 День назад
Can I load the model from locally or hugging face using Ollama? And complete the rest of what you done. This is very important to my project. Please answer me. And thanks for help
@DCse-b9t
@DCse-b9t День назад
Hi. What is the accuracy level of the project? Please tell me
@e-queen3485
@e-queen3485 День назад
thank u sir it was soo helpfull and easy to understand
@sbswaggerboy99
@sbswaggerboy99 День назад
Thanks
@vijaybhamidipati3009
@vijaybhamidipati3009 День назад
Waiting for 5.4 Calculus
@anmolchaurasia9401
@anmolchaurasia9401 День назад
damn man! this was recommended by my bro! & this is full of worth it.
@amventures1
@amventures1 2 дня назад
What if I want to add functional calling and retrieval? Will the pipeline stay text generator?
@sakshibhadoriya1911
@sakshibhadoriya1911 2 дня назад
building and implementation?
@surajpaikekar489
@surajpaikekar489 2 дня назад
Hi, the given train.csv file is not correctly formatted in terms if single and double quotes. I am not able import the file, I tried to add extra parameters in read_csv() in order to bypass theese bad lines but still not able to import this file, see how I approached it- import csv import sys csv.field_size_limit(sys.maxsize) chunks = pd.read_csv('/content/train.csv', engine="python", chunksize=5000, quoting=csv.QUOTE_NONE) news_dataset = pd.concat(chunks,ignore_index=True) I also tried below options - chunks = pd.read_csv('/content/train.csv', engine="python", chunksize=5000, quoting=csv.QUOTE_MINIMAL) chunks = pd.read_csv('/content/train.csv', engine="python", chunksize=5000, quoting=csv.QUOTE_MINIMAL, encoding='utf-8') The file does not have encoding issue, as It has same encoding of UTF-8, I have confirmed it in text editor. Finally I had to use on_line_bad="skip", along with quoting=csv.QUOTE_MINIMAL in order to skip the problematic rows. Is this right??
@sahanak5005
@sahanak5005 3 дня назад
Thanks a lot, Learnt a lot from this video. Very happy to build my first image classifier model. Explained each and every line of code well. Thank you so much. Would recommend to everyone who wants to learn deep learning. Guys go for it!
@reddy123-nl4xf
@reddy123-nl4xf 3 дня назад
Started...2.5 modules let see by when I can complete this 💫
@adeeshadissanayaka5630
@adeeshadissanayaka5630 4 дня назад
Hi, thank you very much and really appreciate the knowledge you are sharing through this video. Would it possible to know, how to fine-tune a LLM in q&a format dataset please?
@SiriRavali
@SiriRavali 4 дня назад
Hi.. How can I make the chatbot URL public.
@aditiapar9355
@aditiapar9355 4 дня назад
will i be able to answer interview questions with this?
@AyushChakraborty-b8w
@AyushChakraborty-b8w 4 дня назад
bro 8501 not working
@gyanp_28
@gyanp_28 4 дня назад
The tutorial was very helpful .. Thank You
@Anonymousss05
@Anonymousss05 4 дня назад
Very helpful video it is❤
@ek_hai_coder
@ek_hai_coder 4 дня назад
You are awsome brother! You are doing a very very great thing. I checked out your whole channel and found this is one of the best or all time best till now for me. Thanks bhai !
@yashpurbhe6312
@yashpurbhe6312 4 дня назад
sir i have 1 confusion i think logistic regression is use for classification and linear regression use for Regression
@shaikhyahya9067
@shaikhyahya9067 4 дня назад
I purchased a course to learn this concept, but they weren't able to explain it the way you did. God bless you, thank you so much. Now all my basic doubts are cleared
@KSubscriberschallengewit-tt3iq
@KSubscriberschallengewit-tt3iq 5 дней назад
Gooooo 5
@KSubscriberschallengewit-tt3iq
@KSubscriberschallengewit-tt3iq 5 дней назад
Goooooo 4
@SiriRavali
@SiriRavali 5 дней назад
Hi, how can I deploy this single thing or any single thing as a public url.
@SiriRavali
@SiriRavali 5 дней назад
Hi, is there a video where an ML project has been deployed as public in a single video.
@SiriRavali
@SiriRavali 5 дней назад
Hi Siddardhan. How can we make the gpt-4 chatbot run on a global hosting environment instead of local.
@themonster4928
@themonster4928 5 дней назад
Pickle file download hokr code glt aa rhe h plz help
@KSubscriberschallengewit-tt3iq
@KSubscriberschallengewit-tt3iq 5 дней назад
Gooooo 2
@KSubscriberschallengewit-tt3iq
@KSubscriberschallengewit-tt3iq 5 дней назад
Gooooo 1
@KSubscriberschallengewit-tt3iq
@KSubscriberschallengewit-tt3iq 5 дней назад
Gooooo 0
@KRUTHIKAJ21AD027
@KRUTHIKAJ21AD027 5 дней назад
how to include the type of disease prediction
@rahulrajeev9763
@rahulrajeev9763 5 дней назад
Thank you for this video. You are a great teacher. Please try to make the mathematical intuition behind XGBoost Regressor.
@ansarshaik-ri6vj
@ansarshaik-ri6vj 6 дней назад
thanks for your great work
@reemagahtori9793
@reemagahtori9793 6 дней назад
So good of a video to learn from.❤
@ChangeS-wl8qx
@ChangeS-wl8qx 6 дней назад
i got many issues like in uploading file, in train_test_split etc but it suddenly worked . i tried to run all many times , but suddenly it got worked. i don't know what to say or how it will help
@homework116
@homework116 6 дней назад
Bro thanks I can't believe anyone can do such Hard work at free of cost
@ansarshaik-ri6vj
@ansarshaik-ri6vj 6 дней назад
what is the difference between "ChatBox" and "Ask me anything"
@Karthik.D.project
@Karthik.D.project 7 дней назад
sir will this code will generate API even if our model is not able to run in python shell it is only able to run on google collab because of large training data and hardware restrictions
@Shreenavalikihori
@Shreenavalikihori 7 дней назад
Can any tell the insurance cost in the data set is paid by insurance company or by patient
@sakshigarg5996
@sakshigarg5996 7 дней назад
Thankyou so much for making this video It helped me alot😄
@mamidisettyprathyusha
@mamidisettyprathyusha 7 дней назад
Kindly post any timeseries analysis project