跳到主要內容

發表文章

目前顯示的是 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: <!DOCTYPE html> <html> <head> <title>PHP Signature Pad Example</title> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.css"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/south-street/jquery-ui.css" rel="stylesheet"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.mi