Tag Archives: supervised learning

Image classification using LightGBM: An example in Python using CIFAR10 Dataset

Image classification using LightGBM: An example in Python using CIFAR10 Dataset     Image classification is a task of assigning a label to an image based on its visual content. It is a fundamental problem in the field of computer vision and has many practical applications, such as self-driving cars and image search engines. One …

Image classification using GradientBoost: An example in Python using CIFAR10 Dataset

Image classification using GradientBoost: An example in Python using CIFAR10 Dataset     Image classification is a task of assigning a label to an image based on its visual content. It is a fundamental problem in the field of computer vision and has many practical applications, such as self-driving cars and image search engines. One …

How to setup a Deep Learning Model in Keras

    Deep learning is a type of machine learning that uses neural networks with multiple layers, called deep neural networks, to analyze and understand complex data, such as images, speech, and text. In this essay, we will be discussing how to set up a deep learning model using Keras, a popular open-source library for …

Learn By Example | How to add a dropout layer to a Deep Learning Model in Keras?

Learn By Example | How to add a dropout layer to a Deep Learning Model in Keras?     Deep learning models are complex algorithms that can be used to solve a variety of tasks, such as image recognition, natural language processing, and more. However, these models can sometimes “memorize” the training data too well, …

Learn By Example | How to setup a Deep Learning Model in Keras?

Learn By Example | How to setup a Deep Learning Model in Keras?   Deep learning is a branch of machine learning that uses neural networks to create models that can automatically learn from data. Keras is a popular open-source library for deep learning in Python, which provides a simple and user-friendly interface to create …

Applied Data Science Coding | Forecasting in Python | CNN model | Air Quality Dataset | Deep Learning

Applied Data Science Coding | Forecasting in Python | CNN model | Air Quality Dataset | Deep Learning     Data science is a field that uses various techniques to extract insights and knowledge from data. One important aspect of data science is forecasting, which involves using historical data to predict future events. Python is …

Applied Data Science Coding | Forecasting in Python | SARIMAX model | Air Quality Dataset

Applied Data Science Coding | Forecasting in Python | SARIMAX model | Air Quality Dataset   Data science is a field that uses various techniques to extract insights and knowledge from data. One important aspect of data science is forecasting, which involves using historical data to predict future events. Python is a popular programming language …

Applied Data Science Coding | Forecasting in Python | Holt Winters model | Air Quality Dataset

Applied Data Science Coding | Forecasting in Python | Holt Winters model | Air Quality Dataset   Applied Data Science Coding is the process of using programming languages and tools to analyze and extract insights from data. In this example, we will focus on forecasting, which is the process of making predictions about future events …

Applied Machine Learning Coding in R | CARET package | QDA in R | IRIS Dataset

Applied Machine Learning Coding in R | CARET package | QDA in R | IRIS Dataset   R is a programming language that is widely used for data analysis and statistical computing. It has a large ecosystem of libraries and packages that provide a wide range of machine learning algorithms and tools. One of these …

Applied Machine Learning Coding | TuriCreate in Python | IRIS Dataset

In this Applied Machine Learning & Data Science Recipe (Jupyter Notebook), the reader will find the practical use of applied machine learning and data science in Python programming: TuriCreate in Python.     Personal Career & Learning Guide for Data Analyst, Data Engineer and Data Scientist Applied Machine Learning & Data Science Projects and Coding …