Project: Gold price prediction | ML Models and ANN 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 10

  • @leeywin
    @leeywin 8 หลายเดือนก่อน

    Great tutorial to compare classical ML with NN!

    • @KDcodeyt
      @KDcodeyt  8 หลายเดือนก่อน

      Please subscribe for more videos :)

  • @imane-hx1kp
    @imane-hx1kp 6 หลายเดือนก่อน

    Great video! Can we use the same approach for forecasting currency exchange rate price? By taking input as open high and low, and the target variable is close? will it be correct.

    • @KDcodeyt
      @KDcodeyt  6 หลายเดือนก่อน +1

      Hi, yes you can try creating a model using past open, high and low data to predict the close value.

    • @imane-hx1kp
      @imane-hx1kp 5 หลายเดือนก่อน

      @@KDcodeyt thank you do you have an email where i can contact you about your video? I've got a question i couldn't find answer for and it would be helpful if i get your opinion on it?

  • @emmanuelmakume8423
    @emmanuelmakume8423 8 หลายเดือนก่อน

    Hi there, another great video of course.
    I was wondering if you could perhaps make a web app video for this one?

    • @KDcodeyt
      @KDcodeyt  8 หลายเดือนก่อน +1

      Hi, will post a video on the web app verry soon

  • @cooltraderf
    @cooltraderf 3 หลายเดือนก่อน

    This is like most ML videos on financial time series - it misses how financial people use models. The lowest MSE/MAPE or similar metric is not good enough. You should look at out of sample results for an equity curve using the model with a decision such as go long GLD (buy) if the model predicts tomorrows price > today's price, else go to cash and compare that to the equity curve of GLD. Hint: it will be a terrible equity curve because financial markets are very noisy. You need more features and a more complex model. Thank you.

  • @samratghosh4242
    @samratghosh4242 8 หลายเดือนก่อน

    in my case extra_reg_train_score ==random_reg_train_score and extra_reg_test_score ==random_reg_test_score.
    is this possible ?

    • @KDcodeyt
      @KDcodeyt  8 หลายเดือนก่อน

      Yes, it might be possible, you can try running with different parameter values to get best model out of them
      please Subscribe for more videos :)