| We have moved to https://openmodeldb.info/. This new site has a tag and search system, which will make finding the right models for you much easier! If you have any questions, ask here: https://discord.gg/cpAUpDK |
Difference between revisions of "Beginners' Information"
Jump to navigation
Jump to search
(Simple port of the Github wiki page.) |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
In this page we list some resources that can be of interest for beginners, from using command line interfaces like Bash, to some neural networks basics. | In this page we list some resources that can be of interest for beginners, from using command line interfaces like Bash, to some neural networks basics. | ||
Revision as of 15:52, 12 August 2019
In this page we list some resources that can be of interest for beginners, from using command line interfaces like Bash, to some neural networks basics.
Scripts like Bash or Python scripts are used to automate actions, like creating directories in the hard drive, cropping images or running an application iteratively to all files inside a directory, among many other uses.
And introduction to bash can be found here
ESRGAN and BasicSR are neural networks written in Python. Their architecture is a type of Convolutional Neural Networks (CNN), called Generative Adversarial Neural Network (GAN). For a simple explanation of what are GANs, there's an introduction here.