Skip to content

A compilation of neural networks codes with various languages and tools

Notifications You must be signed in to change notification settings

martinapugliese/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Repo with code (scripts and notebooks) about some algorithms analysed in their workings and performance. The input material may be from university courses (there are references). Code will be primarily in Python with occasionally other languages.

## Peak finder

This algorithm is from course "Introduction to algorithms" @MIT, taught in fall 2011 by Proff. E Demaine and S Devadas and is analysed in lecture 1.

In the notebook, I just code the two versions analysed in the lecture and do some plots of the asymptotic complexity.

Perceptron neuron

A perceptron neuron, coded in C++.

About

A compilation of neural networks codes with various languages and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published