Building a text classification model with TensorFlow Hub and Estimators
https://medium.com/tensorflow/building-a-text-classification-model-with-tensorflow-hub-and-estimators-3169e7aa568
https://medium.com/tensorflow/building-a-text-classification-model-with-tensorflow-hub-and-estimators-3169e7aa568
Medium
Building a text classification model with TensorFlow Hub and Estimators
By Sara Robinson, Developer Advocate
Implementing DistBelief – Jesse Cai – deep learning and computer science
https://jcaip.github.io/Distbelief/
https://jcaip.github.io/Distbelief/
jcaip.github.io
Implementing DistBelief
Over the past couple months, I’ve been working with Rohan Varma on a PyTorch implementation of DistBelief.
DistBelief is a Google paper that describes how to train models in a distributed fashion. In particular, we were interested in implementing a distributed…
DistBelief is a Google paper that describes how to train models in a distributed fashion. In particular, we were interested in implementing a distributed…
A “Data Science for Good“ Machine Learning Project Walk-Through in Python: Part One
https://towardsdatascience.com/a-data-science-for-good-machine-learning-project-walk-through-in-python-part-one-1977dd701dbc
https://towardsdatascience.com/a-data-science-for-good-machine-learning-project-walk-through-in-python-part-one-1977dd701dbc
Medium
A “Data Science for Good“ Machine Learning Project Walk-Through in Python: Part One
Solving a complete machine learning problem for societal benefit
A “Data Science for Good” Machine Learning Project Walk-Through in Python: Part Two
https://towardsdatascience.com/a-data-science-for-good-machine-learning-project-walk-through-in-python-part-two-2773bd52daf0
https://towardsdatascience.com/a-data-science-for-good-machine-learning-project-walk-through-in-python-part-two-2773bd52daf0
Medium
A “Data Science for Good” Machine Learning Project Walk-Through in Python: Part Two
Getting the most from our model, figuring out what it all means, and experimenting with new techniques
Python PostgreSQL Tutorial Using Psycopg2 [Complete Guide]
https://pynative.com/python-postgresql-tutorial/
https://pynative.com/python-postgresql-tutorial/
PYnative
Python PostgreSQL Tutorial Using Psycopg2
Connect to PostgreSQL database from Python using Psycopg2. Select, Insert, update, delete PostgreSQL data from Python. execute stored prodcudure and manage PostgreSQL transction from Python.
Bay Area Housing Market Analysis Part 2
https://blog.checkyo.tech/2018/08/15/bay-area-housing-market-analysis-part-2/
https://blog.checkyo.tech/2018/08/15/bay-area-housing-market-analysis-part-2/
Check Yo' Tech
Bay Area Housing Market Analysis Part 2
In this second part of the series we take a look at some public Redfin data. Specifically taking a deeper dive into purchasing a property in the East Bay.
GitHub - ninjaaron/replacing-bash-noscripting-with-python: Guide on using using python for administrative noscripting
https://github.com/ninjaaron/replacing-bash-noscripting-with-python#replacing-sed-grep-awk-etc-python-regex
https://github.com/ninjaaron/replacing-bash-noscripting-with-python#replacing-sed-grep-awk-etc-python-regex
GitHub
GitHub - ninjaaron/replacing-bash-noscripting-with-python: Guide on using using python for administrative noscripting
Guide on using using python for administrative noscripting - ninjaaron/replacing-bash-noscripting-with-python
How to write an API in 3 lines of code with Django REST framework
https://medium.com/crowdbotics/how-to-write-an-api-in-3-lines-of-code-with-django-rest-framework-59b0971edfa4
https://medium.com/crowdbotics/how-to-write-an-api-in-3-lines-of-code-with-django-rest-framework-59b0971edfa4
Medium
How to write an API in 3 lines of code with Django REST framework
With only 3 lines of code, you can create a ready-to-use API endpoint with Django REST Framework.
GitHub - nteract/papermill: 📚 Parameterize, execute, and analyze notebooks
https://github.com/nteract/papermill
https://github.com/nteract/papermill
GitHub
GitHub - nteract/papermill: 📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks. Contribute to nteract/papermill development by creating an account on GitHub.
GitHub - Pext/Pext: Python-based extendable tool
https://github.com/Pext/Pext
https://github.com/Pext/Pext
GitHub
GitHub - Pext/Pext: Python-based extendable tool
Python-based extendable tool. Contribute to Pext/Pext development by creating an account on GitHub.
GitHub - f213/selfmailbot: Telegram bot that forwards messages to your inbox
https://github.com/f213/selfmailbot
https://github.com/f213/selfmailbot
GitHub
GitHub - f213/selfmailbot: Telegram bot forwarding messages to the inbox
Telegram bot forwarding messages to the inbox. Contribute to f213/selfmailbot development by creating an account on GitHub.
GitHub - egorsmkv/simple-django-login-and-register: An example of Django project with basic user functionality.
https://github.com/egorsmkv/simple-django-login-and-register
https://github.com/egorsmkv/simple-django-login-and-register
GitHub
GitHub - egorsmkv/simple-django-login-and-register: An example of Django project with basic user functionality.
An example of Django project with basic user functionality. - egorsmkv/simple-django-login-and-register
learn-python/README.md at master · trekhleb/learn-python · GitHub
https://github.com/trekhleb/learn-python/blob/master/README.md
https://github.com/trekhleb/learn-python/blob/master/README.md
GitHub
learn-python/README.md at master · trekhleb/learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python noscripts that are split by topics and contain code examples with explanations. - trekhleb/learn-python
Git Staging Area: Explained Like I'm Five - DEV Community 👩💻👨💻
https://dev.to/sublimegeek/git-staging-area-explained-like-im-five-1anh
https://dev.to/sublimegeek/git-staging-area-explained-like-im-five-1anh
DEV Community
Git Staging Area: Explained Like I'm Five
Imagine you have a box. Do you throw everything in it?
Lucid Mesh: Building a Model for Retirement Savings in Python
http://sam-koblenski.blogspot.com/2018/08/building-model-for-retirement-savings.html?m=1
http://sam-koblenski.blogspot.com/2018/08/building-model-for-retirement-savings.html?m=1
Blogspot
Building a Model for Retirement Savings in Python
We are awash in advice on saving for retirement, with hundreds of books and hundreds of thousands of articles written on the subject. It is studied relentlessly, and the general consensus is that it's best to start early, make regular contributions, stick…
How to build your own Neural Network from scratch in Python
https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6
https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6
Towards Data Science
How to build a neural network from zero | Towards Data Science
No frameworks, just Python
Deploying a Flask application on AWS with Gitlab CI/CD | Part 2
https://medium.com/@thimblot/deploying-a-flask-application-on-aws-with-gitlab-ci-cd-part-2-a175dc132950
https://medium.com/@thimblot/deploying-a-flask-application-on-aws-with-gitlab-ci-cd-part-2-a175dc132950
Medium
Deploying a Flask application on AWS with Gitlab CI/CD | Part 2
In the first part we’ve seen how to set up an Elastic Beanstalk environment on AWS with a simple Flask application running. Suppose you…