Work Cata

@workcata

Hi, this is Catalina!原本的西語開發業務,2023轉職資料領域,正在補齊計算機組織, 微積分, 線代, 機率論,忙碌中做點筆記提醒自己 🤲🤝https://github.com/06Cata

Joined on Mar 31, 2023

  • - 讀取sheet資料再寫入 - 寄送email通知 - 帶入信件.doc檔 - 帶入PDF檔 - 設置觸發器 最近發現簡單資料計算用 APP Script 蠻方便的,用 ipad 就能操作,即時寫入雲端sheet,團隊成員可以馬上查看 也可以連接 google表單,寄送電子報,語法跟 javascript 很像 雲端sheet擴充功能 -> APP Script
     Like  Bookmark
  • - 品牌忠誠度 - 購物車品牌轉換率 資料來源 截圖 2025-06-15 14.47.54 import pandas as pd import numpy as np import seaborn as sb import kagglehub path = kagglehub.dataset_download("mkechinov/ecommerce-events-history-in-cosmetics-shop")
     Like  Bookmark
  • - RFM 定義 - RFM Model: 中位數區分 - RFM Model: 四分位數&手動區分 RFM 定義 參考 參考2 截圖 2025-06-04 21.32.05 R (Recency) 最近一次購買距今多久 越新越好(R=1)
     Like  Bookmark
  • 【Apache Airflow 工作流】 :::info 什麼是 Apache Airflow? Airflow One Node Architecture、Airflow Multi Node Architecture 安裝Airflow (ft.Docker) 什麼是DAG? 撰寫DAG 執行DAG DAG 設置文件輸入/輸出
     Like 2 Bookmark
  • - 設置 Google Cloud Platform (GCP) - 設置 Line Bot - Project 朋友是二手相機店老闆,當業務想知道客戶近期交易資訊時,步驟會是:開電腦 -> 開報表 -> 篩選客戶姓名 -> 查看,有點麻煩 如果做一個 Line Bot 呢? 只需要輸入客戶姓名+單一編號(防止同名),回傳近期幾筆交易資料,就可以解決了吧? 我創建了一個假的數據表 截圖 2025-06-09 23.37.35
     Like  Bookmark
  • :::info 什麼是 API? 什麼是 POST GET PUT/PATCH DELETE? 文件撰寫 Postman 測試 ::: 什麼是API? API(Application Programming Interface,應用程式介面),是讓不同的應用程式之間可以溝通、交換資料與功能的橋樑
     Like  Bookmark
  • openai api 儲值時效快到了,之前不小心儲太多(?) 無聊做來玩玩。工作上做過類似的,這裡請gpt給我點假資料 先設置一些基本問答 ecom_faq_data.py faq_data = [ { "question": "如何查詢我的訂單?", "answer": "您可以登入會員後,點選「我的帳戶」→「訂單查詢」查看訂單詳情。"
     Like  Bookmark
  • :::info 參考 2021 Spring、2022 Spring、2023 Spring、2024 Spring、2025 Lecture 3 : 卷積神經網路 Convolutional Neural Network (CNN) Spatial Transformer Layer Lecture 4 : 自注意力機制 Self-attention 循環神經網路 Recurrent Neural Network (RNN) 圖神經網路 Graph Neural Network (GNN) HW 3 : Image Classification HW 4 : Self-Attention
     Like  Bookmark
  • :::info 參考 2021 Spring、2022 Spring、2023 Spring、2024 Spring、2025 Knowledge Distillation(知識蒸餾) Lecture 5 : Transformer Sequence-to-sequence HW 5 : Transformer ::: Knowledge Distillation(知識蒸餾) 是一種模型壓縮技術,讓一個訓練好的「老師模型」,教一個「學生模型」學它的結果,達成模型變小但效果還不錯的目標
     Like  Bookmark
  • :::info 參考 2021 Spring、2022 Spring、2023 Spring、2024 Spring、2025 Lecture 1 : Deep Learing Introduction機器學習基本概念簡介 深度學習基本概念簡介 HW 1 : COVID-19 Cases Prediction ::: Lecture 1 : Deep Learing Introduction
     Like  Bookmark
  • :::info 參考 2021 Spring、2022 Spring、2023 Spring、2024 Spring、2025 Lecture 2 : Deep Learing Introduction分類器 — 淺談機器學習原理 HW 2-1 : Phoneme Classification ::: Lecture 2 : Deep Learing Introduction 【機器學習 2022】再探寶可夢、數碼寶貝分類器 — 淺談機器學習原理
     Like  Bookmark
  • :::info colab 環境設置 Pytorch Basic Training & Testing Neural Networks *Python3 自學資源 w3schools、The Python Tutorial、Pytorch ::: colab 環境設置 !pip install torch torchvision
     Like  Bookmark
  • 資料來源 : Titanic - Machine Learning from Disaster :::info 一、瞭解資料內容 Checking data content環境準備,使用 Python NumPy、Pandas, Matplolib、Plotly、Seaborn 資料來源 Data source 讀取資料、查看基本訊息 Import data 、View basic information 二、資料清理 Data cleaning
     Like  Bookmark
  • 【Data Structures 資料結構】 :::info 什麼是資料結構? 資料結構Array數組/List列表/Tuple元組 Linked List 鏈結串列Singly Linked Lists Doubly Linked Lists Hash Table 哈希表
     Like  Bookmark
  • 【Statistics 基礎統計:描述性統計】 :::info 樣本或群體/母體 (Sample or population) : 樣本是從母體中抽取的一部分數據,用於進行統計分析和推論 參數(parameter):由群體資料所計算之群體表征值 統計量(statistic):由樣本資料所計算之樣本表徵值 常見符號、群體群體總體(N)、單一(X) 群體平均數(𝜇 ,讀作 mu) 群體標準差(𝜎 ,讀作 sigma) 群體變異數=標準差的平方(σ2 平方,讀作sigma squared)
     Like  Bookmark
  • :::info 買賣交易計算 定期定額複利計算為什麼要投資? 幫自己設定一些情境 爬蟲:特定日期股價-上市(存進sqlite) 設定日期範圍,股價 plotly繪圖 設定日期範圍,存進sqlite
     Like  Bookmark
  • :::info 什麼是Microsoft Azure? 申請帳戶 Azure Databricks 設置創建 計算池(Compute Pools) 創建 計算策略(Compute Policy) Azure Databricks 基本操作 設置付費提醒
     Like  Bookmark
  • :::info 【Titanic 鐵達尼號: 預測倖存者分析】ft. Kaggle - Python 🔗 【Wine Quality Dataset 紅酒: 品質分析】ft. Kaggle - Python 🔗 【SF Salaries 薪水分析】ft. Kaggle - Python 🔗 【韓文補習班新課程商業分析 Business Analysis of new Korean language school courses】- EXCEL 🔗 【潛力產品、店家銷售分析 Potential products and store sales analysis】- EXCEL 🔗 :::
     Like  Bookmark
  • :::info MAE (Mean Absolute Error),平均絕對誤差 MAPE (Mean Absolute Percentage Error),平均絕對百分誤差 SSE (Sum of Squared Errors), 殘差平方和 MSE (Mean Squared Error) ,均方誤差 RMSE (Root Mean Squared Error),均方根誤差 R²,决定系数 練習:Python 回歸評估、繪圖 :::
     Like 5 Bookmark
  • :::info 二元混淆矩陣 Confusion matrix練習:癌症判斷 ROC 曲線 Receiver Operating Characteristic Curve 練習:癌症判斷 多元混淆矩陣 Multiclass Confusion Matrix
     Like  Bookmark