• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MIT_18.S097

MIT_18.S097 Special Subject in Mathematics: Introduction to Julia for Data Science

MIT_18.S097

Dates: Jan 17-20, 2023

Time: TWRF 11am-12:30; 1pm-3pm

Location: Matchessusets Institute of Technology, Boston, MA, USA

Room: This class will meet in 2-131.

(The lectures have been recorded and links to videos are available below)

Data analysis has become one of the core processes in virtually any professional activity. The collection of data becomes easier and less expensive, so we have ample access to it.

The Julia language which was designed to address the typical challenges that data scientists face when using other tools. Julia, like Python, supports an efficient and convenient development process. At the same time, programs developed in Julia have performance comparable to C.

During this short course you will learn how to build data science models using Julia. Moreover, we will teach you how to deploy such model in production environments and scale the computations beyond a single computer.

This course does not require from the participants prior detailed knowledge of advanced machine learning algorithms not the Julia programming language. What we assume is basic knowledge data science tools (like Python or R) and techniques (like linear regression, basic statistics, plotting).

Installation instructions Installation instructions can be found in materials for the day 1

Once installed the code can be run as

using Pkg
Pkg.activate(".") # assumes running the code in the main folder of this repository
using IJulia
notebook(dir=".")

Schedule (all times are EST time zone)

Day 1 (Tuesday, Jan 17, 2023)11am-12:30Your first steps with Juliahttps://youtu.be/q7r-7oojBtA
 1pm-3pmWorking with tabular datahttps://youtu.be/GgTuDTcTjkg
Day 2 (Wednesday, Jan 18, 2023)11am-12:30Classical predictive modelshttps://youtu.be/vBO_aa_dtnk
 1pm-3pmAdvanced predictive models using machine learninghttps://youtu.be/rezqaRLdhIw
Day 3 (Thursday, Jan 19, 2023)11am-12:30Solving optimization problems https://youtu.be/h4UsS2BtDrU
 1pm-3pmMining complex networkshttps://youtu.be/CHvE3DZ1SLM
Day 4 (Friday, Jan 20, 2023)11am-12:30Deployment in production environmentshttps://youtu.be/Kc4ecfM6t88
 1pm-3pmScaling computations using parallel computinghttps://youtu.be/5j0bV2B4Pp8

Grading

You can register for this course for credit. The contact point regarding the registration process is Professor Alan Edelman, Julia Lab Research Group Leader. The evaluation of the course will be based on assessment of a homework that will be distributed during the last day of the course and should be sent back to Przemysław Szufel ([email protected]) no later than after one week.

This course has been supported by the Polish National Agency for Academic Exchange under the Strategic Partnerships programme, grant number BPI/PST/2021/1/00069/U/00001.

img

More Repositories

1

OpenStreetMapX.jl

OpenStreetMap (*.osm) support for Julia 1.0 and up
Julia
123
star
2

SimpleHypergraphs.jl

A simple hypergraphs package for the Julia programming language
HTML
74
star
3

KissCluster

The simplest cluster computing solution for the cloud, supports Python, R, Julia, Java, NetLogo, bash and everything else
Shell
40
star
4

OpenStreetMapXPlot.jl

Plotting functionality for the OpenStreetMapX.jl (Supports Plots.jl with GR or PythonPlot backend)
Julia
35
star
5

2024_MIT_18.S097_Introduction-to-Julia-for-Data-Science

Jupyter Notebook
33
star
6

OSMToolset.jl

Tools for Open Steet Map: Point-of-Interest extraction and tiling of map data
Julia
14
star
7

HIF_validators

Hypergraph Exchange Format (HIF) definition and validator libraries
Jupyter Notebook
9
star
8

ComplexNetworks2019

ComplexNetworks2019
Jupyter Notebook
8
star
9

Berkeley_2023_Optimization_and_parallel_computing

Jupyter Notebook
5
star
10

2024_Julia_NicolausCopernicusAstronomicalCenter

2024 Julia Training for the Nicolaus Copernicus Astronomical Center
Jupyter Notebook
5
star
11

chondro

Chondro - a library for stability analysis of decision trees
Python
4
star
12

SignalBroadcastingSim.jl

Multiagent simulation of message broadcasting in network models of transporation systems
Julia
4
star
13

Building_Julia_On_Cray_and_Clusters

Sample scripts to build Julia on Cray and other supercomputing architectures
4
star
14

LTMSim.jl

Simulating Determinants of optimality of Information diffusion on hypergraphs
Julia
4
star
15

2024_Julia_EC_EconomicDep

Jupyter Notebook
3
star
16

pkg

Asynchronous and Parallel Policies for Ranking and Selection Problems
Java
3
star
17

JuliaCon2023_Working_with_geographical_data_using_DataFrames

JuliaCon2023 Working with geographical data using DataFrames.jl presented during JuliaCon2023 Minisimposium "Tools and techniques of working with tabular data "
Jupyter Notebook
3
star
18

OpenStreetMapX_Tutorial

OpenStreetMapX.jl tutorial - vehicle routing simulation and vizualisation with folium via PyCall.jl
HTML
2
star
19

OpenStreetMapXDES.jl

Discrete event simulation for spatial data
Julia
2
star
20

CfnClusterIAMPermissions

Automated generation of IAM Permission for AWS CfnCluster via a CloudFormation script
2
star
21

2024_Julia_Aberdeen

Jupyter Notebook
2
star
22

2024_Julia_EC_EconomicDepShort

Jupyter Notebook
1
star
23

OpenStreetMapXSim.jl

Julia
1
star
24

TBBSim.jl

TBB Simulation
Julia
1
star
25

2024_Julia_Krakow

An introduction to programming ABM simulations with the Julia language, Social Simulation Conference 2024
Jupyter Notebook
1
star
26

OSMgetPOI.jl

Julia
1
star
27

TransportationMetaheuristics.jl

Work-in-progress - experimenting with metaheuristics for transportation optimization
Julia
1
star
28

2024_Julia_EC_Distributed_GPU

Jupyter Notebook
1
star