© 2023 Hashnode
#keras
Merged PR: #11794 : Typo Correction in ivy doc Deep-Dive #11670 : Typo Correction in ivy doc #1243 : Typo Correction in keras-io doc #1243 :Closed frontend function Integer implementation issue #12032 : iscomplexobj() implementation #12058 …
Python is a popular programming language used in data science, and one of the reasons for its popularity is the vast array of libraries available. These libraries provide pre-built functions and tools…
Keras is a high-level neural networks API that provides an easy-to-use interface for building and training deep learning models. It is built on top of other popular deep learning frameworks, such as T…
Introduction Loss Functions in deep learning (or machine learning) problems play a very important role to determine how well is your model or algorithm doing in terms of predicting the expected outcom…
What is Fine-Tuning According to wikipedia 😅, "fine-tuning is the process in which parameters of a model must be adjusted very precisely to fit with certain observations." I'm not sure if the above t…
Introduction Transfer learning is used in machine learning and is a method in which already-trained or pre-trained neural networks are present and these pre-trained neural networks are trained using m…
"It’s fun and powerful, it feels like playing with LEGO bricks."- François Chollet (The Creator of Keras) Ketika mulai mendalami Deep Learning, kita biasanya memulai dengan membuat model sekuensial. …
The convolutional Neural Network architecture is central to deep learning and it is what makes possible a range of applications for computer vision, from analyzing security footage and medical imaging to enabling the automation of vehicles …