Skip to content

romainds-tech/IA-Masterclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IA - Masterclass

This repository contains different implementation of perceptron algorithm and his implementation with layer. You can find rust and python implementation. In wich implementation you can find a simple example of how to use it.

  • Main file: definition of dataset and layer
  • Perceptron file: implementation of perceptron algorithm
  • Layer file: implementation of layer

How to use Python implementation:

  • install python3
  • go in /python folder and run:
python3 main.py

How to use Rust implementation:

  • install rust and cargo
  • go in /rust folder and run:
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published