Build Your First PyTorch Model (Linear Regression)

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2023
  • In this step-by-step tutorial, we dive into the fundamentals of building your first PyTorch model, focusing on Linear Regression. Whether you're new to PyTorch or looking to solidify your understanding, this video is designed to guide beginners through the process of creating a simple yet powerful machine learning model.
    Interested in discussing a Data or AI project? Feel free to reach out via email or simply complete the contact form on my website.
    📧 Email: ryannolandata@gmail.com
    🌐 Website & Blog: ryannolandata.com/
    🍿 WATCH NEXT
    PyTorch for Beginners Playlist: • PyTorch for Beginners ...
    PyTorch Logistic Regression: • Mastering Logistic Reg...
    PyToch Multiclass Classification: • Build an EASY Multicla...
    Want to Learn PyTorch? Start here: • Want to learn PyTorch?...
    MY OTHER SOCIALS:
    👨‍💻 LinkedIn: / ryan-p-nolan
    🐦 Twitter: / ryannolan_
    ⚙️ GitHub: github.com/RyanNolanData
    🖥️ Discord: / discord
    📚 *Practice SQL & Python Interview Questions: stratascratch.com/?via=ryan
    WHO AM I?
    As a full-time data analyst/scientist at a fintech company specializing in combating fraud within underwriting and risk, I've transitioned from my background in Electrical Engineering to pursue my true passion: data. In this dynamic field, I've discovered a profound interest in leveraging data analytics to address complex challenges in the financial sector.
    This RUclips channel serves as both a platform for sharing knowledge and a personal journey of continuous learning. With a commitment to growth, I aim to expand my skill set by publishing 2 to 3 new videos each week, delving into various aspects of data analytics/science and Artificial Intelligence. Join me on this exciting journey as we explore the endless possibilities of data together.
    *This is an affiliate program. I may receive a small portion of the final sale at no extra cost to you.
  • НаукаНаука

Комментарии • 10

  • @japhy2799
    @japhy2799 7 месяцев назад +1

    Thanks for the video. Please keep making videos because it's so instructive.

  • @thaimeuu
    @thaimeuu Месяц назад

    Not fully resolves my problem but thank you still. I am familiar with numpy, somewhat used to keras syntax but pytorch just freaks me out. Torch is versatile but very complex and confusing for beginners like me.

    • @RyanNolanData
      @RyanNolanData  Месяц назад

      I have a full PyTorch playlist. I was studying this for a while when there was a possibility to use it at work, but sadly that project was shelved

  • @NgocVinhNguyen-fx5lr
    @NgocVinhNguyen-fx5lr 2 месяца назад

    Great video

  • @iporkedyourdog
    @iporkedyourdog 3 месяца назад

    I was following a long with this video, however I wanted to give the model a more complex problem. I created six random numbers, in the range of 1, 10,000 as well as their sum, and stuck them into a csv file. After fooling with the size/epochs etc, it was able to predict the sum of the 6 inputs almost perfectly every time.
    So, I decided to step it up a notch and make the expression a bit more difficult, instead of just adding the numbers, I performed a few different mathematical operations on them.
    result = n1 + n2 - n3 * n4 - n5 + n6
    Now, three days later, after messing with different batch sizes, normalizations, learning rates, loss functions, optimizers, activation functions, I CANNOT get it to accurately predict my 'result'.
    Do you have any idea how I could get this to work? surely its possible?

  • @mianmuhammadmusharraf519
    @mianmuhammadmusharraf519 5 месяцев назад

    Can you guide me to some resource where I can learn how build a model using custom images dataset for regression. I am kind of lost.

    • @RyanNolanData
      @RyanNolanData  5 месяцев назад +1

      Hey, there may be some articles or GitHub repos? I tend to look at both before preparing a video. Also ask chatgpt? It’s been very helpful breaking down coding steps when confused. Also I may cover this in the future but I’m pausing my PyTorch series since I can’t use it at work

    • @mianmuhammadmusharraf519
      @mianmuhammadmusharraf519 5 месяцев назад

      @@RyanNolanData Sure, thank you so much!