Work Cata

@workcata

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

Joined on Mar 31, 2023

  • :::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 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
  • 【Airflow 工作流自動化】 :::info 什麼是 Airflow? Airflow One Node Architecture、Airflow Multi Node Architecture 安裝Airflow (ft.Docker) 什麼是DAG? 撰寫DAG 執行DAG 設置依賴關係
     Like 1 Bookmark
  • :::info colab 環境設置 Pytorch Basic Training & Testing Neural Networks *Python3 自學資源 w3schools、The Python Tutorial、Pytorch ::: colab 環境設置 !pip install torch torchvision
     Like  Bookmark
  • 準備英文考試時,發現自己很常錯相似的題目,便將錯題和常出現的用法紀錄在excel,結合語言模型生成選擇題或句子,以提升複習效率 import openai import pandas as pd import json import gspread from google.oauth2.service_account import Credentials from pydrive.auth import GoogleAuth from pydrive.drive import GoogleDrive # MY_OPENAI_API_KEY 設環境變數
     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 3 Bookmark
  • :::info 二元混淆矩陣 Confusion matrix練習:癌症判斷 ROC 曲線 Receiver Operating Characteristic Curve 練習:癌症判斷 多元混淆矩陣 Multiclass Confusion Matrix
     Like  Bookmark
  • :::info 首頁 Home 管理 Admin 報表 Report 探索 Explore 廣告 Advertising 示範帳戶 Demo account 官方文件 :::
     Like  Bookmark
  • 【Data Structures & Algorithms 資料結構和演算法】 :::info 什麼是Algorithms演算法?如何評估一個算法? 資料結構和演算法,兩者關係為? Trees Travesal Depth First Search, DFS 深度優先搜尋 (stack 先進後出,後進先出)
     Like  Bookmark
  • :::info 什麼是資料庫管理系統(DataBase Management System, DBMS)? 資料庫(DataBase)? Mysql 基本觀念: ETL、ACID、CRUD、3V、Data Pipeline Mysql 基礎操作資料庫 (CREATE、READ、DELETE) 資料表 (CREATE、READ、DELETE、DROP、TRUNCATE) 增加條件 (CONSTRAINT) PRIMARY KEY、FOREIGNER KEY...REFERENCES <table2_name>(table2_field)、UNIQUE 更改表名稱、欄位 : ALTER、ADD、REMANE 更改表內容 : UPDATE
     Like  Bookmark
  • :::info 什麼是MongoDB? Windows安裝MongoDB (Powershell、Compass、mongoimport) JSON、BSON差異 MongoDB 基礎操作insert、find、delete .count() .skip() .sort({field:1})
     Like  Bookmark
  • 資料來源 : Wine Quality Dataset :::info 一、瞭解資料內容 Checking data content環境準備,使用 Python NumPy、Pandas, Matplolib、Plotly、Seaborn 資料來源 Data source 讀取資料、查看基本訊息 Import data 、View basic information 二、資料清理 Data cleaning
     Like  Bookmark
  • :::info 基本配置Window Version macOS Version 檔案操作 ::: 基本配置 Window Version
     Like  Bookmark