Petaminds Updates We have some updates for you. Finally, we have completed migrating our website to GG Cloud. Woohoo!!! Current desktop version performanceCurent mobile version performance Improving readability and stability is what we aimed for when moving to this new platform. As shown in the figures, the website improved 30%+ compared to the last update a few months ago. Previous destop...
Petaminds are living on Cloud
Smooth nature snake – game redev with Kotlin (part 3)
In part 2, I introduced how to make the serpentine movement. We continue this article by covering the turning mechanism for the snake. Challenges in turning animation Fig 2: Classic snake game design with blocks and grids As we want our snake looks as smooth as possible, the two challenges are: Firstly, the head should slowly change to the target direction rather than a sudden turn. As the head...
New TensorFlow 2.0 vs 1.X – Quick note
TensorFlow 2.0 is out! Get hands-on practice at TF World, Oct 28-31. TensorFlow Ads Since the TF2.0 API reference lists have already been made publicly available, TF2.0 is still in RC.2 version. It is expected that the final release will be made available in the next few days (or weeks). What’s new in TF2.0: The obvious different – The version. In Colab, you can force using 2.0 by:...
Save, restore, visualise Graph with TensorFlow v2.0 & KERAS
TensorFlow 2.0 is coming really soon. Therefore, we quickly show some useful features, i.e., save and load a pre-trained model, with v.2 syntax. To make it more intuitive, we will also visualise the graph of the neural network model. Benefits of saving a model Quick answer: to save time, easy-share, and fast deploy. A SavedModel contains a complete TensorFlow program, including weights and...
A.I in agriculture – Fruit Grading with Keras (part 2)
In part 1, we introduced fruit classification with pure python implementation. In this part, we will use the Keras library instead. What is Keras Keras is an open-sourceneural-network library written in Python. It is capable of running on top of TensorFlow, Microsoft Cognitive Toolkit, Theano, or PlaidML. Designed to enable fast experimentation...
