Tuesday, February 23, 2021

How To Manage a Deep Reinforcement Learning Research Team Part 2: Fractal Nature of Creative Work

In part one, we discussed the importance of focusing on a well-defined project. In this article, we’re diving even deeper, because we’re going to talk about the fractal nature of creative work, or why it’s hard to do meaningful work when your projects are built from sub-projects, which are built from sub-sub-projects, that are built […]

The post How To Manage a Deep Reinforcement Learning Research Team Part 2: Fractal Nature of Creative Work appeared first on neptune.ai.



from Planet SciPy
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...