Model adalah sebuah file yang sudah dilatih dengan suatu algoritma tertentu untuk mengenali jenis pattern atau pola atas sekumpulan data yang disebut sebagai datasets. [1]simplenya, model ini sama seperti otak manusia yang sudah pernah belajar pertambahan dengan soal latihan “1+1=2”.“1+1=2” ini adalah datasets.dan dari proses belajar itu otak kita gak cuma tau kalo “1+1=2" kan? … [Read more...] about Tutorial membuat aplikasi Image Classification dengan Flutter dan Teachable Machine
Artificial Intelligence
Mastering Dictionaries And Sets In Python!
Photo by Carlos Muza on UnsplashSet is a Data Structure in Python with an unordered and unindexed collection of elements. Every element in a Set is always unique. The Set Data Structure does not allow any duplication of elements.The Set is similar to the list Data Structure when it comes to mutability. Both Sets and Lists are mutable. This means that elements can be added or … [Read more...] about Mastering Dictionaries And Sets In Python!
Social Media is Broken
https://imgbin.comSocial media is broken. The algorithms in this little shop of horrors have grown to seismic proportions, their demands to be fed more human data growing as they can no longer be satiated. The shopkeepers of Silicon Valley continue to lure people in for the feedings, too afraid of what they’ll lose to see that the monster is out of control.Even as conspiracy … [Read more...] about Social Media is Broken
Correlated Variables in Monte Carlo Simulations
Method 2 — Copulas with marginal distributionsIn the previous section, we looked at a multivariate normal distribution. Both chocolate and vanilla ice cream sales followed a normal distribution each and they are correlated. This made it easy to represent them in a multivariate normal distribution.Sometimes we may have 2 or more variables that come from different statistical … [Read more...] about Correlated Variables in Monte Carlo Simulations
Generate Images From Texts
Photo by Hitesh Choudhary on UnsplashIt used to be super challenging for a computer to automatically generate images based on some text descriptions. Some examples areA copybara sitting in a field at sunrise.An armchair in the shape of an avocado.The exact same teapot on the top with ‘gpt’ written on it on the bottom.Last week, Open AI shared a deep neural network, DALL*E, … [Read more...] about Generate Images From Texts