NeuralNetwork

  • Introduction to Torch and Tensor in Pytorch (Part 1)

    Introduction to Torch and Tensor in Pytorch (Part 1)

    PyTorch เป็นเครื่องมือสำหรับการเรียนรู้เชิงลึกที่พัฒนาขึ้นโดย Facebook AI Research (FAIR) เป็นส่วนหนึ่งของโครงการ Torch ซึ่งเป็นชุดเครื่องมือที่ถูกออกแบบมาเพื่อช่วยในการพัฒนาและการสร้างโมเดลเชิงลึกอย่างได้ประสิทธิภาพ ในบทความนี้เราจะเริ่มต้นด้วยการทำความรู้จักกับ Torch และ Tensor ที่เป็นส่วนสำคัญของ PyTorch Torch: Torch เป็นชุดเครื่องมือที่ถูกออกแบบมาสำหรับการเรียนรู้เชิงลึกที่ใช้ภาษา Lua ซึ่งเป็นภาษาโปรแกรมที่มีประสิทธิภาพในการประมวลผลข้อมูลขนาดใหญ่…

  • “What exactly is PyTorch?” #summary

    “What exactly is PyTorch?” #summary

    PyTorch is an open-source machine learning library that is widely used for building deep learning models. It provides a flexible…

  • In Keras, where should the BatchNormalization function be called?

    In Keras, where should the BatchNormalization function be called?

    Where do I call the BatchNormalization function in Keras? Where do I call the BatchNormalization function in Keras? If you…

  • The Importance of Calling zero_grad() in PyTorch

    The Importance of Calling zero_grad() in PyTorch

    Why do we need to call zero_grad() in PyTorch? Why do we need to call zero_grad() in PyTorch? When working…

  • What triggers the invocation of Layer.build() in Keras source code?

    What triggers the invocation of Layer.build() in Keras source code?

    When is Layer.build() invoked in source code in keras? When is Layer.build() invoked in source code in keras? Keras is…

  • Tutorial on Deep Learning using Python, TensorFlow, and Keras

    Tutorial on Deep Learning using Python, TensorFlow, and Keras

    Deep Learning with Python, TensorFlow, and Keras tutorial Deep Learning with Python, TensorFlow, and Keras tutorial Deep learning is a…