Skip to content

A selection of resources to learn Python programming, Artificial Intelligence and Machine Learning 🤖

Notifications You must be signed in to change notification settings

42-AI/42ai_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

42 AI Logo

Artificial Intelligence Resources

Share resources, assets and information 🤖


In this repository, you will find various resources, tutorials, FAQs, known issues and so forth on AI practice at school 42.

Learning & Tutorials

Algorithms

Math

ML and infosec

42 projects

Contributing

You are a 42 student and you want to contribute?

  1. Fork the repository.
  2. Clone the forked repository to your machine and change it to your working directory.
  3. Create a branch.
git checkout -b <yourbranchname>

Example:

git checkout -b add-tutorial
  1. Commit and push your changes.
git push origin <yourbranchname>

Example:

git push origin add-tutorial
  1. Open a pull request by clicking on the Compare & pull request button you'll see on the remote repository.
  2. Your changes will be merged into the master branch as soon as possible.

About

A selection of resources to learn Python programming, Artificial Intelligence and Machine Learning 🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published