Search code examples
pythonmachine-learningneural-networkdeep-learninggenerative-adversarial-network

what is use of scipy.misc library in machine learning?


I am training a Generative adversarial network. I referred many examples and they have scipy.misc in common. I came across this website but it didn't help.

What is use of this particular library.


Solution

  • From the Website you stated:

    Miscellaneous routines (scipy.misc)

    Various utilities that don’t have another home.

    So the use is to have a place to put routines, which do not necessarily fit somewhere else. Imagine it as a drawer where one puts all the things that one does not know where to put them, but one does not want to have them laying around in order to find them easier.

    For more detail you might want to take a closer look into the routines (into your drawer), in order to explore which functionalities are covered by scipy.misc