VirtualTam's bookmarks
124 bookmarks found
-
GRUB dual-boot considerations
2018-01-05 -
TensorFlow Neural Network Tutorial
2017-11-09 -
- https://www.gamasutra.com/view/feature/6305/beyond_fa%C3%A7ade_pattern_matching_.php
- http://web.archive.org/web/20120320060043/http://ai-programming.com/bot_tutorial.htm
- https://www.slideshare.net/amyiris/ai-and-python-developing-a-conversational-interface-using-python
- http://www.nltk.org/api/nltk.chat.html
-
Git - Merge and/or Rebase workflows
2017-10-26 - https://www.atlassian.com/git/tutorials/merging-vs-rebasing
- https://stackoverflow.com/questions/804115/when-do-you-use-git-rebase-instead-of-git-merge
- https://medium.com/bekk/why-you-should-stop-using-git-rebase-5552bee4fed1
- https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aa
-
VIM Adventures
2017-10-06 -
-
Ansible modules:
- https://docs.ansible.com/ansible/latest/ldap_entry_module.html
- https://docs.ansible.com/ansible/latest/ldap_attr_module.html
Installation guides:
- https://wiki.debian.org/LDAP/OpenLDAPSetup
- https://debian-administration.org/article/585/OpenLDAP_installation_on_Debian
Debconf & slapd automation:
-
What is back propagation in neural networks?
2017-08-22 - https://en.wikipedia.org/wiki/Backpropagation
- https://www.quora.com/How-do-you-explain-back-propagation-algorithm-to-a-beginner-in-neural-network
- https://stackoverflow.com/questions/38340791/guided-back-propagation-in-tensorflow#38341080
- https://www.tensorflow.org/tutorials/recurrent
- https://stackoverflow.com/questions/40868896/backpropagation-through-time-bptt-of-lstm
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...