خاطرات ۲۰ فروردین ۱۳۹۹
Kent Beck and Dr. Eshragh

Reference: LinkedIn, Dr. Faezeh Eshragh on LinkedIn

مهندسی نرم‌افزار ۲۰ فروردین ۱۳۹۹
آزمون جیغ! (scream test)

TIL a new software term: “Scream Test” – When you don’t know if something is still being used so you take it away and see if anybody screams. 🙂 Scott Hanselman

Beautiful Design and Code ۹ فروردین ۱۳۹۹
The most valuable learning

If there’s one lesson I would like the next generation of developers to learn, it is to spend less time doing hard things and more time making hard things easy. Customers benefit from the former. Customers and peers and we ourselves benefit from the latter. Kent Beck

خاطرات ۸ فروردین ۱۳۹۹
کووید-۱۹

بیش از دو هفته است که به دلیل همه‌گیر شدن ویروس کورونا (کووید-۱۹)، کلاس‌ها و جلسه‌های حضوری دانشگاه تعطیل شده است و باید از خانه درس و تحقیق را انجام بدهیم. شرایط زندگی، جدید، عجیب و کاملا دشوار است. مرز شب و روز از یک طرف و مرز کار دانشگاه و زندگی از طرف دیگر، […]

هوش مصنوعی ۸ فروردین ۱۳۹۹
Machine Learning Project and Math

Creating a model for machine learning projects is like this: In the morning, you think you will solve the problem with the four basic mathematical operations, and at night you will come to a long list of must-read topics that the simplest one may include multiple integrals.

هوش مصنوعی ۴ فروردین ۱۳۹۹
Why is TensorFlow called TensorFlow?

TensorFlow is called ‘TensorFlow’ because it handles the flow (node/mathematical operation) of Tensors, which are data structures that you can think of as multi-dimensional arrays. Tensors are represented as n-dimensional arrays of base dataypes such as a string or integer — they provide a way to generalize vectors and matrices to higher dimensions. The shape […]

هوش مصنوعی ۴ فروردین ۱۳۹۹
neuro-symbolic AI

The neuro-symbolic concept learner designed by the researchers at MIT and IBM combines elements of symbolic AI and deep learning. The idea is to build a strong AI model that can combine the reasoning power of rule-based software and the learning capabilities of neural networks. In the hybrid AI model, the symbolic component takes advantage […]