Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,205,601 members, 7,993,055 topics. Date: Monday, 04 November 2024 at 03:14 AM |
Nairaland Forum / Gbolly1151's Profile / Gbolly1151's Posts
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 16 pages)
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 6:29pm On Jun 06, 2020 |
donproject:One of my goals is to know in and out of python and along this path i can see c language being my next programming language because of cpython implementation and being the first language to implement python but dont think i can move to it now. |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 6:24pm On Jun 06, 2020 |
Predstan:Do you understand that your equation to calculate complexity will be Sorted list + binary search |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 2:04pm On Jun 06, 2020 |
donproject:Well said.... >>>python get complex when someone begin to define wrapper with decorators and functional concept where functions in some cases chaining this way
>>>More complex,when writing abstract class using metaclass and >>> most complex when writing in c language to work in python(most advanced) |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 10:05am On Jun 06, 2020 |
Should: Lolz....small small sir,a step at a time |
Programming / Re: Python And C++ Programmer Needed ASAP by gbolly1151(m): 10:12pm On Jun 05, 2020 |
For Python pm on 07060435624 |
Programming / Re: Python 3: Exercises And Solutions. by gbolly1151(m): 10:03pm On Jun 05, 2020 |
Give a recursive algorithm to compute the product of two positive integers, m and n, using only addition and subtraction. |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 5:17pm On Jun 05, 2020 |
Should:You can reach me on WhatsApp 07060435624 1 Like |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 2:57pm On Jun 05, 2020 |
Should: >>>start with python basic,solve questions along the line >>>socket programming using python >>>start reading basic ethical hacking,understand the theory >>>test your skill with practical |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 1:36pm On Jun 05, 2020 |
Should:That is good...python is a great way to start ethical hacking, you can pick up book on google and videos then build yourself up |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 7:41am On Jun 05, 2020 |
Should:What do you want to achieve ? |
Programming / Re: Data Structures And Algorithms: A Beginner's Journey. by gbolly1151(m): 9:54pm On Jun 04, 2020 |
Rafoski:If f(n) = n + n That doesn't mean the Big - O is n^2 ,the big - O is (n) |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 9:40pm On Jun 04, 2020 |
Predstan: Storing rows using nested list would have been easy...right now,i haven't think what best algorithm will be better. |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 11:40am On Jun 04, 2020 |
Predstan: Can you give worked example of matrix multiplication output you want, because only dot product i can remember now....dont mind me oo |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 9:30am On Jun 04, 2020 |
Predstan:Will check |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 9:27am On Jun 04, 2020 |
iCode2:Glad it work |
Programming / Re: Data Structures And Algorithms: A Beginner's Journey. by gbolly1151(m): 10:13pm On Jun 03, 2020 |
Following your thread. 1 Like |
Programming / Re: Python 3: Exercises And Solutions. by gbolly1151(m): 9:12pm On Jun 03, 2020 |
Guy...this is advance question and it is base on graph data structure,i myself haven't try to solve it but you can give it a try and test your data structure skill Write a program that builds the routing tables for the nodes in a computer network, based on shortest-path routing, where path distance is measured by hop count, that is, the number of edges in a path. The input for this problem is the connectivity information for all the nodes in the network, as in the following example: 241.12.31.14: 241.12.31.15 241.12.31.18 241.12.31.19 which indicates three network nodes that are connected to 241.12.31.14, that is, three nodes that are one hop away. The routing table for the node at address A is a set of pairs (B,C), which indicates that, to route a message from A to B, the next node to send to (on the shortest path from A to B) is C. Your program should output the routing table for each node in the network, given an input list of node connectivity lists, each of which is input in the syntax as shown above, one per line. |
Programming / Re: Python 3: Exercises And Solutions. by gbolly1151(m): 9:01pm On Jun 03, 2020 |
Shepherdd: Good job boss....i will be back with graph question 1 Like |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 8:55pm On Jun 03, 2020 |
iCode2:You are trying to access an invalid command |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 8:48pm On Jun 03, 2020 |
iCode2: This my solution might not be best algorithm but it solve it
|
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 7:49pm On Jun 03, 2020 |
iCode2: Just seeing this will check |
Programming / Re: Python 3: Exercises And Solutions. by gbolly1151(m): 7:30pm On Jun 03, 2020 |
Shepherdd: Write a recursive function to reverse a list |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 10:23am On Jun 03, 2020 |
UNDERSTAND isinstance() METHOD USING A SIMPLE QUESTION if someone ask you "is mr.A from Nigeria?" the reply is either yes or No i.e True or False that is the same question you are asking whenever isinstance() method is invoked "Is object A from class Z?" e.g isinstance(1,int) is the same as asking, "is 1 from int?" in which the answer is True |
Programming / Re: Artificial Intelligence And Machine Learning Group by gbolly1151(m): 1:35pm On May 30, 2020 |
Thanks |
Programming / Re: Artificial Intelligence And Machine Learning Group by gbolly1151(m): 8:26am On May 30, 2020 |
Few weeks ago,i pick up deep learning and it seem easy to me, please it is that easy or am getting it wrong? So far,i have been able to understand >>>weight >>>perceptron >>>activation function >>>multi-perceptron >>>feed forward >>>back propagation >>>loss (cost function) >>>optimizer Below is the link to my posts about what i have learnt so far https://www.nairaland.com/5869408 With all these,it was easy to go back to ML and start picking the algorithm. I have been able to build a model and tune the hyperparameter. Is there still something am getting wrong,it seem easy than the hype |
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 5:14pm On May 29, 2020 |
DONT HARDCODE SPLIT() FUNCTION Assuming full name is seperated by space e.g 'john smith', 'issac newton' and you want to split to firstname and lastname
|
Programming / Re: Let Learn Artificial Neutral Network by gbolly1151(m): 2:35pm On May 29, 2020 |
gbolly1151: This is for simply linear equations,it get complex when we have y = a + b1x1 + b2x2 If not for research purpose,you dont need them and you can proceed to use keras to start building your model since you get overview of the concept... In next update i will post how to build a model using keras |
Programming / Re: Let Learn Artificial Neutral Network by gbolly1151(m): 2:28pm On May 29, 2020 |
What is Back propagation? To understand back propagation, you need to understand calculus. It is the way of obtaining error in each weight of the network in order to update it. Recall that Input >>>> Z=weight * input >>>> activation (Z) >>>>> predicted output If the predicted output is equal to real output,then we need not to update the weight else we will update
|
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 3:49pm On May 27, 2020 |
PLEASE AVIOD THIS MISTAKE IN YOUR CODE
|
Programming / Re: Common good python programming practices you should know by gbolly1151(m): 2:57pm On May 27, 2020 |
KEY DIFFERENCE BETWEEN is AND == is operator is use to check if two object have the same id number == is use to check if two objects have the same value
|
Programming / Re: Let Learn Artificial Neutral Network by gbolly1151(m): 10:31am On May 26, 2020 |
WHAT IS FEEDFORWARD? When an input move from input layer through hidden layers then to ouput layer,that is feedforward Input >>> hidden layer >>> output (feedforward operation) |
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 16 pages)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 57 |