Looking for contributor for CNN project

Hi everyone, I’ve just completed the CNN course from the Deep Learning Specialization. Now I’m looking to build a solid project based on it.

I’m currently searching for collaborators who are interested in working together on something impactful that can attract recruiters.

If you have any ideas or would like to collaborate, I’d love to hear from you!

Hey there!

CNNs are most commonly used for things like image classification, and that can be as simple a binary classification of cat images, to more complicated topics (and I’m talking about pure CNNs with very little/no other type of neural network)

That being said, my recommendation is to find like a popular image classification dataset (MNIST, FashionMNIST, etc) and try to see what ways you could improve classification accuracy (this is just to get your hands dirty, that’s all, you could skip it if you feel like your practical skills are already strong).

After which, the ball is in your court, find a kind of project you once wished you could use or something you’re really interested in. In all likelihood, you’d need to use other kinds of Neural Networks to build it better which will be a valuable gateway to learning new things.

Good luck and Best Regards

sounds good Thanks for you guidance. I really appreciate that.