User Portlet User Portlet

Rubens Zimbres
Discussions
Hi, I wrote the tutorial here: https://community.wolfram.com/groups/-/m/t/1884517
I am a Data Scientist working in a startup in Brazil. Recently I was working with Social Networks in Python using networkx library to analyse posts from a given hashtag for our client. However, I was completely aware of the additional functionalities...
This is definitely a nice feature. It's also interesting to do the reverse. Create code by drag and drop.
During my learning process in Data Science I solved the MNIST task with Wolfram Mathematica, simply by calculating the difference of values in pixels of different digits. There are 10 classes: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (target value) and each...
![enter image description here][1] This is a code I developed last year, while trying to solve an Atari game. The main idea is to go from the initial part of the lattice (A first row) to the last row (B) deviating from obstacles (in this case,...