This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/course/4/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Computational Intelligence for the Humanities",
    "identifier": "AS.360.306/606",
    "description": "This course introduces substantial machine learning methods of particular relevance to humanistic scholarship.  Areas covered include standard models for classification, regression, and topic modeling, before turning to the array of open-source pretrained deep neural models, and the common mechanisms for employing them.  Students are expected to have some previous programming experience, ideally in Python, such as from AS.360.305/605 or equivalent.  Students will come away with an understanding of the strengths and weaknesses of different machine learning models, the ability to discuss them in relation to human intelligence and to make informed decisions of when and how to employ them, and an array of related technical knowledge.",
    "instructors": [
        "https://cdh.jhu.edu/api/user/5/"
    ],
    "ordering": 0,
    "name": "intell",
    "url": "https://cdh.jhu.edu/api/course/4/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/course/permissions/4/",
    "id": 4
}