原创 RL by Tsitsiklis 【Notes待完成】

The lecture of John Tsitsiklis: Reinforcement learning https://www.youtube.com/watch?v=fbmAsxbLal0 The value funct

原创 Machine Learning Notes [更新中]

臺大李宏毅老師的機器學習課程 Learning Map Scenarios: supervised, semi-supervised, unsupervised, transfer, reinforcement learning.

原创 機器學習增強學習工程要點【待完成】

TensorFlow 主要concept是首先定義好tensor計算網絡,包括各個node涉及的操作等等。需要讀取值的時候使用session.run發起計算。有些lambda的感覺。爲了調試方面,也有eager模式,運算立即執行。 涉及到

原创 Stochastic Optimization: Casual Notes [to be continued]

Currently learning stochastic optimization (SO) theory, I will note important content here. Multi-stage vs Multi-pe

原创 循序漸進學unix——上機記錄(一)

    Unix上機課已經進行5次了,信息量越來越大,需要記的東西也越來越多。於是決定把一些重要的東西記在這裏跟大家分享。 在法國學計算機一個很大的感觸就是實踐所佔的比重相當大,大課的信息量極大,很難記住什麼東西,但是與之輔助的小課實在

原创 Actor-Critic and DDPG

In the last post Overview of RL we've seen two different methodologies: Policy Gradient which aims at training a policy

原创 Activation Functions in Neural Networks

This article is inspired by 這裏 and 這裏. - 激活函數的主要意義是爲NN加入非線性的元素。在神經學上模仿的是一個神經元是否有效。 A Neural Network without Activation

原创 算法思維

Everything is optimization. Problem solving = Representation->evaluation->optimization. The solution is continuous or d

原创 實習筆記----腳本: SVN批量添加與刪除

大家好,本文涉及到我在使用svn時遇到的一個實際問題:如何一次性完成涉及多文件的命令。 一般來講在svn版本控制下的文件操作如添加刪除等需要使用svn add 和svn rm來執行以便使svn知道這些變動,但實際使用中往往版本文件夾就是E

原创 Android實習筆記----調用撥號器,郵件短信和Google 地圖

./adb -s MX1CA16BLCYPDA1959 shell     當有多個調試設備時需要用s選項指定設備在使用ImageView時要注意到android:src和android:background的不同, 前者可以在保持比例的

原创 Distributions of forecasting errors of forecast combinations: implications for inventory management

Distributions of forecasting errors of forecast combinations: implications for inventory management Devon Barrow, Nikol

原创 Clustering Uncertain Data Based on Probability Distribution Similarity

Clustering Uncertain Data Based on Probability Distribution Similarity IEEE Transanctions on knowledge and data enginee

原创 伽馬分佈,指數分佈,泊松分佈的關係 -轉自簡書

原文鏈接:https://www.jianshu.com/p/6ee90ba47b4a 伽馬分佈,指數分佈,泊松分佈的關係  thinkando 關注 2018.09.25 21:13* 字數 714 閱讀 2909評論 0喜歡 10 1

原创 如何選擇開源許可證?-轉自阮一峯的博客

源:http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html 如何爲代碼選擇開源許可證,這是一個問題。 世界上的開源許可證,大概有上百

原创 Convex Optimization : some definitions

Linear relation: Ax Affine relation: Ax+b Affine Set contains the line through any two distinct points in the set: can