Original Source Here How Neural Network Works Now that we know what neural network is, we will see the common terms used in neural network as we progress through this article. Neuron/node: a node in a neural network which contains a value, usually a real number from 0 to 1Layer: a set of neurons. AContinue reading “Neural Network in a nutshell”
Tag Archives: Machine Learning
Optical Character Recognition (OCR)
Original Source Here Apa itu Optical Character Recognition (OCR)? Continue reading on Medium » AI/ML Trending AI/ML Article Identified & Digested via Granola by Ramsey Elbasheer; a Machine-Driven RSS Bot
How to Give a Good Students Seminar Presentation
Original Source Here How to Give a Good Students Seminar Presentation During the last two semesters, I have been TA-ing the student seminar on Computer Vision and Deep Learning in our department. This includes guiding students on making their talks better. Many of the presentations, and frankly also my early presentations, suffered from similar drawbacksContinue reading “How to Give a Good Students Seminar Presentation”
The Sequence Scope: AI Incumbents and Their Favorite ML Frameworks
Original Source Here The Sequence Scope: AI Incumbents and Their Favorite ML Frameworks Weekly newsletter with over 80,000 subscribers that discusses impactful ML research papers, cool tech releases, the money in AI, and real-life implementations. 📝 Editorial: AI Incumbents and Their Favorite ML Frameworks Traditionally, open-source innovation in technology markets is targeted to challenge theContinue reading “The Sequence Scope: AI Incumbents and Their Favorite ML Frameworks”
Apa itu Data Science, Machine Learning, dan Artificial Intelligence?
Original Source Here Apa itu Data Science? Sumber : https://dibimbing.id/data-science-bootcamp/ Data science adalah suatu bidang keilmuan yang membahas mengenai bagaimana memproses suatu data menggunakan tools, aplikasi, prinsip, serta algoritma tertentu untuk memahami sekumpulan data. Tujuan utama dari Data Science adalah memperoleh informasi atau pengetahuan dari sekumpulan data terstruktur maupun tidak terstruktur. Data science sendiri lebihContinue reading “Apa itu Data Science, Machine Learning, dan Artificial Intelligence?”
Apa itu Artificial Intelligence (AI)?
Original Source Here Kok bisa sih AI berpikir seperti manusia? Emang gimana caranya? Pada intinya, AI harus “belajar” sebelum ia bisa mensimulasikan kecerdasan atau perilaku manusia. Terus, gimana cara AI “belajar”? Ada beberapa metode belajar yang bisa diimplementasikan pada AI. Di antaranya adalah metode supervised, metode semi-supervised, metode unsupervised, dan metode reinforcement. Pada metode supervised,Continue reading “Apa itu Artificial Intelligence (AI)?”
Confusion Matrix And its Role in Cyber Security
Original Source Here Confusion Matrix And its Role in Cyber Security This is how a confusion matrix looks like A confusion matrix is a performance measurement for machine learning classification problem where output can be two or more classes. It is a table with 4 different combinations of predicted and actual values. This matrix isContinue reading “Confusion Matrix And its Role in Cyber Security”
Understanding Deep Learning
Original Source Here How does it works? After we know about deep learning, the next thing is trying to understand how deep learning works. First, we are going to take a look at neural network example. An example of Neural Network The neural network consist of three parts, Input Layer, Hidden Layers, and Output Layer.Continue reading “Understanding Deep Learning”
Understanding Deep Learning
Original Source Here How does it works? After we know about deep learning, the next thing is trying to understand how deep learning works. First, we are going to take a look at neural network example. An example of Neural Network The neural network consist of three parts, Input Layer, Hidden Layers, and Output Layer.Continue reading “Understanding Deep Learning”
Confusion Matrix — Is it that confusing ???
Original Source Here Confusion Matrix — Is it that confusing ??? So firstly , what actually is a confusion matrix ? Well , google says : A confusion matrix is a table that is often used to describe the performance of a classification model (or “classifier”) on a set of test data for which theContinue reading “Confusion Matrix — Is it that confusing ???”