Bootstrap – Panels
This chapter will discuss about Bootstrap panels. Panel components are used when you want to put your DOM component in a box. To get a basic panel, just add class .panel to…
This chapter will discuss about Bootstrap panels. Panel components are used when you want to put your DOM component in a box. To get a basic panel, just add class .panel to…
The purpose of list group in Bootstrap. component is to render complex and customized content in lists. To get a basic list group − Add the class .list-group to element <ul>.Add class .list-group-item to…
This chapter discusses about Media object in Bootstrap. These are abstract object styles for building various types of components (like blog comments, Tweets, etc.) that feature a left-aligned or right-aligned…
This chapter discusses about Bootstrap progress bars. The purpose of progress bars is to show that assets are loading, in progress, or that there is action taking place regarding elements…
This chapter will discuss about alerts and the classes Bootstrap provides for alerts. Alerts provide a way to style messages to the user. They provide contextual feedback messages for typical…
Apache MXNet’s module API is like a FeedForward model and it is easier to compose similar to Torch module. It consists of following classes − BaseModule([logger]) It represents the base…
In this chapter, we will learn about an interface in MXNet which is termed a Symbol. Mxnet.ndarray Apache MXNet’s Symbol API is an interface for symbolic programming. Symbol API features…
This chapter deals with the autograd and initializer API in MXNet. mxnet.autograd This is MXNet’ autograd API for NDArray. It has the following class − Class: Function() It is used…
As we have already discussed in previous chapters, MXNet Gluon provides a clear, concise, and simple API for DL projects. It enables Apache MXNet to prototype, build, and train DL…
This chapter explains the ndarray library which is available in Apache MXNet. Mxnet.ndarray Apache MXNet’s NDArray library defines the core DS (data structures) for all the mathematical computations. Two fundamental…