Object-Oriented Programming with C++
The book aims at providing an all-round enrichment of knowledge in the area of object-oriented programming with C++ as the implementation of language. The author has used simple language to explain...
Monday, 11 February 2019
Learn R in a Day Kindle Edition
Irawen February 11, 2019 R No comments
Learn R in a Day
'Learn R in a Day' provides the reader with key programming skills through an examples-oriented approach and is ideally suited for academics, scientists, mathematicians and engineers. The book assumes no prior knowledge...
Saturday, 9 February 2019
Deep Learning with Python by Francois Chollet
Irawen February 09, 2019 Python No comments

Deep learning is applicable to a widening range of artificialintelligence problems, such as image classification, speech recognition,text classification, question answering, text-to-speech, and opticalcharacter recognition.Deep Learning with...
Numerical Python by Robert Johansson
Irawen February 09, 2019 Python No comments

Numerical Python by Robert Johansson shows you how to leverage the numerical and mathematical modules in Python and its Standard Library as well as popular open source numerical Python packages like NumPy, FiPy, matplotlib and more to numerically...
Python Continuous Integration and Delivery: A Concise Guide with Examples by Moritz Lenz
Irawen February 09, 2019 Python No comments

Gain the techniques and tools that enable a smooth and efficient software development process in this quick and practical guide on Python continuous integration (CI) and continuous delivery (CD). Based on example applications, this book introduces...
Wednesday, 6 February 2019
Thursday, 31 January 2019
Random forest in R Language
Irawen January 31, 2019 R No comments
In
the random forest approach, a large number of decision trees are
created. Every observation is fed into every decision tree. The most
common outcome for each observation is used as the final output. A new
observation is fed into all the trees and taking a majority vote for
each classification model.
An error estimate is made for the cases...
Saturday, 26 January 2019
Popular Posts
-
While Excel remains ubiquitous in the business world, recent Microsoft feedback forums are full of requests to include Python as an Excel ...
-
Explanation try block: Python runs the code inside the try block first. print("Hello") executes normally, so it prints: Hel...
-
Line-by-line explanation: prod = getProd(4,5,2) This line is trying to call a function named getProd with arguments 4, 5, and 2. How...
-
This is a recursive function . It calculates the sum of all numbers from 1 to num. How does recursion work here? Let's see how sum(5...
-
Step-by-step Explanation: playerScores = dict() Creates an empty dictionary named playerScores. Adding player scores: playerSc...
-
Exploring Python Web Scraping with Coursera’s Guided Project In today’s digital era, data has become a crucial asset. From market trends t...
-
What happens: num = 6 A variable num is created and assigned the value 6. decrement(num) This calls the decrement function and pass...
-
Understanding the code: 1. range(0, 6, 4) This means: Start from 0, go up to (but not including) 6, and increment by 4. So, it genera...
-
What’s happening here? fruits is a list of 5 string items. [ 'Python' , 'Py' , 'Anaconda' , 'CPython' , ...
-
Learning LangChain: Building AI and LLM Applications with LangChain and LangGraph LangChain is an open-source framework designed to simplif...
Categories
100 Python Programs for Beginner
(98)
AI
(40)
Android
(24)
AngularJS
(1)
Api
(2)
Assembly Language
(2)
aws
(17)
Azure
(7)
BI
(10)
book
(4)
Books
(198)
C
(77)
C#
(12)
C++
(83)
Course
(67)
Coursera
(251)
Cybersecurity
(25)
Data Analysis
(3)
Data Analytics
(3)
data management
(11)
Data Science
(149)
Data Strucures
(8)
Deep Learning
(21)
Django
(16)
Downloads
(3)
edx
(2)
Engineering
(14)
Euron
(29)
Events
(6)
Excel
(13)
Factorial
(1)
Finance
(6)
flask
(3)
flutter
(1)
FPL
(17)
Generative AI
(11)
Google
(36)
Hadoop
(3)
HTML Quiz
(1)
HTML&CSS
(47)
IBM
(30)
IoT
(1)
IS
(25)
Java
(93)
Java quiz
(1)
Leet Code
(4)
Machine Learning
(85)
Meta
(22)
MICHIGAN
(5)
microsoft
(4)
Nvidia
(4)
Pandas
(4)
PHP
(20)
Projects
(29)
pyth
(1)
Python
(1055)
Python Coding Challenge
(461)
Python Quiz
(128)
Python Tips
(5)
Questions
(2)
R
(70)
React
(6)
Scripting
(3)
security
(3)
Selenium Webdriver
(4)
Software
(17)
SQL
(42)
UX Research
(1)
web application
(8)
Web development
(4)
web scraping
(2)