Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.38 KB

File metadata and controls

15 lines (12 loc) · 1.38 KB

TechProjects Banner

Knowledge base for developing AI-related projects. Here you can find any relevant documentation and code to apply to your project. If it's the first time you are coding in python. Please check:

Contents

  1. AIBasics. Where we introduce the concept of AI and simpler but very powerful algorithms and concepts (e.g. Pathfinding, Sentiment Analysis, Probability of events,...)
  2. Models. Basics on Models and Pytorch. Also useful for any simple project or basic prototype.
  3. Regression. Useful for any project where we are trying to predict data. (e.g. Temperature rise from indicators, Weather, ...)
  4. Classification. For any project where we are trying to get the probability of something belonging to a specific. (e.g. Probability of diabetes, Classifying images,...)

Credits

For the developing of this repository, we used the following sources: