You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI course projects for problems like searching such as BFS, IDS and A*, genetic algorithms, Minimax tree, Naive bayes for classification, Machine Learning algorithms for anticipating price of houses and a Neural Networks by different approaches(from scratch, pytorch, keras)
The Credit Card Fraud Detection Problem includes modeling past credit card transactions with the knowledge of the ones that turned out to be a fraud. This model is then used to identify whether a new transaction is fraudulent or not. Our aim here is to detect 100% of the fraudulent transactions while minimizing the incorrect fraud classifications.