یادگیری نظارتی (supervised learning) به زبانی دیگر – بخش اول 8 آذر 1399
مقدمه: یکی از سرگرمیهای من پیدا کردن راههایی است تا مفاهیم یادگیری ماشین را به زبان سادهتر توضیح بدهم. این نوشته نمونهای از راهکارهایی است که موقع برگزاری کلاس اتفاقی پیدا کردم. یادگیری نظارتی (Supervised Learning) داستان: فرض کنید که معلمی با والدین یک شاگرد توافق میکند که به فرزندشان کمک کند تا نمره بهتری […]
یادگیری 7 آبان 1399
یک سالی که گذشت پر بود از موضوعات نو و نادیده که همراه خود آموختنیهای بسیار داشت. از فرهنگ و زبان نو بگیرید تا زبانهای برنامهنویسی تازه به اوج رسیده. اگر بخواهم از بین آموختهها تنها یکی را انتخاب کنم که هم از نظر تغییر شیوهی تفکر، هم از نظر برانگیختن حس کنجکاوی و هم […]
تغییر keras.io 21 اردیبهشت 1399
سایت Keras.io به تازگی تغییر کرده است و حاوی مطالب جدید و هدفمندی شده است. بخش نمونه کدها (Code Example) هم بسیار جالب است.
Machine Learning Project and Math 8 فروردین 1399
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? 4 فروردین 1399
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 4 فروردین 1399
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 […]
چرخهی پروژههای هوش مصنوعی؛ نقشهای یک تیم هوش مصنوعی، مهارتها و شرح کارها 29 آذر 1398
شرکت ورکرا (workera) به تازگی کتابچهای منتشر کرده است که در آن به بررسی مراحل پروژههای هوش مصنوعی، نقشهای اعضای یک تیم AI، مهارتهای مورد انتظار و کارهای آنها پرداخته شده است. این کتابچه برای عزیزانی که به دنبال تعریف نقش و مسیر شغلی خود در دنیای هوش مصنوعی هستند میتواند بسیار مفید باشد. از […]
