RMRobert Mawusi Kpodoinmawusikpodo.hashnode.dev·May 30, 2024 · 6 min readSome Deep Learning and Neural Networks KeywordsWhat is Overfitting? When the training data contains information about the regularities in the mapping from input to output, but it also contains sampling error How to Prevent Overfitting? Approach 1: Get more data Approach 2: Use a model that has ...00
RMRobert Mawusi Kpodoinmawusikpodo.hashnode.dev·May 30, 2024 · 2 min readSome Information Systems Security TerminologiesCybersecurity: The protection of information that is stored, transmitted, and processed in a networked system of computers, other digital devices, and network devices and transmission lines, including the Internet. Protection encompasses confidential...00
RMRobert Mawusi Kpodoinmawusikpodo.hashnode.dev·May 18, 2024 · 6 min readSystem ModelsDistributed system models describe how distributed systems are structured and organized to achieve the goals of performance, reliability, scalability, and manageability. Here are the key distributed system models: 1. Physical Models Types of computer...00
RMRobert Mawusi Kpodoinmawusikpodo.hashnode.dev·Oct 14, 2023 · 3 min readWhat happens when you type google.com in your browser and press EnterDNS request When you’ve typed google.com into your browser and pressed enter, the browser needs to figure out which server on the Internet to connect to. To do that, it needs to look up the IP address of the server hosting the website using the domai...00
RMRobert Mawusi Kpodoinmawusikpodo.hashnode.dev·Jul 1, 2023 · 1 min readHow to install custom fonts in your react native applicationSearch for the desired font. You can find some at fonts.google.com Download the package and install it on your local machine Create an assets folder in the root of your React native application Create a fonts folder inside the assets folder and mo...00