jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.72k stars 3.03k forks source link

Merge from master #48

Closed sum-coderepo closed 4 years ago

jeffheaton commented 4 years ago

Thanks for these I will have a look soon.

sum-coderepo commented 4 years ago

Hi Jeff,

Sorry the pull request was raised by mistake. I am greatly helped by your code and regularly updated my forked.

I have a query:-

Do you advice to use inbuilt method from sklearn or tensorflow in production or go with TDD development and create custom functions in python?

Thanks and regards

On Tue, 28 Jan, 2020, 08:39 Jeff Heaton, notifications@github.com wrote:

Thanks for these I will have a look soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffheaton/t81_558_deep_learning/pull/48?email_source=notifications&email_token=ACVRESFH7LDLWL3UYXEQWZDQ76OUXA5CNFSM4KJIGVW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKB3ZEY#issuecomment-579058835, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVRESC7MXGPW7P25WBEUMTQ76OUXANCNFSM4KJIGVWQ .

jeffheaton commented 4 years ago

Okay, thanks, no problem. For sklearn in production, I usually build it into a Python function that I can deploy as an AWS Lambda. That is actually how the autochecker that I use in my class works. As to TDD I try to automate as much of the AWS Lambda deploy as I can and have the usual sorts of unit tests built in before the function is deployed to AWS.

jeffheaton commented 4 years ago

No problem on the pull, I just closed it.