introduction

  • Introduction en 10 minutes au framework web Flask pour Python

    Introduction en 10 minutes au framework web Flask pour Python

    Flask is a popular web framework for Python that allows you to build web applications quickly and easily. In this…

  • Kivy MapView Tutorial: Creating a Clean and Stylish Map

    Kivy MapView Tutorial: Creating a Clean and Stylish Map

    In this tutorial, we will be creating a simple and elegant map using the MapView widget in Kivy. The MapView…

  • Introduction to Django: Python Web Framework Tutorials

    Introduction to Django: Python Web Framework Tutorials

    Django is a popular open-source web framework written in Python. It encourages rapid development and clean, pragmatic design. Django is…

  • Tutorial: Creating Flappy Bird Game with Kivy in Python

    Tutorial: Creating Flappy Bird Game with Kivy in Python

    Flappy Bird is a classic game that became extremely popular on mobile platforms, and it’s a great project to tackle…

  • Angular Filters Introduction for Beginners with CodeGPT

    Angular Filters Introduction for Beginners with CodeGPT

    In Angular, filters are used to format data before it is displayed to the user. Filters can be used to…

  • Introduction to Vue.js: Building Components with the standalone version

    Introduction to Vue.js: Building Components with the standalone version

    Vue.js is a popular JavaScript framework for building user interfaces and single page applications. It offers a simple and flexible…

  • An Introduction to Python and Kivy

    An Introduction to Python and Kivy

    Introduction to Python and Kivy Python is a high-level, interpreted programming language that is widely used in various domains such…

  • 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 ซึ่งเป็นภาษาโปรแกรมที่มีประสิทธิภาพในการประมวลผลข้อมูลขนาดใหญ่…

  • Introduction to Machine Learning with Python and Scikit-learn | Part 01

    Introduction to Machine Learning with Python and Scikit-learn | Part 01

    Introduction: Machine learning is a field of computer science that allows computers to learn from data without being explicitly programmed….

  • CNN 1: Introduction to Convolutional Neural Networks

    CNN 1: Introduction to Convolutional Neural Networks

    In this tutorial, we will be discussing Convolutional Neural Networks (CNN), which are a type of deep neural network commonly…