https://ieeexplore.ieee.org/document/7258445
สรุปว่า magazine คือบทความวิชาการ ส่วน letter คือ short paper 3-4 pages
วันจันทร์ที่ 18 พฤษภาคม พ.ศ. 2563
วันจันทร์ที่ 4 พฤษภาคม พ.ศ. 2563
CNN architectures and pre-trained models
- Alexnet (https://en.wikipedia.org/wiki/AlexNet)
- Xception
- VGG16
- VGG19
- ResNet, ResNetV2 (https://medium.com/@natthawatphongchit/%E0%B8%A1%E0%B8%B2%E0%B8%97%E0%B8%B3%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%88%E0%B8%B1%E0%B8%81-resnet-%E0%B8%81%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B8%B5%E0%B8%81%E0%B8%A7%E0%B9%88%E0%B8%B2-aec3a8c10793)
- InceptionV3
- InceptionResNetV2
- MobileNet
- MobileNetV2
- DenseNet
- NASNet
- U-net
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
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
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
วันอังคารที่ 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
- The major difference between machine learning and statistics is their purpose. Machine learning models are designed to make the most accurate predictions possible. Statistical models are designed for inference about the relationships between variables. (https://towardsdatascience.com/the-actual-difference-between-statistics-and-machine-learning-64b49f07ea3)
- 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 ที่เป็นโรคแล้วไหมจะได้ป้องกันเนิ่นๆ
- XAI (Explainable ai) : methods and techniques in the application of artificial intelligence technology (AI) such that the results of the solution can be understood by humans. It contrasts with the concept of the "black box" in machine learning where even its designers cannot explain why an AI arrived at a specific decision. Wikipedia; https://cacm.acm.org/magazines/2022/4/259398-explainable-ai/fulltext#
วันอังคารที่ 4 กุมภาพันธ์ พ.ศ. 2563
วันเสาร์ที่ 1 กุมภาพันธ์ พ.ศ. 2563
วันจันทร์ที่ 27 มกราคม พ.ศ. 2563
ล้มเร็วเรียนรู้เร็ว
เป็นหลักทางการตลาดว่าให้รีบลงมือทำจะมัวแต่วางแผนจะได้รู้ว่าหมู่หรือจ่า ถ้าล้มเหลวจะได้รีบเอาเวลาไปทำอย่างอื่นแทน
วันพฤหัสบดีที่ 23 มกราคม พ.ศ. 2563
Generative adversarial network (GAN)
A 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
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
A 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/
Anonymization is tokenization.
https://dataprivacymanager.net/pseudonymization-according-to-the-gdpr/
วันศุกร์ที่ 10 มกราคม พ.ศ. 2563
วันพุธที่ 8 มกราคม พ.ศ. 2563
Mashup
A 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)
--https://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)
สมัครสมาชิก:
บทความ (Atom)

