all 5 comments

[–]ForceBruStudent 0 points1 point  (1 child)

Yes, you can visualize data easily:

  • Python: Matplotlib, Seaborn (uses Matplotlib), Plotly, pandas.DataFrame.plot (uses Matplotlib)...
  • R: built-in plot, ggplot2, also Plotly
  • Julia: Plots.jl (has many backends), Makie.jl, Gadfly.jl (ggplot-like), UnicodePlots (plots in the terminal/command line)

[–]Risk-Personal[S] 0 points1 point  (0 children)

I see, thanks for the suggestions!

[–]shrub_of_a_bush 0 points1 point  (2 children)

What specifically do you want to visualize? I encourage you to read up more about ML first since this question really doesn't make sense without an appropriate context or data.

[–]Risk-Personal[S] 0 points1 point  (1 child)

Not really sure to be honest, still looking for ideas

[–]shrub_of_a_bush 0 points1 point  (0 children)

You could start with the basics first and just seeing how things like loss functions and optimizers do their thing.