background preloader

Josephmisiti/awesome-machine-learning

Josephmisiti/awesome-machine-learning

How To: Using Loggly Alerts to Find Issues Before Your Customers Do | Raise your hand if you prefer to find out about your critical operational issues: on Twitter?on HackerNews?from an angry customer email? Built in and simple-to-use alerting is one of the most compelling features of Loggly’s paid plans (and part of our full-featured trial). With Loggly, you can specify the exact conditions when you want the alert to fire, with all of the capabilities of our search function at your disposal. That’s what I call Responsive Log Management! Watch how simple this is to do now, or follow the instructions below and set it up for yourself. Decide what conditions should be monitored and what number of events (or lack of events) should trigger an alert. Create a Loggly saved search that describes each condition you want to monitor. If you can search for it, you can alert off it.

Quickml - An easy-to-use but powerful and fast machine learning library for Java Top 10 Machine Learning Projects on Github Open source software is an important piece of the data science puzzle. According to the most recent KDnuggets data science software poll results, 73% of data scientists used free software in the previous 12 months. While there are many sources of such tools on the internet, Github has become a de facto clearinghouse for all types of open source software, including tools used in the data science community. The importance, and central position, of machine learning to the field of data science does not need to be pointed out. The following is an overview of the top 10 machine learning projects on Github. 1. Machine learning in Python. The top project is, unsurprisingly, the go-to machine learning library for Pythonistas the world over, from industry to academia. 2. A curated list of awesome Machine Learning frameworks, libraries and software. This is a curated list of machine learning libraries, frameworks, and software. 3. PredictionIO is a general purpose framework. 4.

jackschaedler/goya tensorflow/tensorflow: Computation using data flow graphs for scalable machine learning Setting up Subversion and websvn on Debian | HowtoForge - Linux Setting up Subversion and websvn on Debian Purpose of this howto This howto will illustrate a way to install and configure Subversion and websvn on a Debian server with the following features: multiple repository Subversion access to the repositories via WebDAV (http, https) and ssh Linux system account access control and/or Apache level access control a secured websvn (php web application for easy code browsing) configured syntax coloring in websvn with gnu enscript I will not specifically configure inetd with svnserve in this howto. Packages that are assumed to already be installed This howto assumes PHP and apache2 are installed and configured. Setting up Subversion Subversion packages As root you can enter the following commands to install the packages required for our Subversion setup: # apt-get update # apt-get install subversion # apt-get install libapache2-svn The package libapache2-svn will install the subversion WebDAV apache module. Creating and populating repositories Configuration

First Steps with TensorFlow: Toolkit  |  Machine Learning Crash Course  |  Google Developers Tensorflow is a computational framework for building machine learning models. TensorFlow provides a variety of different toolkits that allow you to construct models at your preferred level of abstraction. You can use lower-level APIs to build models by defining a series of mathematical operations. The following figure shows the current hierarchy of TensorFlow toolkits: Figure 1. The following table summarizes the purposes of the different layers: TensorFlow consists of the following two components: These two components are analogous to Python code and the Python interpreter. Which API(s) should you use? We'll use tf.estimator for the majority of exercises in Machine Learning Crash Course. tf.estimator is compatible with the scikit-learn API. Very broadly speaking, here's the pseudocode for a linear classification program implemented in tf.estimator:

Related: