Windows 11、WSL2(Windows Subsystem for Linux)、Ubuntu22.04、Docker、miniconda、PyCorrector、Nlpcda、RTX4060、https://github.com/shibing624/pycorrector/blob/master/README.md、https://pypi.org/project/nlpcda/
從無到有完成物件偵測模型訓練與使用 - 以YOLOV8偵測腳踏車為例
Label-Studio(圖片標記)、Kaggle(免費GPU訓練環境)、wandb.ai(取得訓練模型時需要用到API Key)、YOLOv8 Ultralytics(物件偵測pretrained model)、powershell(批次更改檔名)。
reference:https://docs.ultralytics.com/、https://wandb.ai/site、https://www.kaggle.com/
以Geohash為概念免費取得plugshare.com的充電站訊息內容-上集(更新sample code,2023.11測試有效)
Retrieve tesla charger point using geohash based method.
geohash、tesla charger、plugshare.com
Reference:https://github.com/jillesvangurp/geogeometry、https://www.movable-type.co.uk/scripts/geohash.html
以Geohash為概念免費取得plugshare.com的充電站訊息內容-下集(更新sample code,2023年11月測試有效)
Retrieve tesla charger point [detail] using geohash based method.
geohash、tesla charger、plugshare.com
以Folium實現時序熱點圖圖層疊加與經緯度打點分群顯示
Folium、Python、HeatMapWithTime、MarkerCluster。
Reference:https://github.com/python-visualization/folium/issues/1062、https://blog.yeshuanova.com/2017/10/python-visulization-folium/
以Python Code實作馬可夫鏈預測學生考試狀態
- 1235
- 0
- Markov Chain
- 2021-10-24
Python、Markov Chain、Matrix。
人工智慧學校專題筆記:使用 YoloV4 在 Jetson Nano 上實作人流計數功能
YoloV4、Ubuntu、Jetson Nano、Object Detection、Object Tracking、Centroid Tracking、Tensorrt、Cuda、Cudnn、People Counting。
網路爬蟲 Python - 課後作業:請抓取自由時報即時新聞 (https://news.ltn.com.tw/list/breakingnews) 的標題、連結與時間
Python函式庫:requests、BeautifulSoup、pandas。
網頁檢視工具:Win_x64_814947_chrome-win、SelectorGadget。
利用 python 撰寫 KMeans 做分群
Coding KMeans Clustering Using Python with Spark。
- 1