How to train multilayer perceptron using LMFIT ( levenberg marquardt)
64 views
Skip to first unread message
Andualem Alemu
unread,
Mar 25, 2015, 4:28:19 PM3/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lmfi...@googlegroups.com
I am trying to develop a time series forecasting application using multilayer perceptron and levenberg marquardt of python. But, because I am new to python, I didn't understand how I can train MLP using levenberg marquardt. Any one who can help me?
Matt Newville
unread,
Mar 25, 2015, 4:50:47 PM3/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Andualem Alemu, lmfit-py
Hi Andualem,
On Wed, Mar 25, 2015 at 3:28 PM, Andualem Alemu <andiy...@gmail.com> wrote:
I am trying to develop a time series forecasting application using multilayer perceptron and levenberg marquardt of python. But, because I am new to python, I didn't understand how I can train MLP using levenberg marquardt. Any one who can help me?
Sorry I don't have a clue what multilayer perceptron is, and can't really guess what you're trying to do.