0

Python Challenges!

Please post challenges you would like solved, anyone is free to solve them! Please enter as: Title (Level of Difficulty - Beginner, Intermediate, or Advanced) Description of Challenge

2nd Jan 2018, 6:45 PM
Jai Gandhi
Jai Gandhi - avatar
2 Answers
+ 2
Intermediate Create a neural network that takes in any number of inputs and returns an output. The network should be flexible and use arrays to take in the inputs. The inputs should be between 0 and 1 (use a sigmoid function to squash numbers into this range) and should have an accuracy of above 90%. Use the numpy library for your random weights. Good luck :)
2nd Jan 2018, 6:51 PM
Giancarlo Forero
0
[Advanced] Make a unique program proving that each of the numbers in this list are prime numbers and that there exist no other primes between the first and the last [11220046402109 , 11220046402127 , 11220046402139 , 11220046402153 , 11220046402157 , 11220046402193 , 11220046402199 , 11220046402249 ]
2nd Jan 2018, 8:22 PM
VcC
VcC - avatar