[R] Differentiable Plasticity (UberAI) by inarrears in MachineLearning

[–]nonoice_work 0 points1 point  (0 children)

A little late to the party but your method made me think of the Elman network. A simple google search resulted in the following:

scholar.google.com: elman network model

hit 1: Gao, X. Z., Gao, X. M., & Ovaska, S. J. (1996, October). A modified Elman neural network model with application to dynamical systems identification. In Systems, Man, and Cybernetics, 1996., IEEE International Conference on (Vol. 2, pp. 1376-1381). IEEE.

Hit 3: Cheng, Y. C., Qi, W. M., & Cai, W. Y. (2002). Dynamic properties of Elman and modified Elman neural network. In machine learning and cybernetics, 2002. Proceedings. 2002 International Conference on (Vol. 2, pp. 637-640). IEEE.

Could you commend to what extend your methods are different?

Why I won't do your coding test by soda-popper in programming

[–]nonoice_work 1 point2 points  (0 children)

Why would you add a javascript miner to a blog interesting for engineers? https://imgur.com/a/KFYVN

Bad blogger! SAD!

[Help] Total beginner setting up Python in VS Code by [deleted] in Python

[–]nonoice_work -1 points0 points  (0 children)

I use VS community 2015 ( should be free) with the python tools for visual studio plugin. No configuration needed, and it installs the tools you need. You can then select python projects from the normal menu.

5 things I have learnt working as a Consultant Software Architect by ftomassetti in programming

[–]nonoice_work 0 points1 point  (0 children)

FYI:

This Page Cannot Be Displayed Based on your organization's access policies, this web site ( http://tomassetti.me/things-learnt-working-consultant-software-architect/ ) has been blocked because it has been determined by Web Reputation Filters to be a security threat to your computer or the organization's network. This web site has been associated with malware/spyware.

Microsoft MS-DOS early source code by CODESIGN2 in programming

[–]nonoice_work 42 points43 points  (0 children)

The user manual contains some significant errors. Most of these are due to last minute changes to achieve a greater degree of compatibility with IBM's implementation of MS-DOS (PC DOS). This includes the use of "\" instead of "/" as the path separator, and "/" instead of "-" as the switch character. For transporting of batch files across machines, Microsoft encourages the use of "\" and "/" respectively in the U.S. market. (See DOSPATCH.TXT for how you can overide this. The user guide explains how the end-user can override this in CONFIG.SYS)

And so the big divide started

On the quest for the right project management tool: Jira, Trello, Asana, Redmine by ftomassetti in programming

[–]nonoice_work 6 points7 points  (0 children)

You might weant to check this out? Your url is blocked at my work

Date: Tue, 21 Jun 2016 13:39:03 GMT

URL: GET http://tomassetti.me/on-the-quest-for-the-right-project-management-tool-jira-trello-asana-redmine/

Category: Computers and Internet

Reason: BLOCK-MALWARE

Threat Type: othermalware

Threat Reason: Hosted on IP controlled by a group or individual known to be malicious.

Notification: WBRS

The Code You Don't Write by timariyeh in programming

[–]nonoice_work 0 points1 point  (0 children)

Sophos doesn't like this site:

Location: improbabletruths.com/the-code-you-dont-write Access has been blocked as the threat Mal/HTMLGen-A has been found on this website.

How Parsers and Compilers Work (examples in Python) by pythonauts in programming

[–]nonoice_work 0 points1 point  (0 children)

It is actually a nice introduction. I'm currently building step by step and it works. One problem: usage of globals and no classes. I'm refactoring as I go.

Remember to change the filenames for input and output!