Euler Question One

Goal This blog helps people understand how projecteuler.net works, and provides a basic solution of problem 1 in Python with explanations. About Project Euler projecteuler.net is a website that offers series of challenging mathematical/computer programming problems. It aims to help the audiences arrive at elegant and efficient methods, understand the use of a computer, and approach programming skills, in order to solve most problems. Get Stated An account could be simply registered if you do not have one.
Read more →

Comparative Evaluation of AI Project

Deep Learning Studies for Handwritten Digit Classification II Comparative Analysis Based on my research and training data from Deep Learning Studies for Handwritten Digit Classification I, I analyzed the advantages and disadvantages of Pytorch, TensorFlow, and Keras. More precisely, PyTorch is applied for training deep learning models in detail and is typically used to meet very specific requirements which could be the choice for a large number of researchers. TensorFlow and PyTorch are both good for advanced projects, such as creating different neural networks for voice/image recognition and text-based applications.
Read more →

AI Project

Deep Learning Studies for Handwritten Digit Classification I Overview PyTorch, TensorFlow, and Keras are the three selected open-source software for building an elementary convolutional neural network(CNN). PyTorch is an open source machine learning library written in Python, used for applications like natural language processing. TensorFlow is an open-source software and symbolic math library for dataflow programming across various tasks, used for applications like neural networks. Keras is a high level API also written in python to manage different libraries, which focuses on being modular, extensible, and user-friendly.
Read more →

P3P Research

Read more →