{% extends "base_community.html" %} {% block extrahead %} {% endblock %} {% block content %}

Community

This page, updated every day, aggregates blog entries by people who are writing about Machine Learning.

{% for item in object_list %}

{{ item.title }}

Posted on {{ item.date_modified|date:"F j, Y" }} at {{ item.date_modified|date:"g:i A" }} by {{ item.feed.title }} RSS

{{ item.summary }}

Read this post in context »

{% endfor %}
{% if has_next %}Earlier posts{% endif %}

{% endblock %}