Tutorial by Topics: as

This post is for those who were having trouble installing Spark in their windows machine. Mostly using sparkR function for R session. Used reference from r-bloggers
Machine learning problems often require dealing with large quantities of training data with limited computing resources, particularly memory. It is not always possible to load an entire training set into memory. Fortunately, this can be dealt with through the use of Keras' fit_generator method, Pyth...
Spatiotemporal data, or data with spatial and temporal qualities, are a common occurrence. Examples include videos, as well as sequences of image-like data, such as spectrograms. Convolutional Neural Networks (CNNs) are particularly suited for finding spatial patterns. Recurrent Neural Networks (RN...
The standard Maven plugin used by a Release Process is the maven-release-plugin – the configuration for this plugin is minimal: SCM in the Maven pom:The Release process will interact with the Source Control of the project – this means we need to define the "scm" element in our pom.xml.The...
This topic is about serial communication using the Universal Asynchronous Receiver/Transmitter (UART) peripheral of the STM32 microcontrollers.
Android requires that all APKs be signed for release.
This section provides an overview of what python-asyncio is, and why a developer might want to use it. It should also mention any large subjects within python-asyncio, and link out to the related topics. Since the Documentation for python-asyncio is new, you may need to create initial versions ...
Creating a simple, decorative block with Forge is one of the first tasks an aspiring modder will have to learn. How to do that has changed over the various versions of Minecraft and is probably at a "moderate" difficulty post 1.7.10 due to the sheer number of easy to make mistakes. ...
Since Mockito 2.x we have the ability to mock final classes and methods.
Anonymous classes are useful when simple, one-off objects need to be created. They can be used in place of a full class definition. They can everything a normal class can: pass arguments through to their constructors, extend other classes, implement interfaces, use traits. Anonymous classes are as...
Am new to Mule and wanted to share how to connect to Database and retrieve Values.
Creating a simple item with Forge is one of the first tasks an aspiring modder will have to learn. How to do that has changed over the various versions of Minecraft and is probably at a "moderate" difficulty post 1.7.10 due to the sheer number of easy to make mistakes, particularly with ma...
Adding an image file (preferable a png) to your game as an "Image" object in Phaser. game.load.image( name:string, file:string,); game.add.image( x:number, y:number, name:string); An Image object is a good choice for things in your game that don't use frame animations and...

Page 35 of 40