跳到主要內容

發表文章

目前顯示的是 11月, 2023的文章

Machine Learning Crash Course by Google Developers

  採用 TensorFlow API  的機器學習密集課程 Google # 發展了快速的機器學習入門簡介,提供一系列的視訊講座、實際個案研究和操作練習。 Machine Learning Crash Course by Google Developers Machine Learning Crash Course is a free course on Machine Learning created by Google Developers. This course is perfect for you if you are a complete beginner in Machine Learning or someone who is preparing for an interview based on Machine Learning. In this course, you will get: 30+ exercises 25 lessons 15 hours of content lectures from Google researchers real-world case studies and interactive visualizations You can find more details about this Machine Learning crash course https://developers.google.com/machine-learning/crash-course?hl=zh-tw

PHP Signature Pad & Upload on server

In this tutorial, We will learn how to use  an e-signature pad using jquery  ajax and save image to the database using PHP.  Download  E-Signature Pad Jquery plugin from here    http://keith-wood.name/signature.html Step 1: Create  index.php  file and put the following code: PHP Signature Pad Example PHP Signature Pad Example Signature: Clear Signature Step 2: Create  upload.php  file  PHP Signature Pad Example PHP Signature Pad Example Signature: Clear Signature Step 3: Create  upload  directory where our signature file upload. This is dest...