Introduction: The ANN neural network contains three layers, The first one is input layer and the last one is the output layer, IN between ...
AKPython Blogs
Python programming blog
Monday, May 2, 2022
Thursday, January 20, 2022
Welcome to Metaverse..! 🌐
AKPython
Thursday, January 20, 2022
MetaVerse: Metaverse is the network paradox and it will open a vast number of possibilities in the future, Did you see the movie called &qu...
Sunday, June 27, 2021
Car price prediction using Machine learning python
AKPython
Sunday, June 27, 2021
This blog contains the source code for Machine learning project car price prediction using python. Step 1: Installing libraries *pip install...
Tuesday, June 22, 2021
OCR using Pytesseract library in python ( 20 lines )
AKPython
Tuesday, June 22, 2021
This blog contains code for the text detection using open-cv and Pytesseract libraries in python STEP1: Installation of libraries *pip ins...
Saturday, June 19, 2021
Salary prediction using python
AKPython
Saturday, June 19, 2021
This blog contains the code for salary prediction machine learning project using python. STEP1:Installing requirements: *pip install numpy *...
Sunday, June 13, 2021
Weather prediction using python Machine learning project ( Naïve Bayes )
AKPython
Sunday, June 13, 2021
This blog contains the code for Weather prediction machine learning project using python Programming STEP1: Installing Dependencies *pip i...
Wednesday, June 9, 2021
Voice Translator using python ( 25 lines )
AKPython
Wednesday, June 09, 2021
Hello python programmers, This blog contains the code for voice translator using python STEP 1: Libraries required *pip install speech Recog...
Saturday, June 5, 2021
Instagram Automation ( send messages ) using python
AKPython
Saturday, June 05, 2021
Hello python programmers, In this video we're going to see about how to create a Instagram Bot using python With the help of selenium ...
Wednesday, June 2, 2021
K means clustering project using python
AKPython
Wednesday, June 02, 2021
Hello python programmers, This is AK. In this video we’re going to see about one of the most popular and important algorithms in machine lea...
Friday, May 28, 2021
Audio encryption & decryption using python
AKPython
Friday, May 28, 2021
This blog contains the code for Audio encryption using python Step 1: Library installation * pip install cry...