Python Forum
Which network architecture should be chosen to predict disease severity?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which network architecture should be chosen to predict disease severity?
#1
Python 3.9.6, Pytorch 1.9.0+cu111

I have several text fields describing various aspects of a patient's treatment (filled in by the doctors). The entire samples is about 20 thousand cases. It's necessary to answer whether the severity of the disease was more than the specified one (yes or no).

From the book, I took the following sequence of layers of a neural network (but there's a completely different task):

Embedding (64 dimensions)
LSTM, unidirectional (64 -> 32)
Linear (32 -> 16)
Sigmoid

There are few samples (~ 20 thousands), so I tried to reduce the complexity of the network as much as possible, so that it really learns, and not just remembers samples.

Is there any good literature that explains, which layer is best used in which situation (and in what sequence)? Can you give tips on the correct network architecture for this case?

Thank you in advance for participating in the conversation.
Reply


Messages In This Thread
Which network architecture should be chosen to predict disease severity? - by AlekseyPython - Aug-20-2021, 07:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use .predict() method Jack90_ 4 755 Nov-03-2023, 08:21 PM
Last Post: Larz60+
  How to predict Total Hours needed with List as Input? caninan 0 786 Jan-27-2023, 04:20 PM
Last Post: caninan
  How to predict output in a regression problem? Rezaafz 1 2,502 Apr-03-2021, 04:16 PM
Last Post: jefsummers
  Keras.Predict into Dataframe Finpyth 13 9,793 Aug-31-2020, 07:22 AM
Last Post: hussainmujtaba
  Analyze, predict the next step in a sequence. Antonio0608 0 2,010 Jul-23-2020, 05:53 PM
Last Post: Antonio0608
  Error When Using sklearn Predict Function firebird 0 2,056 Mar-21-2020, 04:34 PM
Last Post: firebird
  Help batch converting .json chosen file to MySQL BrandonKastning 2 2,327 Mar-14-2020, 09:19 PM
Last Post: BrandonKastning
  Predict Longitude and Latitude Using Python vibeandvisualize 1 2,289 Dec-27-2019, 12:10 PM
Last Post: Larz60+
  How to predict with date as input for DecisionTreeRegressor sandeep_ganga 0 1,801 Dec-12-2019, 03:29 AM
Last Post: sandeep_ganga
  Can someone explain how does svr_rbf.predict(dates) work? j2ee 0 3,526 Feb-22-2018, 06:50 PM
Last Post: j2ee

Forum Jump:

User Panel Messages

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