Share your work here ✅

I’ve tried out SimCLR, and it seems to be a good direction to go with self-supervised learning.
Pre-training on ImageNet with SimCLR for 50 epochs and then fine-tune on ImageNette gives us 92% accuracy on the validation, whereas starting from random weights gives 79%. Starting from pre-trained weights on supervised ImageNet gives 95.5%.

I think that the first layer filters the model came up with is just mesmerizing:

7 Likes

I’ve trained a model on MNIST 14x14 downscaled images.
This model knows the structure of numbers on this scale.
The original 28x28 images have the same structure but just having twice the size.
If we adjust the first layer’s scale accordingly, we can use this network directly on 28x28 pictures without any fine-tuning. It is just adjusting the first layer’s dilation and stride to be twice it’s original value and we’re done, we have the same accuracy as we had on 14x14 pictures.

Or we can have first layer filters twice the size as was before and having weights of the 14x14 model’s first layer’s weights resized as if they were images.
This gives a slight accuracy drop, but training for just a little bit with a learning rate of 1e-100!!, we have back our accuracy.

Don’t take a look at my notebook for details.

Nice work.

I was trying to use your repositorry to make my own image classifier.

I am geting this error when I try to download the images from google:

"Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0"

Do you have any advice?

Tank you.

Just wanted to say thanks so much for the fastai course, it was a brilliant introduction and way to get started!

I’ve been using what I learned on this course and others to explore generative algorithms. Here are some of the pictures I’ve generated so far using style transfer

I wrote a blog piece describing the process for anyone that’s interested

More recently I’ve been exploring semantic segmentation of point clouds in architectural models, which has proved trickier than I initially thought :rofl:

Thanks again

1 Like

Hi everyone,
as you knew, WHO suggests washing hands and not touching face would protect citizens from coronavirus infection
but not touching your face is easier said than done! you can check out this video for example. :roll_eyes:

so based on Lesson 1,2 we built a face touching classifier,
Touching your face is bad for ya!

When you touch your face, a warning sound will be played. That’s it.

you can check our demo here.

source code

2 Likes

I have just released an implementation of gaussian process compatible with the fastai tabular API:

See here for a topic on the subject where I detail the pros of the algorithm.

3 Likes

Do checkout my experience in participating in Bengali AI competition here.

Training Notebook

Inference Notebook

1 Like

Hi everyone,

I’m the creator of SeeMe.ai, an AI marketplace (currently in beta).

We focus on letting you train, use and share AI models with your friends and the rest of the world. We have been a fan of fast.ai since its early days, and are happy to contribute to this wonderful community.

Once you have trained your model, you can easily deploy it and use it on the web, mobile, our Python SDK or via the API. After testing, you can share it with others so they can use your model.

We have just created a fastai v1 quick guide for you, that helps you get up and running and we would love for you to try it out and get your feedback!

All the best and stay safe.

Thanks!

4 Likes

Hi there @sabou.teodor .

Sorry, not quite sure what that would imply. Do you have an actual error trace when this happens?

C

Thank you for the answer. I´ve found another jawa script that worked for me just fine. The original one was generating an empty txt file in Chrome after searching the images.

Teodor

Hi everyone,

I wrote an article on Medium on how to deploy your machine learning model on AWS, using Cortex. In the example I used the first course of Part I (2019), and deployed a pets classifier as a web service. Dig in and tell me what you think!

2 Likes

Predicting the origin of an ancient, ceramic artifact

Covid-19 has been depressing for a data guy like me. Always thinking about stats, but these ones suck. Trying to keep my mind off things, I finished up a passion project of mine: IndAIna. I love how I can combine my love for history with data science. Check out the link and stay safe, y’all! :cowboy_hat_face: https://bit.ly/2UlJfmv


https://www.linkedin.com/pulse/belongs-musaim-discovering-artifacts-origin-using-deep-eerdmans/

4 Likes

Hi everyone.

Its been a while, but I have managed to finally get round to training a model using DeOldify to re-colour Anime sketches. Got some amazing results so far!


If you would like to try it out, try here!
https://colab.research.google.com/github/Dakini/AnimeColorDeOldify/blob/master/ImageColorizerColab.ipynb

9 Likes

I’ve been following your results on twitter very closely and I absolutely love this. Fantastic work!

2 Likes

Thank you! That means alot to me :smile:

That’s great!

1 Like

@dpoulopoulos it’s very very interesting!
Thanks for sharing it!

1 Like

COVID-19 Early symptom detector

A little late to the 2019 course party, but I guess better late than never.

If you think you may have coronavirus, here’s an app that tells you how many days you should wait before you seek medical attention.

https://covid19-app-272409.appspot.com/

PLEASE NOTE: Do not take this app seriously, the dataset is an ‘EDUCATIONAL USE ONLY’ dataset(github repo here)

I wrote a blogpost exploring the limitations of this dataset on my custom blog inspired by fastai’s fast_template

Thank you fastai community

Coming from a non-development background, last few months have been an extremely frustrating experience. I learned about version control by accidentally wiping out 3 months worth of work and observed the perils of rm -rf after virtually destroying my machine.


But going through the fastai forums and seeing people share amazing projects and positive messages kept me going.
If nothing else, this course made me have a newfound respect for software developers. Cheers guys!

2 Likes

Here is my result from your app, so I think I am ok:

Please wait for 5 days before you see a medical professional

1 Like

That is really cool. This is not something I had thought about!