Skip to content
Snippets Groups Projects
Commit 54c4faa4 authored by Ramsha Narmeen's avatar Ramsha Narmeen
Browse files

Upload New File

parent 84c3a7d6
Branches main
No related tags found
No related merge requests found
function actor = create_actor_network(k)
actorNetwork = [featureInputLayer(k+1)
fullyConnectedLayer(64)
reluLayer
fullyConnectedLayer(32)
reluLayer
fullyConnectedLayer(1)
fullyConnectedLayer(k)];
actor = dlnetwork(actorNetwork);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment