Canada Inc - News, Analyses and Updates

Papers We Love

Posted by President Canadainc on Monday, February 1, 2016 In : Presentations 

http://www.meetup.com/papers-we-love-winnipeg
http://twitter.com/pwlwpg

Petuum: A New Platform for Distributed
Machine Learning on Big Data

Friday, February 12th, 2015
6:30pm – 7:30pm
SkullSpace, 2nd Floor, 374 Donald St.

(Please RSVP via the Meetup link at the bottom, so we have enough seating.)

Abstract

How can one build a distributed framework that allows efficient deployment of a wide spectrum of modern advanced machine learning (ML) programs for industrial-scale problems using Big Mod...


Continue reading...
 

Code Listing - Sheet Compiler

Posted by President Canadainc on Thursday, August 13, 2009 In : Code Listing 

Public Sub copyAllcsvs(strBookName As String)

Dim strCSVfile As String

'this is necessary since the code is recursive until there is only the original workbook

If Windows.Count = 1 Then GoTo Done

'this takes it to any workbook but the main, essentially the next workbook

Windows.Item(1).ActivateNext

'this ensures the workbook name is not lost

strCSVfile = ActiveWorkbook.Name

'the next two lines select all the sheets and copy them to sheetCompiler.xls (to the end)

Workbooks(strCSVfile...

Continue reading...
 

SAMPLE - Information Technology Internal Security Audit

Posted by President Canadainc on Thursday, August 13, 2009 In : Auditting 

Phase 1

  1. Definitions               ...

Continue reading...