Tutorial by Topics: n

The Sequential model is a linear stack of layers.
N-GRAMs are statistical models that predict the next word in the sentence by using the previous n-1 words. This type of statistical models that uses word sequences are also called Language Models. For instance we have a sentence "I can't read without my reading _____", we can tell that the...
Unicorn is a utility for Sitecore that solves the issue of moving templates, renderings, and other database items between Sitecore instances. This becomes problematic when developers have their own local instances - packages are error-prone and tend to be forgotten on the way to production. Unicorn ...
This section shows basic code for reading, sub-setting and writing external data files using pandas.
This section provides an overview of what xcode-ui-testing is, and why a developer might want to use it. It should also mention any large subjects within xcode-ui-testing, and link out to the related topics. Since the Documentation for xcode-ui-testing is new, you may need to create initial ver...
A user defined function in Progress ABL is a reusable program module. A function must be declared in the "main" procedure. It cannot be declared inside a procedure or inside another function. A function in Progress ABL isn't a "first class citizen" unlike in programming ...
This example shows how to change dynamically the Caption/Label of Customer Name field on Customer ScreenID AR303000 on Acumatica ERP, depending on current Customer ID selected on the same form. We could:
Small, simple csv files can be built using just a text editor. Reading and writing them, or otherwise processing their contents is done more efficiently using the products available for one's language or systems of choice.
This section provides an overview of what air is, and why a developer might want to use it. It should also mention any large subjects within air, and link out to the related topics. Since the Documentation for air is new, you may need to create initial versions of those related topics.
Rust has a built in capability to provide random number generation through the rand crate. Once part of the Rust standard library, the functionality of the rand crate was separated to allow its development to stabilize separate to the rest of the Rust project. This topic will cover how to simply add...
The Ada standard library provides for I/O of traditional files of text or binary data, as well as I/O of streamed files. Files of binary data will be sequences of values of a type, while stream files can be sequences of values of possibly different types. To read and write elements of different ...
The Angular UI Bootstrap gives you access to all the standard bootstrap icons in your AngularJS application. In the world of bootstrap these icons are normally referred to as glyphicons. Using these glyphicons wisely can quickly give your app a more polished look and can be a great way to dip your t...
This is an explanation of a common pattern and generally considered best practice that you may see in AngularJS code.
Now you can define Continuous Integration and Continuous Delivery (CI/CD) process as code with Jenkins 2.0 for your projects in iOS 10. Activities like to build, test, code coverage, check style, reports, and notifications can be described in only one file. To read the complete article go to Pipeli...
In Progress ABL there are two types of strings, those defined as CHARACTER and those defined as LONGCHAR. A file larger than 32K in length is a LONGCHAR. Most strings are unless specified any other way case insensitive. Remember - all positions start with the position 1!
Completes the introduction to stores and folders started in part 2 of this tutorial Expected prior knowledge: You have studied part 2 of this tutorial or are already familiar with its contents.
Google appscript runs well as a stand alone platform and in the addon format for Google docs, sheets and forms. However, there are times when a client browser may need to call to a Google app to perform some action. Therefore, Google introduced client side requests to Google apps-scripts. To solve ...
First part of an introduction to stores and the folders they contain. Contains macros to display (1) the names of accessible stores and (2) the names of accessible stores and the top level folders within them.
Gaining access to Outlook's Visual Basic Editor, inserting your first module and renaming that module. Expected prior knowledge: You are an Outlook user. With Outlook 2003, you can immediately select the Visual Basic Editor. With later versions, you must add the Developer tab before you can select...

Page 262 of 329