|
You are here |
typesandtimes.net | ||
| | | | |
techblog.thescore.com
|
|
| | | | | Datetimes in Python can either be Naive or Aware. A naive datetime is a datetime that is unaware which timezone it is in. It could be in UTC, it could be in US/Eastern, but it doesn't know. All it knows is which date and time that it has. | |
| | | | |
doughellmann.com
|
|
| | | | | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking. | |
| | | | |
blog.ganssle.io
|
|
| | | | | An example of how daylight saving time interacting with Python's datetime comparison model can lead to an absurd result. | |
| | | | |
blog.otoro.net
|
|
| | | [AI summary] This text discusses the development of a system for generating large images from latent vectors, combining Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). It explores the use of Conditional Perceptual Neural Networks (CPPNs) to create images with specific characteristics, such as style and orientation, by manipulating latent vectors. The text also covers the ability to perform arithmetic on latent vectors to generate new images and the potential for creating animations by transitioning between different latent states. The author suggests future research directions, including training on more complex datasets and exploring alternative training objectives beyond Maximum Likelihood. | ||