Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 831 Bytes

File metadata and controls

12 lines (7 loc) · 831 Bytes

ANN_Learning_with_Distributed_Bio-inspired_Algorithms

Final Year Project, B. Tech. C.S.E [2022]

  1. Research based project for improving the efficiency of Artificial Neural Network.

  2. Used few bio-inspired algorithms like PSO, Genetic Algorithm, etc. instead of back-propagation algorithm to find the best set of weights or the best model depending on the given dataset.

  3. Distribution was done using PySpark on a cluster (DCS, CUSAT) to improve time taken on larger datasets.

  4. Implemented parallel versions for the algorithms (multi-threading). Also compared accuracy vs time, time vs number of threads, etc. found an improvement from existing methods.

  5. The code works with any classification data given as a csv file and builds the best model in a lesser amount of time while maintaining relatively good accuracy.