Keras – Models

  • Post author:
  • Post category:Keras
  • Post comments:2 Comments

This topic is about Keras Models.As learned earlier, Keras model represents the actual neural network model. Keras provides a two mode to create the model, simple and easy to use Sequential…

Continue ReadingKeras – Models

Keras – Modules

  • Post author:
  • Post category:Keras
  • Post comments:1 Comment

As we learned earlier, Keras modules contains pre-defined classes, functions and variables which are useful for deep learning algorithm. Let us learn the modules provided by Keras in this chapter.…

Continue ReadingKeras – Modules

NumPy – with I/O

NumPy - with I/O. The ndarray objects can be saved to and loaded from the disk files. The IO functions available are − load() and save() functions handle /numPy binary files (with npy extension)loadtxt() and savetxt() functions handle…

Continue ReadingNumPy – with I/O