This repo holds my HW solutions for the MIT's 18.S191 course.
(from class syllabus)
This is an introductory course on Computational Thinking, using the modern
Julia
programming language, to approach real-world problems in the following areas via data analysis and computational and mathematical modeling. In this class you will learn applications, computer science, software, algorithms, and mathematics as an integrated whole.
- Image analysis
- Particle dynamics and ray tracing
- Epidemic propagation
- Climate modeling
Course Link: https://github.com/mitmath/18S191
Julia
docker container* with necessary packages/libraries
> docker pull ppatel26/ml-julia
* For more details visit about the docker image visit either official image repo or Dockerfile build repo