2019年12月28日 星期六

notepad regexp


https://www.moonlol.com/notepad-regular-expression-re-regex-regexp-6040.html


Geogebra tutorial

  •  
 http://aprendeconalf.es/calculus/geogebra/calculus-geogebra/calculus-geogebra.pdf
 
  • Geogebra LAB
 http://gsite.asta.tw/blog/weilechutiyanxisuozuodetimujijieda

  • Geogebra 下載
https://www.geogebra.org/download

  • (右下角 GeoGebra Classic 5)

  • 配合<記事本>輸入 或 <notepad++>
  • notepad++  64bit installer
  • notepad++ 設定字型
         設定/設定程式語言格式
         字型大小 20
         開起共用字型
         開起共用字型大小
         開起共用粗體
  • 格式/字型 calbri 28
  • 小寫字母 : a,b,c,... 代表向量
  • 大寫字母 : A,B,C,... 代表點
  • 一次只能輸入一個指令
  • 多行指令需用Execute({"  ","    ","    ",.....,"   "}),將所有指令打入"    ",
          並用Execute({      })括起來
  • α °,   π  輸入法 : alt-a , alt-o , alt-p
  • slider(min,max,increment,speed,width,is angle,animating,random)
  • slider(0,10,1,1,180,false)
  • slider(0,180,1,1,180,true# is angle: true
  • matrix
https://wiki.geogebra.org/en/Matrices

  • ShowAxes(false)
  • ShowGrid(false)
  • ShowLabel(object,false)
  • ShowLayer( )  #layers 0..9
  • HideLayer( )
  • Polygon(A,B,3)
  • q=Polygon(A,B,3)
  • list1={Vertex(q)}
  • len=Length(list1)
  • Sequence(Element({list1(i)},1),i,1,len)
  • for loop
https://help.geogebra.org/topic/scripting-need-for-while-or-loop

http://www.malinc.se/math/geogebra/dynamictextandlatexen.php


  • 綜合除法
http://120.101.70.8/longlife/geogebra/GGB_Teach/Polynomial/Polynomial-19.html

碎形


https://www.geogebra.org/m/xhbvyf9r

2019年12月25日 星期三

machine learning


監督式學習(supervised learning)
https://zh.wikipedia.org/wiki/%E7%9B%A3%E7%9D%A3%E5%BC%8F%E5%AD%B8%E7%BF%92


非監督式學習(unsupervised learning)
https://zh.wikipedia.org/wiki/%E7%84%A1%E7%9B%A3%E7%9D%A3%E5%AD%B8%E7%BF%92

半監督式學習(Semi-supervised learning)
https://en.wikipedia.org/wiki/Semi-supervised_learning

強化學習Reinforcement learning,簡稱RL
https://zh.wikipedia.org/wiki/%E5%BC%BA%E5%8C%96%E5%AD%A6%E4%B9%A0

機器學習
https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0


深度學習
https://zh.wikipedia.org/wiki/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0


神經網路
https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C


https://zh.wikipedia.org/w/index.php?search=%E5%8D%8A%E7%9B%A3%E7%9D%A3%E5%BC%8F%E5%AD%B8%E7%BF%92&title=Special:%E6%90%9C%E7%B4%A2&go=%E5%9F%B7%E8%A1%8C&ns0=1

多項式的基底空間