原创 [學習資料]

機器學習 https://github.com/jindongwang/MachineLearning https://github.com/Halfish/machine-learning-reference 人工智能安全 https:

原创 看的見得算法 第四章 排序算法可視化

4-1 SelectionSortData.java public class SelectionSortData { private int[] numbers;//數據 public SelectionSortDat

原创 CentOS7使用Docker部署STF

請儘快調研一下https://openstf.io/,這個是github上的一個手機羣控方案,看起來成熟度比較高。 https://www.jianshu.com/p/9a2c149f9bef 溝通一下他們現在的項目需求 項目需求:在服務

原创 Explaining and harnessing adversarial examples

[1] Goodfellow I J, Shlens J, Szegedy C. Explaining and harnessing adversarial examples[J]. arXiv preprint arXiv:1412.6

原创 廣西大學AR運行

1.下載源代碼https://github.com/shiwen1997/gxu_ar  ,在AS中打開: 打開運行可能會報錯。 一般是gradle的錯誤,確保翻牆(有些google的依賴下載不來),並且把app的gradle依賴版本改成

原创 實驗室GPU服務器創建新普通用戶、搭建tensorflow-GPU版本環境、搭建pytorch-GPU版本環境、java環境

實驗室GPU給了一個公共用戶guest能登進去服務器,使用這個guest賬號創建自己的用戶。 —————————————————————————————————————————————————— 查看所有用戶信息 cat /etc/pas

原创 看的見得算法 第三章 概率模擬算法

1.一個有意思的分錢模擬問題 AlgoFrame.java中 在render方法中設置數據 // TODO: 設置自己的數據 int[] money; public void render(int[] money){

原创 看的見的算法 第二章 GUI界面

第二章 2-1 使用Jframe import javax.swing.*; import java.awt.*; public class Main { public static void main(String[] arg

原创 Latex公式mathtype公式複製到word等號不對齊問題

1.在mathtype上輸入Latex格式公式然後複製到word上 Latex公式: \begin{align} \left(w^{*}, b^{*}\right) &=\underset{(w, b)}{\arg \min } \sum

原创 算法競賽入門經典(第二版)——劉汝佳(學習筆記)

P140——例題6-2鐵軌(Rails) https://www.nowcoder.com/questionTerminal/1e9cbc2a123a4117a6f78567afc11b5b 牛客網原題。 鏈接:https://www.n

原创 常用python函數

1.python三種計算程序運行時間函數 import datetime datetime.datetime.now() import datetime start = datetime.datetime.now() sum = 0

原创 機器學習地基

3-12數據集加載和可視化 鳶尾花數據集的加載和可視化。 import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from sklearn

原创 線性代數 linear algebra

2.3 實現屬於我們自己的向量 Vector.py class Vector: def __init__(self, lst): self._values = lst #return len de

原创 一個有意思的分錢模擬問題

1.AlgoFrame.java中 在render方法中設置數據 // TODO: 設置自己的數據 int[] money; public void render(int[] money){ this

原创 2020年第一篇博客

開心,終於不是通宵複習和通宵打代碼了 點贊 收藏 分享 文章舉報 廣西大學施文 發佈了27 篇原創文章 · 獲贊 1 · 訪問量 3915 私信