วันจันทร์ที่ 18 พฤษภาคม พ.ศ. 2563

Transactions/Journal vs Letter vs Magazine

https://ieeexplore.ieee.org/document/7258445

สรุปว่า magazine คือบทความวิชาการ ส่วน letter คือ short paper 3-4 pages

วันจันทร์ที่ 4 พฤษภาคม พ.ศ. 2563

CNN architectures and pre-trained models


(https://keras.io/applications/)

These models can be used in transfer learning by further training them base don new related data sets.

วันพฤหัสบดีที่ 19 มีนาคม พ.ศ. 2563

Laragon

sw package comparable to xampp.
it includes db admin tool HeidiSql comparable to phpmyadmin.

https://laragon.org/download/

https://medium.com/@shukurlu.murad/benefits-of-laragon-e9294aa34a80

วันศุกร์ที่ 6 มีนาคม พ.ศ. 2563

Transfer learning

Storing knowledge gained while solving one problem and applying it to a different but related problem จะได้ไม่ต้อง train ใหม่จากศูนย์ เช่น โมเดลตรวจหามะเร็งปอด ไปใช้สร้างโมเดลหามะเร็งในตับ

https://medium.com/kansas-city-machine-learning-artificial-intelligen/an-introduction-to-transfer-learning-in-machine-learning-7efd104b6026

วันอาทิตย์ที่ 1 มีนาคม พ.ศ. 2563

Start up books

https://www.set.or.th/set/enterprise/publicpaper.do?utm_source=fb_set&utm_medium=social&utm_campaign=tsi--enterprise--document--set--enterprise_publication_004_20200228&utm_content=enterprise_publication_004

Honors vs Cum laude

https://www.dailyenglish.in.th/honors-vocabularies/

วันอังคารที่ 18 กุมภาพันธ์ พ.ศ. 2563

Knowledge base


KB consists of :
  • Taxonomy (terms & their relationships) in form of ontology
  • Rule base
  • Mathmatical model bases

วันเสาร์ที่ 8 กุมภาพันธ์ พ.ศ. 2563

Authors’ contributions

Roles: Conceptualization; Data curation; Formal analysis; Funding acquisition; Investigation; Methodology; Project administration; Resources; Software; Supervision; Validation; Visualization; Roles/Writing – original draft; Writing – review & editing.

Statistical model vs machine learning model


  • sm can be interpreted by human e.g. doctors interpret arima models. Statistical modeling places a heavy emphasis on a model's underlying assumptions (e.g., linearity, normality of residuals, homoscedasticity). Choosing wrong assumptions and a respective sm modeling method can invalidate the conclusions drawn from the model.
  • ml model is too complicated to be interpreted by human. That's why we let machine create it and call ml model.
  • Statistics draws population inferences from a sample, and machine learning finds generalizable predictive patterns. (https://www.nature.com/articles/nmeth.4642)
  • Statistics is The mathematics of the collection, organization, and interpretation of numerical data, especially the analysis of population characteristics by inference from sampling. Cf. American Heritage 

  • Decision tree algorithms have been studied throughout machine learning and statistics as a nonparametric approach to data modeling (Breiman, et al., 1984; Quinlan, 1993). Decision tree methodology is often contrasted with classical parametric statistical methodology, which requires the formulation of an explicit probabilistic model of the data generation process. (Cf. M.J. 1994, A Statistical Approach to Decision Tree Modeling) เราสรุปว่า DT เป็น supervised ML model ที่ตีความได้เหมือน statistical model และตอนตีความแต่ละเส้นทางในต้นไม้อาจเห็นโอกาสเกิดปัญหาในอนาคต เช่น เข้าไกล้ leave node ที่เป็นโรคแล้วไหมจะได้ป้องกันเนิ่นๆ

วันอังคารที่ 4 กุมภาพันธ์ พ.ศ. 2563

Bkk night light


วันเสาร์ที่ 1 กุมภาพันธ์ พ.ศ. 2563

วันจันทร์ที่ 27 มกราคม พ.ศ. 2563

ล้มเร็วเรียนรู้เร็ว

เป็นหลักทางการตลาดว่าให้รีบลงมือทำจะมัวแต่วางแผนจะได้รู้ว่าหมู่หรือจ่า ถ้าล้มเหลวจะได้รีบเอาเวลาไปทำอย่างอื่นแทน

วันพฤหัสบดีที่ 23 มกราคม พ.ศ. 2563

Generative adversarial network (GAN)

generative adversarial network (GAN) is a class of machine learning systems where two neural networks contest with each other in a game (in the sense of game theory, often but not always in the form of a zero-sum game). Given a training set, GAN learns to generate new data with the same statistics as the training set. For example, a GAN trained on photographs can generate new photographs that look at least superficially authentic to human observers, having many realistic characteristics. Though originally proposed as a form of generative model for unsupervised learning, GANs have also proven useful for semi-supervised learning, fully supervised learning, and reinforcement learning.

https://medium.com/@nutorbitx/gans-%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3%E0%B8%84%E0%B8%B7%E0%B8%AD-generative-adversarial-networks-7973ae70db70

The well-known application of GAN is deepfake.

วันอังคารที่ 21 มกราคม พ.ศ. 2563

Parsimonious model

parsimonious model is a model that accomplishes a desired level of explanation or prediction with as few predictor variables as possible.


วันเสาร์ที่ 11 มกราคม พ.ศ. 2563

Pseudonymization vs. Anonymization

Pseudonymization is a data management and de-identification procedure by which personally identifiable information fields within a data record are replaced by one or more artificial identifiers, or pseudonyms.

Anonymization is tokenization.















https://dataprivacymanager.net/pseudonymization-according-to-the-gdpr/

วันศุกร์ที่ 10 มกราคม พ.ศ. 2563

วันพุธที่ 8 มกราคม พ.ศ. 2563

Mashup

mashup (computer industry jargon), in web development, is a web page or web application that uses content from more than one source to create a single new service displayed in a single graphical interface.

--https://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)