VPN Gate免費電腦VPN軟體 VPN Gate 學術實驗項目是一個在線服務,由日本國立筑波大學研究生院為學術研究目的運營。本研究的目的是推廣 "全球分佈式公共 VPN 中繼服務器" 的知識。安裝帶有 SoftEther VPN Client 的 VPN Gate Client 插件。它可用簡單的配置連接到 VPN Gate 的一個公共 VPN 中繼服務器,VPN 通信的吞吐量比使用 L2TP、OpenVPN
PHP 資料庫寫入、讀取、修改簡易範例 需要下載範例的朋友,移至文章最後有下載連結。(先註冊後,回復下載,感恩)<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include("mysqlconnect.php");
Tensorflow成功安裝過程(Windows10+GeForce RTX 3060) 本篇演示在 Windows 10 環境下,建置 RTX 3000 系列顯示卡的Tensorflow GPU環境的過程。本過程使用 RTX 3060的顯示卡,但是目前已知 Rtx 3090 / 3080 / 3070 都通用於此環境 。配置一覽:Python 3.7CUDA Toolkit 11.2cuDNN v8.1.1Tensorflow 2.6.0Anaconda or Minico
機器學習基礎 Three Fundamental Learning AlgorithmsNaive Bayes Algorithmk-Nearest NeighborPerceptron Algorithm Naive Bayes AlgorithmNaive Bayes classifier(單純貝氏分類器)單純貝氏分類器是高度可延伸的,因此需要數量與學習問題中的變數(特徵/預測器)成線性關係的參數
C與C++的開發工具 Code::Blocks (APCS使用版本Code::Blocks 17.12 (C , CPP)) APCS 系統環境https://apcs.csie.ntnu.edu.tw/index.php/info/environment/OSLubuntu Desktop 18.04 (64-bit)DesktopLXDEEditorsvi/vim、leafpadLanguagesGcc Ubuntu 7.3.0 – 27ubuntu1C++ Ubuntu 7.3.0 – 27ubuntu1
[C Sharp] 使用Visual Studio Code 編寫C#程式 1)進行下載 https://code.visualstudio.com/2)安裝將vscode下載下來後並打開就會出現如以下的畫面3)中文化VSCode 設置環境在延伸模組中在搜索欄中鍵入chinese --> 繁體中文化4)開設一個新的資料夾(用來放置C#專案)5)開啟Terminal使用Ctrl + "`" (通常在鍵盤左上,Tab鍵上面) 叫出Termi
當C槽不夠用,怎麼辦? 1)改變使用者底下的相關路徑%USERPROFILE%\AppData\Local\Temp 改到其他槽 E:\username\AppData\Local\Temp2)將hiberfil.sys關閉或減小powercfg /h off --> 關閉powercfg hibernate size 40 --> 減小40%powercfg /h size
Robomongo - Robo3T - MongoDB GUI管理工具 MongoDB使用Robomongo - Robo3T這個GUI工具來連線,安裝的是Windows 64 Bit portable version 免安裝版本。官方下載: https://robomongo.org/download
Windows MongoDB 下載與安裝教學 下載的MongoDB版本為MongoDB Community Server 4.4.2 for Windows 64 Bit版本https://www.mongodb.com/try/download/community
Python線上編輯器 repl.it repl.it 可編輯的程式語言有Python、C++、C#、JavaScript等等......官網:https://repl.it/languages/python3
Python機器學習-前導 收集資料 (Gathering data)準備數據 (Preparing that data)選擇模型 (Choosing a model)訓練機器 (Training)評估分析 (Evaluation)調整參數 (Hyperparameter tuning)預測推論 (Prediction)機器學習的三個步驟define a set of function訂出一個function set (A