> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/intermediate-machine-learning/week-4.md).

# Week 4 - Convolutional Neural Networks

CNNs

## Course session

**Kaggle - Our first challenge: Paddy**

{% embed url="<https://www.kaggle.com/competitions/paddy-disease-classification/overview>" %}

Exploratory Data Analysis(EDA) for Paddy Disease Classification

{% embed url="<https://www.kaggle.com/code/henrikho/opencampus-paddy-eda>" %}

**Solutions exercise CNN**

Presentation from the participants of the CNN assignment from Coursera

**Walk-through**

PyTorchLightning

PyTorch 303 (Lab 03)

{% embed url="<https://colab.research.google.com/drive/1v1Ts2kC91coyZHJYicjBw7EwS5C9lD9q?usp=sharing>" %}

## To-do

😊

Go for your own through the Colab Notebook above (PyTorch303) and try to understand and repeat the steps for your own.

Watch the videos on the next page

Go through the following notebooks and complete the second one (assignment notebook):

{% embed url="<https://colab.research.google.com/drive/171cV9ugdH1tki0-CCXJ6YQqoxHkjvFgs?usp=sharing>" %}
First notebook
{% endembed %}

{% embed url="<https://colab.research.google.com/drive/1FHLzt6z6A9CpQ1Gj69JeafjhRNP5ji1m?usp=sharing>" %}
Assignment notebook
{% endembed %}

Please register at kaggle.com and join the competition. Go through the Exploratory Data Analysis Notebook session and **create your own EDA**. Here is the link to the competiton:

{% embed url="<https://www.kaggle.com/competitions/paddy-disease-classification/overview>" %}

The main objective of this Kaggle competition is to develop a machine or deep learning-based model to classify the given paddy leaf images accurately. A training dataset of 10,407 (75%) labeled images across ten classes (nine disease categories and normal leaf) is provided. Moreover, the competition host also provides additional metadata for each image, such as the paddy variety and age. Your task is to classify each paddy image in the given test dataset of 3,469 (25%) images into one of the nine disease categories or a normal leaf.

So that is where we will be heading in the next sessions, trying different tools and techniques to tackle this challenge.

Here again my EDA Notebook:

{% embed url="<https://www.kaggle.com/code/henrikho/opencampus-paddy-eda>" %}

😊😊

😊😊😊


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/intermediate-machine-learning/week-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
