Difference between revisions of "Main Page"

From Quantitative Analysis Software Courses
Jump to navigation Jump to search
(Replaced content with "Machine Learning for Trading Course")
Line 1: Line 1:
 
[[Machine Learning for Trading Course]]
 
[[Machine Learning for Trading Course]]
 
==Data Analysis with Pandas==
 
 
* 1.1 Stuff
 
**1.1.1 More Stuff
 
 
for i = 5
 
  next i
 
 
<PRE>
 
this is code
 
</PRE>
 
 
==Next Section==
 
 
'''1. Data Analysis with Pandas'''
 
 
 
  1.1 Number Crunching with Python
 
      * Python Fundamentals [''I think we can skip this it would be too basic'']
 
 
 
      * Numpy Fundamentals - ''chap 4''
 
        --> Creating Arrays
 
        --> Basic Indexing and slicing
 
        --> Data Processing using Arrays
 
            => Basic Indexing and slicing
 
 
      * Pandas Data Structure - ''chap 5 and [http://www.ideal.ece.utexas.edu/courses/ee380l_ese/ppt/Research_Paper_Presentation_Pandas_Moshiul_Arefin.pdf]''
 
 
        --> Series
 
            => Working with Index
 
            => Operations - Filtering
 
            => Incomplete Data     
 
 
        --> Data Frame ''page 115''
 
            => Creating Data Frame
 
            => Operations on columns and rows
 
            => Essential Function -  Reindexing, Indexing and filtering
 
 
  1.2 Data Analysis
 
 
      * Reading and Writing Data - ''chap 6- page 155,163''
 
        --> Importing Data using Pandas
 
        --> Importing data without pandas
 
        --> Saving and exporting data using pandas
 
        --> Saving and exporting data widout pandas
 
 
      * Pre-processing Data - ''chap 5- Page 142,145''
 
 
      * Date and Time - ''Page 290,298 and [https://www.kevinsheppard.com/images/0/09/Python_introduction.pdf]''
 
        --> Creating Date and Time
 
        --> Date Mathematics
 
        --> Time Series Plotting ['' Page 319-323 Note:This can be added in graphs'']
 
 
      * Graphs - ''chap 8 Note: Perfect''
 
 
      * Statistical Function - ''chap 5- page 137-141  Note: We can add more or merge this with some other section I feel this is important''
 
 
             
 
 
 
'''2. Machine Learning'''
 
'''3. Machine Learning for trading'''
 

Revision as of 20:22, 10 February 2015