هوش مصنوعی
The next big capability in AI

Interview with Geoffrey Hinton, October 20, 2020 A lot of the people in the field believe that common sense is the next big capability to tackle. Do you agree? Geoffrey Hinton: I agree that that’s one of the very important things. I also think motor control is very important, and deep neural nets are now […]

هوش مصنوعی
یادگیری نظارتی (supervised learning) به زبانی دیگر – بخش اول

مقدمه: یکی از سرگرمی‌های من پیدا کردن راه‌هایی است تا مفاهیم یادگیری ماشین را به زبان ساده‌تر توضیح بدهم. این نوشته نمونه‌ای از راه‌کارهایی است که موقع برگزاری کلاس اتفاقی پیدا کردم. یادگیری نظارتی (Supervised Learning) داستان: فرض کنید که معلمی با والدین یک شاگرد توافق می‌کند که به فرزندشان کمک کند تا نمره بهتری […]

هوش مصنوعی
یادگیری

یک سالی که گذشت پر بود از موضوعات نو و نادیده که همراه خود آموختنی‌های بسیار داشت. از فرهنگ و زبان نو بگیرید تا زبان‌های برنامه‌نویسی تازه به اوج رسیده. اگر بخواهم از بین آموخته‌ها تنها یکی را انتخاب کنم که هم از نظر تغییر شیوه‌ی تفکر، هم از نظر برانگیختن حس کنجکاوی و هم […]

هوش مصنوعی
تغییر keras.io

سایت Keras.io به تازگی تغییر کرده است و حاوی مطالب جدید و هدفمندی شده است. بخش نمونه کدها (Code Example) هم بسیار جالب است.

هوش مصنوعی
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 […]