SkillC

SkillC

We believe, project-based learning goes a long way in ensuring retention. Many of us learned some coding language, and in due course, forgot it due to lack of application. Well, not anymore!

At Skillcate, we are on a mission to bring you application-based Machine Learning Education. With every Skillcate project, we attempt to solve a real business problem end-to-end. Do checkout our ML projects on this KZread Channel.

Our projects are industry ready. I’m sure you’ll get immensely benefited, by contextualizing these projects further to solve your live academic/business problem. For each project, we share a free Skillcate Do-It-Yourself toolkit, having: source code, training dataset & support files, for your hands-on.

Our online presence
KZread: kzread.info
Whatsapp: +91-7404139793
Email: [email protected]
Medium: medium.com/@skillcate
GitHub: github.com/skillcate
Discord Server: discord.gg/GyMBfD4ER5
Facebook: facebook.com/groups/mlprojects

Word Embeddings Explained

Word Embeddings Explained

Пікірлер

  • @FATIMAH-zm7fb
    @FATIMAH-zm7fbКүн бұрын

    Tysm this saved me 😊

  • @TM-oh6tk
    @TM-oh6tk5 күн бұрын

    Very nicely explained

  • @milind2thakur
    @milind2thakur16 күн бұрын

    I'm watching this video for Data Analyst profile😅

  • @arunkumartelapolu2428
    @arunkumartelapolu242823 күн бұрын

    Hi there, Why are we using Gaussian Naive Bayes here? In general Multinomial Naive bayes is used for text classification right.

  • @revathikarthi09k77
    @revathikarthi09k77Ай бұрын

    can you please explain healthcare review dataset with review text and rating columns for ML project

  • @BlastZboyZ
    @BlastZboyZАй бұрын

    a=float(input("enter 1st num:")) b=float(input("enter 2nd num:")) print("press 1 for addition press 2 for subtraction press 3 for multiplication press 4 for division press 5 for square press 6 for cube") choice=int(input("enter your choice between 1-4:")) if choice==1: print(a,"+",b,"=",a+b) elif choice==2: print(a,"-",b,"=",a-b) elif choice==3: print(a,"*",b,"=",a*b) elif choice==4: print(a,"÷",b,"=",a/b) elif choice==5: print(a,"²=",a**2) print(b,"²=",b**2) elif choice==6: print(a,"³=",a**3) print(b,"³=",b**3) else: print("invalid input") It can also do square and cube😊❤

  • @swetasharma8467
    @swetasharma8467Ай бұрын

    Useful video. Very straight to point. Thank you 👏

  • @skillcate
    @skillcateАй бұрын

    Thanks! Please share it within your network! :)

  • @khangnhi2287
    @khangnhi2287Ай бұрын

    "Thanks" is not enough for this video. It worked excellently. Appreciate your hard work my man!!

  • @rhs9214
    @rhs9214Ай бұрын

    Hello sir Iam not getting verification code to my mobile number

  • @mirasnurakhmetov5145
    @mirasnurakhmetov51452 ай бұрын

    amazing video) exactly what i was looking for) perhaps, you have credit scoring model using other methods? such as RandomForrest or Neural network MLP?

  • @peiyungao
    @peiyungao2 ай бұрын

    Thank you for this video. It helps a lot for a starter. But i got stuck at first. code: from sklearn.metrics import plot_confusion_matrix ImportError: cannot import name 'plot_confusion_matrix' from 'sklearn.metrics' (/usr/local/lib/python3.10/dist-packages/sklearn/metrics/__init__.py) I tried upgrading like: !pip install --upgrade scikit-learn from sklearn.metrics import plot_confusion_matrix but it still got the same error. I don't know what happened and what should i do. Maybe you know the answer. Please let me know if you have time to help me. Thank you!

  • @suryateja410
    @suryateja4102 ай бұрын

    Will it work now for X/Twitter?

  • @mak47
    @mak472 ай бұрын

    Hats off sir please keep it up. you are doing great.

  • @abhisheket2800
    @abhisheket28002 ай бұрын

    Super explanation bro

  • @rohitgupta8853
    @rohitgupta88532 ай бұрын

    Same Error in all your deployed projects , kindly help `numpy.distutils` is deprecated since NumPy 1.23.0, as a result of the deprecation of `distutils` itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use `setuptools < 60.0` for those Python versions.

  • @thunderbuddy4795
    @thunderbuddy47952 ай бұрын

    Bro how to overcome these kind of url link expired errors, ur errors

  • @adt5005
    @adt50052 ай бұрын

    it is not predicting negetive comments , after entering bad it is still showing "positive" sentiment

  • @Aashiq3
    @Aashiq32 ай бұрын

    Thank you bro, it worked like a charm.

  • @istudiotechnologies378
    @istudiotechnologies3783 ай бұрын

    how to open webcam

  • @richardogujawa-oldaccount1336
    @richardogujawa-oldaccount13363 ай бұрын

    Definitely would recommend this as the video to watch if it's your first time trying to understand HOG. Best explanation I've seen so far! Thank you.

  • @charan_kamsala
    @charan_kamsala3 ай бұрын

    .\ENV\Scripts\activate does not activating can any one help me ??

  • @karanveersingh-op4mv
    @karanveersingh-op4mv3 ай бұрын

    Nice

  • @madhavgupta2002
    @madhavgupta20023 ай бұрын

    can we stack these 3 models on top of each other if so how?

  • @aeneasbekele7084
    @aeneasbekele70843 ай бұрын

    I have huge dataset about URL, so please help me to address Unlabeled this dataset to label it as malicious and benign

  • @user-ol6dl5wq4f
    @user-ol6dl5wq4f3 ай бұрын

    Bro, you missed the padding function(pad_sequences) to include in code....

  • @venkatdatta.g9105
    @venkatdatta.g91054 ай бұрын

    Can you let me know how to save the model

  • @user-gb1jq8ep1s
    @user-gb1jq8ep1s4 ай бұрын

    Sir i am unable to see the datasets from the link u provided it is showing that no results found

  • @nithishyoutube253
    @nithishyoutube2534 ай бұрын

    10:58

  • @todaylive3029
    @todaylive30294 ай бұрын

    Do training the model with rgb instead of grayscale improve the accuracy ? 😊

  • @MathewMaingi
    @MathewMaingi4 ай бұрын

    hi can you suggest how to solv the forbidden orror 403 i have followed the video but i can't solve it

  • @user-wt7rm7om7b
    @user-wt7rm7om7b4 ай бұрын

    Thank you so much sir. This really helped me in my project.

  • @skillcate
    @skillcate4 ай бұрын

    Glad to hear that!

  • @fatima.ansari
    @fatima.ansari4 ай бұрын

    Explained very well.

  • @skillcate
    @skillcate4 ай бұрын

    Glad that you liked it!

  • @mbwanali
    @mbwanali4 ай бұрын

    thank you for your video, please share the weights of your model

  • @andreahenechesierra
    @andreahenechesierra4 ай бұрын

    Hi! Thank you very much for your video. What if we have daily data on multiple flights, airlines, departure dates and routes? Would one hot encoding still be advisable if we have thousands of different airlines and cities? Thank you very much

  • @user-kn1dj4ru6s
    @user-kn1dj4ru6s2 ай бұрын

    Hello! I’m trying to create a ML flight price predictor model but with flights in Europe. I’m struggling to find this information, how did you came up all of that information?

  • @user-xd9jp3rg6u
    @user-xd9jp3rg6u4 ай бұрын

    I am trying to use the on demand Inference API of distilbert-base-uncased on Hugging face, but I cannot find it. Can I have a link to the service?

  • @dharma-hz8pq
    @dharma-hz8pq4 ай бұрын

    Can you tell me. Can we add recorded video for prediction

  • @mathstricksbypiyush
    @mathstricksbypiyush5 ай бұрын

    Sir , What a content you are making ! Hat's off to you man , Teaching in a very simple manner . Appreciated

  • @skillcate
    @skillcate4 ай бұрын

    Very Kind of you! Glad that you are finding it useful.

  • @nepaltourguide257
    @nepaltourguide2575 ай бұрын

    This extraordinary explanation encourage me to do this comment....really 👏 outstanding video...

  • @skillcate
    @skillcate4 ай бұрын

    Thank you so much 😀

  • @Shreyas191
    @Shreyas1915 ай бұрын

    Nice video. Thanks

  • @skillcate
    @skillcate4 ай бұрын

    Glad you liked it!

  • @sandhya123ification
    @sandhya123ification5 ай бұрын

    Anyone who has executed this. What was the path for the Bag of words.

  • @kevinmugo2662
    @kevinmugo26625 ай бұрын

    Kindly , someome help how the decile formula was applied for all cells

  • @nelya.kulch11
    @nelya.kulch113 ай бұрын

    it's shown in the video: in cell 61 we input formula: first row cell +1. And the stretch this formula down/ or copy this formula to all cells below / or double click the cell

  • @Siriiiiii
    @Siriiiiii5 ай бұрын

    also do project on fake reviews

  • @baba_ki_shehzadi_5
    @baba_ki_shehzadi_55 ай бұрын

    WHERES THE "*CODE*" VIDEO FOR THIS FRONT AND BACK END CALCULATOR APPLICATION???????

  • @AfeezeeHQ
    @AfeezeeHQ5 ай бұрын

    Thank you for this video. It's very enlightening. However, I have a question. This is a fake news detection that is solely based on linguistic cues. The research I'm working on is more than just predicting based on linguistic cues but source credibility analysis and contextual analysis are involved too. How can I develop a fake news prediction model that will effectively detect if news is fake or real based on an extensive dataset such as the Twitter Truth Seeker dataset?

  • @utkugulcu232
    @utkugulcu2326 ай бұрын

    5:30

  • @yxsh10
    @yxsh106 ай бұрын

    Basic Code (Re usable) def calculator(): number1 = int(input("Enter the first number: ")) number2 = int(input("Enter the second number: ")) operator = input("Enter the operator (+,-,*,/): ") if operator == "+": print(number1 + number2) if operator == "-": print(number1 - number2) if operator == "*": print(number1 * number2) if operator == "/": print(number1 / number2) ask = input("Would you like to do another calculation? (y/n) ") if ask == "y": calculator() else: print("Thank you for using the calculator!") calculator()

  • @_.stfu.trisha._20
    @_.stfu.trisha._207 күн бұрын

    but it is taking the yes or no question first

  • @itzmeyo916
    @itzmeyo9166 ай бұрын

    I made a calculator that can add, sub and mult upto 5 numbers at once, divide, square and cube numbers.

  • @user-yk2fy2qx7i
    @user-yk2fy2qx7i6 ай бұрын

    What is the front end and back end of this project

  • @MuhammadAbdullah-gx2ou
    @MuhammadAbdullah-gx2ou6 ай бұрын

    Thanks for this wonderful project, please let me know one point about transfer learning. Have we used this? if yes then where and how. Thanks.

  • @user-zq6bo6ff9o
    @user-zq6bo6ff9o6 ай бұрын

    Basic calc : expression = input("Enter a mathematical expression: ") result = eval(expression) print("Result:", result)

  • @maleeshamendis5924
    @maleeshamendis59246 ай бұрын

    Hi Sir.I used the same code and run it. But when the epochs are = 2 , code takes log time to run, even it doesn't execute. I even tried increasing the the number of epochs. Noprogress.How can I resolve it? :(

  • @skillcate
    @skillcate6 ай бұрын

    Where are you running the code? It is likely that you are training on CPU machine where it take longer time than gpu