Monday, August 3, 2020

PSF GSoC students blogs: Phase 3 - Weekly Check-in 10

End of Week 9  - 03/08/2020


What did you do this week?

This week, I planned on how DFFML will be able to provide a way that will make it very easy to work with Deep Neural Networks. I will be having further discussions with the mentors regarding how we can add support for connecting neural networks and make advanced and intricate architectures. 

What is coming up next?

Next, I will working be on Custom Neural Networks mainly focused on Computer Vision based experiments and examples!

Did you get stuck anywhere?

No, this week was mostly planning for the project ahead.


Thank you for reading!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...