Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 1.2 KB

You have to be logged in to leave a comment. Sign In

Image-Classification-FastAI.jl

In this project, we are going to use the fastai library to train on the ImageNet dataset and evaluate our ResNet model. The imagenette2-160 dataset is from the fastai dataset repository (https://course.fast.ai/datasets) that contains smaller size images of the things around us which range from animals to cars. The ResNet-18 model architecture is available at Deep Residual Learning for Image Recognition. We won't be going deep into the dataset or how model architecture works, instead, we will be focusing on how fastai.jl has made deep learning easy.

Open In Colab View in Deepnote

Edited by Author | Elements by freepik.com

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...