I dette blogginnlegget vil jeg dele en kul idé jeg hadde nylig.
1 På norsk
Hei alle sammen!
Jeg heter Nikola og bor i Novi Sad. Jeg prøver å lære norsk på egenhånd siden i fjor. Det finnes mange kule … Read the rest
I dette blogginnlegget vil jeg dele en kul idé jeg hadde nylig.
Hei alle sammen!
Jeg heter Nikola og bor i Novi Sad. Jeg prøver å lære norsk på egenhånd siden i fjor. Det finnes mange kule … Read the rest
In this article we will take a look at how to implement a “slot-based” save system in a Unity project in the way I did it for my currently developed game SODHARA. A “slot-based” system has been around for … Read the rest
Unlike database tables which are used for long term data storage, the internal tables are temporary tables created and used during the program execution, being deleted prior to the program being terminated. They are used for storing the dynamic data … Read the rest
There exist three types of SAP database tables: transparent tables, pool tables and cluster tables.
Transparent tables are of the same structure both in dictionary as well as in the database itself, i.e. they both contain exactly the … Read the rest
A RESTful (or REST for short) API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which … Read the rest
Mylyn is a task management system that is integrated in the Eclipse tooling. As a tool it is highly recommended for the purpose of automatic organisation of Eclipse ADT workspace.
Install the plugin via Eclipse Marketplace: input “mylyn” … Read the rest
Following the lowest geographical point in the adventure visited in Chapter V the penultimate section of the game features the great Assembly Hall of K’nossos as well as one of the lavish mansions situated in the living quarters of the … Read the rest
As I sat down to write this update I checked the date – (almost) 23 August, which makes it three months to date since the last major update. That also makes this batch of assets the one we produced the … Read the rest
Training a neural network from scratch is unnecessary in a situation when pretrained models are readily available. This notebook showcases loading a pretrained model directly from pytorch.models subpackage, its subsequent re-training for the specific problem at hand, a method used … Read the rest
Following the initial image classifier built using the feed-forward architecture the convolution neural networks are the next step on the quest of surpassing human-level accuracy. In essence, the nodes making up the layers of CNNs are not fully connected … Read the rest