Es decir, la red que nos ha creado, como sólo tiene una capa, se ajusta pobremente a los datos y quizás no se vé tan espectacular. Pero la tarea que le hemos pedido está perfectamente hecha. Datos en espiral. Una red neuronal. Visualización. MP4 animado del training.
CODE
-

AI Neural Network Classifies Spiral Dataset with Decision Boundaries
By
–
Y aquí lo tenéis! El resultado del código creado en el directo, donde le hemos pedido a la IA que programe una red neuronal que clasifique un dataset de datos en forma de espiral, mostrando las fronteras de decisión en azul y rojo.
— Carlos Santana (@DotCSV) 12 février 2023
La red y la clasificación es simple, pero wow!! pic.twitter.com/36GxgxbN7CY aquí lo tenéis! El resultado del código creado en el directo, donde le hemos pedido a la IA que programe una red neuronal que clasifique un dataset de datos en forma de espiral, mostrando las fronteras de decisión en azul y rojo. La red y la clasificación es simple, pero wow!!
-
ML Professional Launches GNN Book, Joins JPMorgan UK Team
By
–
Back on Twitter after a few chaotic months! A few updates: – I moved to the UK and joined an excellent machine learning team @jpmorgan – I'm publishing a book about Graph Neural Networks for practitioners Stay tuned for more 🙂
-
Backpropagation: Essential for Training Deep Neural Networks
By
–
This is very important in Deep Learning: it allows calculating derivatives of highly complex neural networks, composed of stacked layers of simple functions. Gradient descent is used to update the neural net weights, allowing it to learn from data and perform complex tasks.
-
LLM Collaboration and Chain Rules Innovation
By
–
The thread above was, of course, written in collaboration with one of our powerful Large Language Models. Long live Chain Rules!
-
Chain Rules: Probability and Calculus in Machine Learning
By
–
Chain Rule(s) rules! Appreciation thread of one of the most interesting coincidences in machine learning. Two rules, both named "Chain Rule", happen to be absolutely critical to recent advances in ML & AI. A on the Chain Rule of Probability & the Chain Rule of Calculus
-
DirectoryLoader LangChain loads multiple documents with sources
By
–
Loading multiple documents and associating the sources is a great idea! And just happens there’s a “DirectoryLoader” which does exactly that https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/directory_loader.html
… -
Browser Extension Leverages ChatGPT for Enhanced User Productivity
By
–
Source: https://
reddit.com/r/MachineLearn
ing/comments/10ujsk5/p_i_made_a_browser_extension_that_uses_chatgpt_to/
… -
Fixing libmagic issues with Unstructured document loaders
By
–
PSA for folks running into `libmagic` issues w/ Unstructured document loaders
-
Installing libmagic dependency for unstructured data processing
By
–
`brew install libmagic` https://
github.com/Unstructured-I
O/unstructured/blob/main/docs/source/installing.rst
…