VirtualTam's bookmarks
24 bookmarks found
-
- https://imagen.research.google/
- https://ai.googleblog.com/2022/05/vector-quantized-image-modeling-with.html
- https://github.com/tensorflow/lingvo
- https://ai.googleblog.com/2021/12/general-and-scalable-parallelization.html
- https://cloud.google.com/blog/topics/tpus/google-showcases-cloud-tpu-v4-pods-for-large-model-training
-
- https://www.ikeahackers.net/2018/10/home-office-furniture-kallax-hack.html
- https://www.thehomestud.com/2018/10/20/ikea-kallax-into-office-storage/
- https://www.ikeahackers.net/2018/11/ikea-poang-3-seat-sofa.html
- https://www.ikeahackers.net/2010/11/the-dreaded-kids-train-table-with-a-new-twist.html
- https://www.ikeahackers.net/2008/06/train-in-your-coffee-table.html
- https://www.ikeahackers.net/2017/06/diy-hidden-cat-litter-station.html
-
Exercism - Programming exercises
2019-03-05 -
- https://developer.android.com/training/data-storage/room/index.html
- https://developer.android.com/reference/android/arch/persistence/room/Database.html
- https://developer.android.com/training/data-storage/room/defining-data.html
- https://developer.android.com/training/data-storage/room/accessing-data.html
- https://developer.android.com/topic/libraries/architecture/adding-components.html
- https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0
- https://codelabs.developers.google.com/codelabs/android-persistence/#0
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceContentProviderSample
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceMigrationsSample
-
- https://www.meetup.com/Tlse-Data-Science/events/245536866/
- https://medium.com/@Maxime_/season-02-machine-learning-by-andrew-ng-28aff55ee7a
- https://medium.com/@Maxime_/data-journey-1-fe2b2f588751
- https://www.coursera.org/learn/machine-learning
- https://eu.udacity.com/course/data-analyst-nanodegree--nd002
- https://www.edx.org/course/analytics-edge-mitx-15-071x-3
- https://blog.udacity.com/2016/01/hottest-jobs-in-2016-3-data-scientist.html
-
- http://www.deepideas.net/deep-learning-from-scratch-i-computational-graphs/
- http://www.deepideas.net/deep-learning-from-scratch-ii-perceptrons/
- http://www.deepideas.net/deep-learning-from-scratch-iii-training-criterion/
- http://www.deepideas.net/deep-learning-from-scratch-iv-gradient-descent-and-backpropagation/
- http://www.deepideas.net/deep-learning-from-scratch-v-multi-layer-perceptrons/
-
Publicly Available Spam Filter Training Sets
2017-05-05 - http://www.paulgraham.com/spamarchives.html
- http://untroubled.org/spam/
- https://spamassassin.apache.org/old/publiccorpus/
- https://github.com/dmitrynogin/SpamAssassin
- http://archive.ics.uci.edu/ml/datasets/Spambase + http://statweb.stanford.edu/~tibs/ElemStatLearn/
- https://inclass.kaggle.com/c/adcg-ss14-challenge-02-spam-mails-detection
- https://www.kaggle.com/rtatman/fraudulent-email-corpus
- https://www.kaggle.com/veleon/ham-and-spam-dataset
- https://www.kaggle.com/beatoa/spamassassin-public-corpus
- http://www.csmining.org/index.php/spam-assassin-datasets.html
- http://artinvoice.hu/spams/
- http://www2.aueb.gr/users/ion/data/enron-spam/
- https://security.stackexchange.com/questions/223731/spamassassin-public-corpus
-
PyCharm + Windows
2017-04-17 PyCharm setup
- https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
- https://www.jetbrains.com/help/pycharm/2017.1/git.html
- https://confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
- https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-tox.html
- https://www.jetbrains.com/help/pycharm/2017.1/configuring-colors-and-fonts.html
- https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
Environment
- doesn't work with Git from Cygwin
- https://git-for-windows.github.io/
- https://www.python.org/downloads/
- https://github.com/jkaving/intellij-colors-solarized
- http://ethanschoonover.com/solarized
- https://fonts.google.com/specimen/Noto+Sans
- https://www.microsoft.com/en-us/download/details.aspx?id=44266
Packages
-
Postfix / Dovecot / ClamAV / Spamassassin
2016-12-12 A whole buncha' links with contradictory information on how to properly set up a mail server ;-)
Disclaimer - My primary goal is to add proper Spamassassin (SA) filtering to an existing Postfix / Dovecot / roundcube installation, i.e.:
- use SA as a milter (mail filter) to attribute a spam score to incoming mail
- keep SA up-to-date
- train SA with spam/ham from the users' virtual mailboxes
- train SA according to user decisions (actual user or trained mail client with automatic/trained spam detection)
Here we go!
Most useful links; I stumbled upon them as soon as I knew what to look for:
- https://workaround.org/ispmail/jessie/spamassassin
- https://lelutin.ca/posts/installing_postfix_-_clamav_-_spamassassin_-_dovecot_-_postfixadmin_on_debian_squeeze/
Official:
- https://spamassassin.apache.org
- https://spamassassin.apache.org/gtube/
- https://wiki.apache.org/spamassassin/FrequentlyAskedQuestions
Debian:
- https://wiki.debian.org/DebianSpamAssassin
- http://www.stefan-seelmann.de/wiki/mailserver-postfix-dovecot (wheezy)
- https://www.christianroessler.net/tech/2015/spamassassin-dovecot-postfix.html
- https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
CentOS:
- https://www.rosehosting.com/blog/how-to-install-and-integrate-spamassassin-with-postfix-on-a-centos-6-vps/
- https://www.rosehosting.com/blog/how-to-set-up-server-side-email-filtering-with-dovecot-sieve-and-roundcube-on-a-centos-6-vps/
- http://shisaa.jp/postset/mailserver-1.html - a bit outdated but plenty of useful information regarding how components interact with each other
- http://wiki2.dovecot.org/HowTo
RHEL:
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/ch-Mail_Servers.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-email-mta.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-email-mda.html
-
KDE Minuet
2016-11-21 -
A hands-on introduction to Git and GitHub, and how to make them work together! More Git resources for beginners here: http://www.dataschool.io/tag/git/
-
Codingame - Training
2014-04-23