{"id":28,"date":"2024-12-20T19:44:04","date_gmt":"2024-12-20T19:44:04","guid":{"rendered":"https:\/\/323.santiago.bz\/?page_id=28"},"modified":"2026-01-14T20:14:25","modified_gmt":"2026-01-14T20:14:25","slug":"resources","status":"publish","type":"page","link":"https:\/\/323.santiago.bz\/?page_id=28","title":{"rendered":"RESOURCES"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>HUGGING FACE<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/huggingface.co\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/huggingface.co<\/a><\/p>\n\n\n\n<p>Hugging Face is a central hub for all things related to Natural Language Processing (NLP) and, increasingly, other areas of machine learning like computer vision and audio processing. It&#8217;s become an incredibly popular platform for developers, researchers, and enthusiasts in the AI field. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>RESEARCH TOOLS<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/www.semanticscholar.org\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.semanticscholar.org<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.keenious.com\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.keenious.com<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/jenni.ai\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/jenni.ai<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/utopia.ut.edu\/AI\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/utopia.ut.edu\/AI<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>CPU VS GPU<\/strong><\/h2>\n\n\n\n<p><strong>CPU (Central Processing Unit)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Role:<\/strong> The CPU is the &#8220;brain&#8221; of the computer. It handles the majority of the processing tasks, including running the operating system, executing applications, and managing input\/output operations. &nbsp;<\/li>\n\n\n\n<li><strong>Architecture:<\/strong> CPUs are designed for general-purpose computing. They have a few powerful cores that can execute instructions quickly and efficiently. They are optimized for sequential processing, meaning they handle tasks one after another in a linear fashion. &nbsp;<\/li>\n\n\n\n<li><strong>Strengths:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Excellent at handling complex logic and decision-making.<\/li>\n\n\n\n<li>Fast execution of individual instructions.<\/li>\n\n\n\n<li>Good at multitasking different types of tasks. &nbsp;<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>GPU (Graphics Processing Unit)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Role:<\/strong> The GPU is specialized in handling graphics rendering and parallel processing. It&#8217;s designed to accelerate the creation of images, videos, and other visual content. &nbsp;<\/li>\n\n\n\n<li><strong>Architecture:<\/strong> GPUs have a massively parallel architecture with thousands of smaller cores. They are optimized for performing the same operation on multiple pieces of data simultaneously. &nbsp;<\/li>\n\n\n\n<li><strong>Strengths:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Highly efficient at performing repetitive calculations on large datasets. &nbsp;<\/li>\n\n\n\n<li>Excellent at handling parallel tasks, such as rendering graphics, processing images, and running simulations. &nbsp;<\/li>\n\n\n\n<li>Crucial for tasks like gaming, video editing, 3D modeling, and machine learning. &nbsp;<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>Key Differences Summarized<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Feature<\/th><th>CPU<\/th><th>GPU<\/th><\/tr><tr><td><strong>Primary Role<\/strong><\/td><td>General-purpose processing<\/td><td>Graphics rendering and parallel processing<\/td><\/tr><tr><td><strong>Architecture<\/strong><\/td><td>Few powerful cores, optimized for serial processing<\/td><td>Many smaller cores, optimized for parallel processing<\/td><\/tr><tr><td><strong>Strengths<\/strong><\/td><td>Complex logic, fast instruction execution, multitasking<\/td><td>Repetitive calculations, parallel tasks, graphics rendering<\/td><\/tr><tr><td><strong>Use Cases<\/strong><\/td><td>Operating system, applications, general computing<\/td><td>Gaming, video editing, 3D modeling, machine learning<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Imagine a CPU as a skilled chef who can prepare a complex meal with many different dishes, handling each step with precision. A GPU is like an army of kitchen helpers who can efficiently chop vegetables, peel potatoes, and perform other repetitive tasks in parallel, allowing the chef to focus on the more complex aspects of the meal.<sup><\/sup><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>NEURAL NETWORKS<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/aws.amazon.com\/what-is\/neural-network\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/aws.amazon.com\/what-is\/neural-network<\/a><\/p>\n\n\n\n<p><strong>1. Neurons and Nodes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Biological Neurons:<\/strong> The human brain is made up of billions of interconnected neurons. Each neuron receives signals from other neurons through connections called synapses, processes those signals, and then transmits its own signal to other neurons. &nbsp;<\/li>\n\n\n\n<li><strong>Artificial Nodes:<\/strong> Neural networks mimic this with artificial &#8220;neurons&#8221; called nodes. These nodes receive input, perform a simple computation, and pass the result to other nodes. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Connections and Weights:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Synapses:<\/strong> In the brain, the strength of the connection between neurons (synapses) determines how much influence one neuron has on another. Learning and memory are associated with changes in the strength of these connections. &nbsp;<\/li>\n\n\n\n<li><strong>Weights:<\/strong> Neural networks represent connection strength with numerical values called &#8220;weights.&#8221; During training, the network adjusts these weights to learn the desired mapping between inputs and outputs. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Layers and Networks:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Neural Networks:<\/strong> Neurons in the brain are organized into complex networks with different layers and specialized regions. &nbsp;<\/li>\n\n\n\n<li><strong>Artificial Neural Networks:<\/strong> Similarly, artificial neural networks are structured in layers. Input is received by the input layer, processed through one or more hidden layers, and the result is produced by the output layer. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>4. Signal Transmission and Activation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Action Potentials:<\/strong> Neurons communicate by sending electrical signals called action potentials. Whether a neuron &#8220;fires&#8221; and sends a signal depends on the combined strength of the signals it receives. &nbsp;<\/li>\n\n\n\n<li><strong>Activation Functions:<\/strong> In neural networks, each node has an &#8220;activation function&#8221; that determines whether it will pass its result to the next layer. This function introduces non-linearity, which is crucial for the network to learn complex patterns. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>5. Learning and Adaptation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Synaptic Plasticity:<\/strong> The brain&#8217;s ability to change the strength of connections between neurons in response to experience is called synaptic plasticity. This is the biological basis of learning.<\/li>\n\n\n\n<li><strong>Training Algorithms:<\/strong> Neural networks learn through training algorithms that adjust the weights of connections based on the difference between the network&#8217;s output and the desired output. This process is analogous to how the brain learns from experience. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>Important Considerations:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simplified Model:<\/strong> It&#8217;s crucial to remember that artificial neural networks are a highly simplified model of the human brain. The brain is vastly more complex and nuanced.<\/li>\n\n\n\n<li><strong>Different Mechanisms:<\/strong> While inspired by the brain, neural networks use different mechanisms for computation and learning. For example, they typically rely on backpropagation for training, which is not believed to be how the brain learns.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>STUDY<\/strong><\/h2>\n\n\n\n<p><strong>VEO<\/strong>: <a href=\"https:\/\/blog.google\/technology\/google-labs\/video-image-generation-update-december-2024\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/blog.google\/technology\/google-labs\/video-image-generation-update-december-2024<\/a><\/p>\n\n\n\n<p><strong>Generative AI<\/strong>: <a href=\"https:\/\/www.sequoiacap.com\/article\/generative-ai-a-creative-new-world\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.sequoiacap.com\/article\/generative-ai-a-creative-new-world\/<\/a><\/p>\n\n\n\n<p><strong>Sam Altman Interview<\/strong>: <a href=\"https:\/\/www.bloomberg.com\/features\/2025-sam-altman-interview\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.bloomberg.com\/features\/2025-sam-altman-interview\/<\/a><\/p>\n\n\n\n<p><strong>ADOBE CREATIVE TOOLS<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/www.youtube.com\/@AdobeCreativeCloud\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.youtube.com\/@AdobeCreativeCloud<\/a><\/p>\n\n\n\n<p><strong>Google Deepmind<\/strong><br><a href=\"https:\/\/deepmind.google\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/deepmind.google\/<\/a><\/p>\n\n\n\n<p><strong>Google Gemini<\/strong><br><br>An AI Tool for Exploration and Learning Gemini is an advanced artificial intelligence designed to assist users in exploring various topics and expanding their knowledge. As a large language model, Gemini can process information and respond to questions in a comprehensive and informative way. Users can ask Gemini about a wide range of subjects, from history and science to literature and current events. Additionally, Gemini can generate creative content, translate languages, and summarize complex texts. While still under development, Gemini offers a unique opportunity to interact with AI and discover new perspectives on the world around us.<br><br><a title=\"\" href=\"https:\/\/aistudio.google.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/aistudio.google.com\/<\/a><\/p>\n\n\n\n<p><strong>Adobe Firefly<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/firefly.adobe.com\">https:\/\/firefly.adobe.com<\/a><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Learn How to Use Adobe Firefly | 5 Minute Tutorial | Adobe Creative Cloud\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/lt4k9lVnS1Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"How to Use Adobe Firefly\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/iDf6m4xct4A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Adobe Firefly Tutorial. BEST AI UI YET!\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/ifnAjKiMVaU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>How to use FIREFLY<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"How to use Adobe Firefly Text Effects (Adobe Firefly Tutorial)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/xFuHmOu3K6M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><strong>ChatGPT&nbsp;<\/strong><br><a href=\"https:\/\/openai.com\/blog\/chatgpt\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/openai.com\/blog\/chatgpt\/<\/a><br><a href=\"https:\/\/chat.openai.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/chat.openai.com<\/a><\/p>\n\n\n\n<p><strong>RUNWAY ML Tutorial<\/strong><br><a href=\"https:\/\/academy.runwayml.com\/\">https:\/\/academy.runwayml.com\/<\/a><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"RunwayML - Tutorial for Beginners in 12 MINUTES !  [ FULL GUIDE ]\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/jp2iLYH_dOY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>MIDJOURNEY<\/strong> &#8211; Steps<br><br><strong>Discord<\/strong>&nbsp;&gt;&nbsp;<a href=\"https:\/\/discord.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/discord.com\/<\/a><\/p>\n\n\n\n<p><strong>Instructions<\/strong>:&nbsp;<a href=\"https:\/\/midjourney.gitbook.io\/docs\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/midjourney.gitbook.io\/docs<\/a><br><br><strong>DISCORD INSTRUCTIONS<\/strong>&nbsp;&gt;&nbsp;<a href=\"https:\/\/support.discord.com\/hc\/en-us\/articles\/360033931551-Getting-Started\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/support.discord.com\/hc\/en-us\/articles\/360033931551-Getting-Started<\/a><br><br><strong>MIDJOURNEY<\/strong>&nbsp;&gt;&nbsp;<a href=\"https:\/\/midjourney.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/midjourney.com\/<\/a><\/p>\n\n\n\n<p>You can generate your prompts via ChatGPT &gt;&nbsp;<a href=\"https:\/\/chat.openai.com\/chat\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/chat.openai.com\/chat<\/a><\/p>\n\n\n\n<p><strong>Q: How do I upload or use an image from my hard-drive for an image prompt?<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Drag an image into Discord.<\/li>\n\n\n\n<li>Press enter to send it in the chat.<\/li>\n\n\n\n<li>Click the image in discord so that it\u2019s fullscreen.<\/li>\n\n\n\n<li>Right click it and press \u201ccopy image address\u201d<\/li>\n\n\n\n<li>Type \/imagine and then paste the address in the prompt area.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Midjourney AI - FIRST STEPS - Easy Beginners Guide\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/HQLnB6qLvUg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>HUGGING FACE https:\/\/huggingface.co Hugging Face is a central hub for all things related to Natural Language Processing (NLP) and, increasingly,<span class=\"more-dots\">&#8230;<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry","no-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/323.santiago.bz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=28"}],"version-history":[{"count":10,"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":931,"href":"https:\/\/323.santiago.bz\/index.php?rest_route=\/wp\/v2\/pages\/28\/revisions\/931"}],"wp:attachment":[{"href":"https:\/\/323.santiago.bz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}