wilson20010327

@wilson20010327

Joined on Sep 13, 2020

  • github Every requests will send to mn1 server and there are 20% probability send to mn2 server by mn1 after receive the request, each request will create a cpu instence task on target server (Calculate prime number from 1~N) Rt in reward function will be calculated at the last 5 second in the period(30 second), this request will send to mn1 and mn2 servers respectively per second, which we can calculate the response time, and their ports are not same as the previous ports(use in create cpu instence task), Rt will be the average of these five response time, but there is an exception, when there is a timeout in this five collection, Rt will be set as max rt (in our setting 50 ms) $c_{utilization}$ in reward function will be calculated at the last 5 second in the period(30 second), we get the container's metric by docker stats command, $c_{utilization}$ will be the average of these five cpu usage which are contained in container's metric. Reward function To calculate the reward I use moving average (4) to smooth the unstable $c_{utilization}$ and Rt \begin{align*} Rt &= \begin{cases} RtList_{lastfourmean} & \text{if } RtList_{size} \geq {4} \
     Like  Bookmark
  • need laundry heat hot water wifi 308 W 94th StNew York, NY 10025 image 248 W 105th StNew York, NY 10025
     Like  Bookmark
  • contributed by < wilson20010327 > 實驗環境 $ gcc --version gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian
     Like  Bookmark
  • contributed by < wilson20010327 > repository 實驗環境 $ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit
     Like  Bookmark
  • React Native 01 Why using Expo platform ? Let the writer can focus on Javascript, don't need to deel with Native Provide some useful API in it's library Build the project and test it on phones(Android or IOS) in realtime with the app(expo go) on phones Can release the app in .apk or .ipa ,without open neither XCode nor Android Studio Install Node.js
     Like  Bookmark
  • Question Dataset introduction NIH Chest X-ray Dataset:此資料集由112,120的X-Ray照片(30,805位病患)所組成。而Label有15種,分別為(Atelectasis, Consolidation, Infiltration, Pneumothorax, Edema, Emphysema, Fibrosis, Effusion, Pneumonia, Pleural_thickening, Cardiomegaly, Nodule, Mass, Hernia, No finding) 在 Dataentry2017.csv 中有其他相關的資料訊息(ex:Follow-up #, Patient ID, Patient Age, Patient Gender,...) Task 從圖片判斷是否有機率獲得Label中的疾病 查看變更Loss function會產生什麼結果
     Like  Bookmark
  • 指導教授: 張燕光 專題成員: 梁華軒、林群凱 開發工具:S32 Design Studio for Power Architecture® 2017.R1 測試環境: Windows 10 1. 簡介 在現今的社會中,所有的設備都在走入電子化,汽車也不例外。隨著汽車工業的發展,汽車所需要的電子元件越來越多,變速箱、煞車系統…等都需要電子控制器來控制。各式各樣的原件在車子內組成龐大的網路,因此基礎元件以及控制元件的溝通會是一大考驗,如何順利將使用者所想要做的事情傳送到控制元件上,再傳送到正確的基礎單元,進行控制與獲取基礎單元的訊息?在此次的專題中,我們以Windows 10的電腦當作使用者介面以及控制單元,使用者所發送的訊息會傳至gateway進行解析後發送至對應的基礎單元,基礎單元也會做出相應的反應,簡單的模擬出使用者在一台電子汽車上的加減速作業所需要的車載網路環境。 2. 系統架構
     Like  Bookmark
  • 請更改text處 A時段(歡晚) 開舞: 江柏諺、蘇晉德、林禔摩 示範連結(招供表單使用):https://www.youtube.com/watch?v=V7KZeCBkn30 Column 1 Column 2 Column 3
     Like  Bookmark
  • React Native 05 Github Simple Navigation Enviornment In the path of your project and install react-navigation npm install @react-navigation/native npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view npm install @react-navigation/stack
     Like  Bookmark
  • React Native 04 Useful component & api introduction Flatlist : Just like ScrollView, but when loading the data ScrollView will load all the data of it, in compare flatlist will only load the data which it is goring to show. TouchableOpacity : A wrapper for making views respond properly to touches. Alert : Launches an alert dialog with the specified title and message. Keyboard.dismiss : Dismisses the active keyboard and removes focus. TouchableWithoutFeedback Flatlist & TouchableOpacity
     Like  Bookmark
  • React Native 03 User Interface component introduction Button : A basic button component that should render nicely on any platform. Switch : Renders a boolean input. Button & Switch In this example, the switch component will control the button can be press or not, and if the button been pressed, the title of button will show the total times you press the button Button : Can change the argument disable to make it touchable or not, and the argument color will change different part of it according to the os(ios(text) or android(background))
     Like  Bookmark
  • React Native 02 you can find the code here Introduce some files/forder in the init project ![](https://i.imgur.com/Z3n6O0S.png =250x) assets : Put some static files(png/jpeg/txt/......) in it App.js : Modify this file to control the app app.json : Some information of your app package.json/yarn.lock : Show packages which will be used in the project ,and help to download them easily with command line (npm install or yarn)
     Like  Bookmark
  • Introduction 一個可以讓元素膨脹來填充額外空間或著縮小適應更小的空間的 style。 手機裝置中的主軸與次軸 當宣告元件屬性值為 flex 後,元件成了一個盒子,會出現主軸與次軸: 主軸(main-axis):flexDirection 的設定,預設為垂直排列 column,也就是元件排列的方向! 次軸(cross axis):如果元件排列超過這個盒子的大小,你想要讓它換行,會遵 flexDirection 的設定相反方向換行,也就是主軸為垂直排列 column,換行將會是水平換行 row,所以次軸就是元件的換行方向。 Element in React Native flexbo
     Like  Bookmark
  • JS vs JSX JavaScript: 是一種解釋性程式語言(代碼不進行預編譯)。 主要用來向HTML頁面添加互動行為。 可以直接嵌入HTML頁面,但寫成單獨的js檔案有利於結構和行為的分離。 JavaScript XML:
     Like  Bookmark