User Portlet User Portlet

Discussions
In French language, A new book on Machine learning A. Dauphiné : Intelligence artificielle et Géographie Avec le langage Wolfram Mathematica Éditions Universitaires Européenne www.morebooks.shop and Amazon
Hello I am new to machine learning models I use the Classify and other instructions quite well But I have difficulties with neural networks I have a training set of 36 examples that is presented in the following form ...
Hello, The MatLab software has a toolbox for system identification techniques from data. What is the procedure to follow, what instructions should be used with Mathematica to have a system identification? Thanks
When I use PoissonPointProcess with my data, it is OK ClearAll["Global`*"] villes = Entity["Country", "France"]["LargestCities"]; data = SpatialPointData[villes] proc = EstimatedPointProcess[data, PoissonPointProcess[\[Lambda],...
In Help information we have this little program, that I modified Graphics[{White, CountryData["Italy", "Polygon"], PointSize[Large], Red, Point[Reverse[CityData[#, "Coordinates"]]] & /@ CityData[{Large, "Italy"}]}, ImageSize...
With version 11 this program work well. In data we have longitude, latitude and a number that indicate a class. And this program draw a map with stations. GeoListPlot[data[[All, All, 1]] , PlotLegends -> data[[All, 1, -1, 1]], ...
I have a table of 12 series of temperature. I calculate the linear model for these 1é series with ajust = Table[ LinearModelFit[tabmoymob[[i]], {1, x}, x], {i, 1, n1, 1}]; where n1=12; I have a good result : ![enter image...
Does Mathematica use the six cores of the new Mac book Pro 15 ?
I want to solve the Lokta Fisher model, a system of two differential partial equations that represents diffusion of two innovations around a City (Paris). I try with this program, but NDSolveValue don't accept to solve this system of non linear...
This program work finewithe Mathematica 11.2, but not with Mathematica 11.3. Why ? (*Equation reaction diffusion temporelle *) ClearAll["Global`*"] Needs["NDSolve`FEM`"] parisradius = 0.3; parisdiffusionvalue = 150; ...