Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Analysis
#4
Most likely you want to start in a notebook style app for your program - Jupyter notebooks, Google's colab, whatever.
After a markdown cell describing what you want to do, first coding cell should be your imports.
Once the imports work (you may need to pip install tensorflow depeneding on your system) next cell would start to read your data
Next cell display that data to be sure it is in the format you expected
Next cell start your analysis

And show your work so far.

And please keep this publicly posted. There is no reason for private messaging here.
Reply


Messages In This Thread
Analysis - by tech93 - Sep-02-2021, 08:19 AM
RE: Analysis - by jefsummers - Sep-02-2021, 02:52 PM
RE: Analysis - by tech93 - Sep-03-2021, 01:09 PM
RE: Analysis - by jefsummers - Sep-05-2021, 12:02 PM
RE: Analysis - by tech93 - Sep-05-2021, 04:14 PM
RE: Analysis - by jefsummers - Sep-05-2021, 05:24 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020