Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,468 members, 7,808,686 topics. Date: Thursday, 25 April 2024 at 03:20 PM

Bearnana's Posts

Nairaland Forum / Bearnana's Profile / Bearnana's Posts

(1) (2) (of 2 pages)

Properties / Bearnahomes: Online Real Estate Agency by bearnana(f): 3:12pm On Mar 04, 2019
Are you in need of a property for let, rent, lease or sale? Getting a new house or property for rent, lease or sale can be quite stressful. With BearnaHomes, your new house or property is just a click away. You do not need to leave the comfort of your house.

Are you a agent or landlord seeking to advertise your properties, no need to incur cost making sign boards and banners, BearnaHomes helps you advertise your properties for free. Let's get you your clients while you sit back and relax.
All you need to do, is visit https://bearnahomes.com, and register.

Follow us on FB. BearnaHomes, IG. @bearnahomes. Twitter.@BearnaHomes.

Send an email at info@bearnahomes.com
Programming / Re: My Journey Into AI by bearnana(f): 4:26pm On Nov 18, 2017
Good gracious... I didn't expect this much focus...
@SoftEng thanks for your input
SoftEng:


Lastly, I'll note here that if you are building just a small AI system, then you may not need to consider your hardware. But I'll tell you that modern AI systems that powers Language Processing systems, Computer Vision, Speech etc are nothing near small in computational size.

Fin.
Just to clarify what I did with my TicTacToe
1: I built a system that takes the moves a user makes and inserts into the database
2: If you win the computer, those moves are regarded as success moves
3: If you play again with computer and computer is to start, it plays that success moves to try to win you.
4: If you still win, it repeats step two until all the possible moves has been learnt.

Thats pretty much AI in PHP and MySql

If I wanted to do something like Language Processing, yes it would consider hardware. But think of something like [url="https://www.program-o.com/"]this[/url], its a chatbot. It was built in PHP and MySql. It still follows the same line of logic for the game.

TheOtherGeek:

But, I'd leave @bearnana with note;
Using OpenCL over CUDA cos of compatibility issues means you have to work 5x harder (if you're building from scratch) so, just give it a thought, you could even use JavaScript if you're more comfortable with it over Python.
Read this when you've got the time;
https://news.ycombinator.com/item?id=12309419

Just don't bother yourself about what people say about large datasets...who cares, you're just learning right? Not a NASA project yet so keep learning and when you notice hops or issues then you can learn how to work with GPUs instead of the traditional CPU.

Thanks for the advice, I wonder why I didn't think of JavaScript?

@osarenomaspecial Thanks for the advice.

So far the AI thing is not as confusing as I thought. There is no need to discourage anybody with hardware semantics (my system is an intel dual core and it is serving me well so far). But like I said, my reason for learning AI is because of Quantum Computation (thats where I see some real headache.
Programming / Re: My Journey Into AI by bearnana(f): 2:20pm On Nov 17, 2017
SoftEng:


I looked through your github page.
AI is a good field to get into. I have been reading about some promising news about Quantum Computing as well, so I guess something practical will soon be coming out of the field that has been in theory mode for a long time.
On the long run, when you delve deeper and deeper into technical aspects of modern AI (which is all about applying Machine Learning/Deep Learning/Reinforcement Learning techniques to computer vision, natural language processing, speech, robotics and so on), then you may have to use python or java (for enterprise related AI). The main reason to use python is because most of the really good libraries for modern AI are available in python. Although I have not checked, I suspect that you won't get any good AI library in PHP (except for the ones that may help you call APIs that contain pre-built AI models).

I know that Python is the best choice for AI. I do intend to jump to python when it seems as though PHP may not serve me well. My choice of PHP is because of my current work. I believe before I get to the part where it seems too horrendous for PHP to tackle, I'll quickly pivot to Python.
And there are Machine Learning Libraries in PHP...
Programming / My Journey Into AI by bearnana(f): 11:11am On Nov 17, 2017
I was reading up on Satoshi's Bitcoin Algorithm and I stumbled on Quantum Computing which led me to AI. So I have decided to tow the line of AI. My aim is to contribute to Quantum Computing. So I created a github repo which I will try to contribute to everyday until I feel I have grasped AI and ready for Quantum Computing.

I know there are some devs that want to jump into AI but are a little confused so if you want some guidance from a newbie, I'd be updating the readme everyday before I go to bed. I hope there is another psycho out there like me who is also adventurous.

FYI, I started officially yesterday. I wrote a Tic Tac Toe game in PHP and codeigniter. So if you want to catch up, that was my task yesterday and I'm done today, so I'll drop what I did today tomorrow.

Github link : https://github.com/Bear-nana/AI-Ignorance
Programming / Re: Quantum Computing by bearnana(f): 2:00pm On Nov 16, 2017
proxy20:
Combination of math, physics and computer engineering



https://github.com/krishnakumarsekar/awesome-quantum-machine-learning/blob/master/README.md

Wow!! shocked shocked Thank you very much...
Programming / Quantum Computing by bearnana(f): 1:49pm On Nov 16, 2017
Is there anyone with knowledge of Quantum Computing who could point me in the right direction? The concept seems a little vague to me... But I believe I could catch up quick.
Programming / Re: Good Nigerian Hosting Providers by bearnana(f): 5:52pm On Nov 14, 2017
Onosokwe:
Check this guys out
99.9% uptime?? smiley
I'll pass. Don't bother, I'll stick with Bluehost, I was intending to patronize Nigeria more...
Programming / Good Nigerian Hosting Providers by bearnana(f): 1:09pm On Nov 14, 2017
Can anyone suggest a nigerian hosting provider that has mobile accessibility feature i.e. I can access the cpanel from my mobile phone and offers shell access.
Please no need to suggest SmartWeb, their uptime is not that great.
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 11:53pm On Oct 29, 2017
amulet:


well for me HTML CSS (which are not programming languages though).....am still building my php and msql fortress which I intend abdoning for angular js and mongo db (by next year though).....but before the year runs out I intend diving into python ......it's not easy o but it's very interesting once u get the hang of it.

nice to meet u again boss bearnana.
Nice!! Angular is pretty awesome. There are a lot of frameworks you could have under your belt, when you learn a language. I love algorithm though so building apps is usually a bore.
Nice to meet you too Boss amulet
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 3:44pm On Oct 29, 2017
teshiam:


Can you create a PHP at the backend to communicate with a MySQL database.
Please refer a pdf on that for me, i need it for an app.
I know Java buh i hate anything web involved(not challenging).

Yes I can. And for your app, it would be easier if you broke down what you wanted to develop into tiny bits.

There are a lot of free pdf's on the internet. I'd recommend O'reilly pdfs on PHP and MySQL.

http://www.ebooksbucket.com/uploads/itprogramming/javascript/Learning_PHP__MySQL___JavaScript_With_jQuery__CSS___HTML5__4th_Edition.pdf
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 11:16am On Oct 29, 2017
amulet:

woow it's so nice to meet a female programmer .....how many language are u conversant with

If you classify HTML and CSS as languages, then I would say 4.
JS and PHP inclusive. I hope to pick up Java before 2017 runs out.

LordeCalifornia:

Really? Quite interesting.
You seem to know much already.
Sometimes I feel I don't know enough. There are some colleagues of mine who are really crazy. I think being around crazy people helps too
Programming / Re: Hints Needed by bearnana(f): 4:24pm On Oct 26, 2017
QueryUnical:


If u are familiar with a site like stack overflow you will see numerous international Job vacancy there.Some offer visa and cost of relocation.

They usually send applicants jobs test via email and require the solution be submitted via email.

Those tests are a test of d applicants programming ability and thus situability for the job.

The expect d applicant to be honest.enough to take the test himself and they also do not expect him to make the test because dy hardly change questions.


If d above is indeed a job test given to d op,it means that rather dn solving d problem himself so that his solution will reflect his true programming capability( which is actually the intention), he is tryg to get nairalanders to help him solve the problem so that the solution will be a false reflection of his programming capability.

It means he got help in solvg d problem, he got unfair advantage, he deceived d hr team by giving them false information about his programming capability.It also means he tryg to get the job by use of deceit.

Remember other persons have also applied.So, in effect, it means while other people are busy racking their brains. he is busy getting nairalanders to rack their brains on his behalf.

So, if, d above is indeef true about d post and poster,it means the poster attempted to cheat.

Programming / Re: List Out The New Animes by bearnana(f): 10:48am On Oct 26, 2017
How is south park anime??
Criminal minds anime??
SMH!
stelavick45:
http://asustudgov.org/groups/live-full-watch-grand-designs-season-18-episode-8-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-the-shannara-chronicles-season-2-episode-3-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-the-goldbergs-season-5-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-the-blacklist-season-5-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-modern-family-season-9-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-criminal-minds-season-13-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-chicago-pd-season-5-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-designated-survivor-season-2-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-seal-team-season-1-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-speechless-season-2-episode-5-hd-online-stream/
http://asustudgov.org/groups/live-full-watch-total-bellas-season-2-episode-8-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-doc-martin-season-8-episode-6-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-survivor-blood-vs-water-season-35-episode-5-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-american-housewife-season-2-episode-5-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-channel-zero-no-end-house-season-2-episode-6-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-dynasty-season-1-episode-3-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-law-order-special-victims-unit-season-19-episode-5-hd-onlin/
http://www.roseanneworld.com/topic/live-full-watch-broad-city-season-4-episode-6-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-south-park-season-21-episode-6-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-american-horror-story-season-7-episode-8-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-mr-robot-season-3-episode-3-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-riverdale-season-2-episode-3-hd-online-stream/
http://www.roseanneworld.com/topic/live-full-watch-the-flash-season-4-episode-3-hd-online-stream/
Programming / Re: Can Someone Learn PHP In Four Contact by bearnana(f): 7:10pm On Oct 25, 2017
sunpumping:
Thank you so much for all the instructions and advice. Pls is there a particular book that I can use to develop myself on PHP. Thanks.

https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#php

Thats a github link. I'd suggest "PHP Programming" on that list

2 Likes

Programming / Re: Can Someone Learn PHP In Four Contact by bearnana(f): 11:15pm On Oct 24, 2017
Well, its not a sunday until you completely waste it then feel really sad in the evening...
grin grin grin grin
Programming / Re: Can Someone Learn PHP In Four Contact by bearnana(f): 11:15pm On Oct 24, 2017
grin grin

Programming / Re: Challenge Me by bearnana(f): 10:54pm On Oct 24, 2017
Good Lord, a lot of comments to read through... shocked shocked cool cool
DanielTheGeek smiley smiley
Programming / Re: Challenge Me by bearnana(f): 6:39pm On Oct 20, 2017
With PHP

<?php
function generate_primes($n) {
$limit = sqrt($n);
$primes = array_fill(0, $n, 0);
$primes[0] = $primes[1] = 1;
for($i = 2; $i <= $limit; $i++) {
if($primes[$i] === 0) {
for($j = 2; $j < $n; $j++) {
if($i*$j > $n)
break;
else
$primes[$i*$j] = 1;
}
}
}
return sizeof($primes)-1;
}


?>

I just noticed that this is incomplete, it only solves the Euler Totient function... I'll update later...
bolkay47:
Euler's Totient function, φ(n) [sometimes called the phi function], is used to determine the number of positive numbers less than or equal to n
which are relatively prime to n. For example, as 1, 2, 4, 5, 7, and 8, are all less than nine and relatively prime to nine, φ(9)=6.
The number 1 is considered to be relatively prime to every positive number, so φ(1)=1.
Interestingly, φ(87109)=79180, and it can be seen that 87109 is a permutation of 79180.
Find the value of n, 1 n 107, for which φ(n) is a permutation of n and the ratio n/φ(n) produces a minimum.
Programming / Re: Challenge Me by bearnana(f): 5:22pm On Oct 20, 2017
bolkay47:
Euler's Totient function, φ(n) [sometimes called the phi function], is used to determine the number of positive numbers less than or equal to n
which are relatively prime to n. For example, as 1, 2, 4, 5, 7, and 8, are all less than nine and relatively prime to nine, φ(9)=6.
The number 1 is considered to be relatively prime to every positive number, so φ(1)=1.
Interestingly, φ(87109)=79180, and it can be seen that 87109 is a permutation of 79180.
Find the value of n, 1 n 107, for which φ(n) is a permutation of n and the ratio n/φ(n) produces a minimum.

Is anybody working on this?? Any headway yet?
Programming / Re: Challenge Me by bearnana(f): 4:46pm On Oct 20, 2017
dhtml118:
bearnana, you failed the test : here is the correct php answer


I know how to write classes in PHP, why don't you give me credit that my function works

bolkay47:
Euler's Totient function, φ(n) [sometimes called the phi function], is used to determine the number of positive numbers less than or equal to n
which are relatively prime to n. For example, as 1, 2, 4, 5, 7, and 8, are all less than nine and relatively prime to nine, φ(9)=6.
The number 1 is considered to be relatively prime to every positive number, so φ(1)=1.
Interestingly, φ(87109)=79180, and it can be seen that 87109 is a permutation of 79180.
Find the value of n, 1 n 107, for which φ(n) is a permutation of n and the ratio n/φ(n) produces a minimum.


This is interesting...
Programming / Re: Challenge Me by bearnana(f): 12:56pm On Oct 20, 2017
With PHP

<?php

function get_good_eggs( $all_eggs, $bad_eggs) {

$bad_eggs = array_intersect($all_eggs,$bad_eggs);
$good_eggs = array_diff($all_eggs,$bad_eggs);
foreach($bad_eggs as $key => $value) {
$good_eggs[] = $value;
}
return $good_eggs;
}

?>

Apologies for my shrewd variable names

4 Likes

Programming / Re: Challenge Me by bearnana(f): 9:11am On Oct 20, 2017
Just here to watch...

1 Like

Programming / Re: 14 Programming Languages For Mobile App Development by bearnana(f): 12:29pm On Oct 18, 2017
SirAbdulthe1st:

Hi, can you please tell me the developer cycle on slack, mentioned by pcguru1 I want to join. They don clear that thread

Devcenter-square
Programming / Re: 14 Programming Languages For Mobile App Development by bearnana(f): 11:58am On Oct 18, 2017
adelnehis:
You are a fool if you think you need
JavaScript
HTML5
Ruby
Perl
Rust
python
PHP

for app development

Fool is a strong word.
Ionic and Cordova can build hybrid application and the language for hybrid application is JavaScript, SASS and HTML5. I'm currently learning just that and Python, PHP, Perl can build the API technology needed to make a call from the compiled application.

So I believe you should take back your words.

I'm not sure but I think Access Bank mobile app is hybrid.

1 Like

Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 11:18am On Oct 18, 2017
LordeCalifornia:

Hi! How long have you been coding?

About a year now.
Programming / Re: A Good App Developer Wanted Urgently by bearnana(f): 10:33am On Oct 18, 2017
.
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 9:59am On Oct 18, 2017
Legolast:


Are you into programming??

Yes. I hope the OP won't report us for having a 'mini off the point discussion'.. grin grin
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 9:21am On Oct 18, 2017
Legolast:

Thanks for the encouragement
But, after going through some pdfs on my pc I noticed that everything is about mathematics. How does mathematics relate to programming?? I'm confused bro

I'm not bro. cry cry
I think there is a 'what programming language should I learn first' thread.
For me, I'd suggest you try building a login and registration application. It helps you understand your language of choice and how to deal with databases. I believe every other thing is basically logic.
Programming / Re: Learn PHP & MYSQL The Fast Way. by bearnana(f): 8:54pm On Oct 17, 2017
Legolast:


I think na only me dey reason like this.
I have been trying to learn php for 5 days now using w3school and YouTube video tutorials, I was unable to move pass comment.

LMAO!! Your comment really made me laugh out loud. I don't know how to watch videos and code, its somewhat distracting i.e. switching between my text editor and media player. I'd suggest pdfs (you can copy the sample codes and quickly test).

Just keep at it, it will make sense someday. grin

(1) (2) (of 2 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. 80
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.