Skip to content

jmarbet/intro-to-neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Neural Networks

A short introduction to neural networks with example codes in Julia and Python

Course Contents

  • An overview of the basics of neural network
  • How to train your neural network
  • Implementing a neural network from scratch in Julia
  • Examples of machine learning libraries in Julia and Python
  • Resources for further learning

Getting Started with Julia & VSCode

  1. Install Julia: https://julialang.org/downloads/
  2. Install VSCode: https://code.visualstudio.com
  3. Install Julia for VSCode: Go to View in VSCode, then click on "Extensions" and type "julia" in the search box and hit enter. Install the julia extension.
  4. Required Julia packages can then be installed by running RequiredPackages.jl from the code folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published