Posts

Showing posts from 2019

Useful python Libraries for Machine Learning Projects #3

Image
1.Keras Keras is a one of the excellent Python libraries for machine learning. It makes expressing neural networks easier along with providing some of the best utilities for compiling models, processing data-sets, visualization of graphs and more. 2.Numpy Numpy is another popular machine learning python library. It is easy to used, interactive and quite intuitive.  It makes complex mathematical implementations very simple.  Numpy can be used for expressing images and sound waves and other binary raw streams in the form of an array of real numbers in 1 N – dimension. 3.TensorFlow  Tensor flow is an open source Python Library Developed by Google and collaboration with Brain Team.  Tensor Flow is used for writing new algorithms that include a large number of tensor operations.  As neural network can be easily expressed as computational graph, they can be implemented as a series of operations. 4.Scikit – Learn  skit – Learn...

Laptop Hardware Parts #2

Image
1. Motherboard 2. Central Processing Unit (CPU) 3. Random Access Memory (RAM)_ 4. Power Supply 5. Video Cards 6. Hard Drive (HDD) 7. Solid State Drive ( SDD ) 8. Optical Drive(e.g.  DVD/CD drive) 9. Card Reader (SD/ SDHC  CF, etc.) 10. Monitor 11 .Keyboard 12. Mouse 13. Battery Backup 14. Flash Drive 15. Printer 16. Speakers 17. External Drive 18. Pan Tab late 19. Network interface card (INC) 20. Sound Cards 21. Expansion Card (USB) 22. Hard Drive Controller Card 23. Analog 24. Scanner 25. Projector 26. Floppy Disk Drive ( FDD ) 27. Joystick 28. Webcam 29. Microphone 30. Tape Drive 31. Zip Drive 32. Digital Modem (e.g. Cable Modem) 33. Router 34. Network Switch 35. Access Point 36. Repeater 37. Bridge 38. Print Server 39.Firewall 40.Fan (CPU, GPU, Case, etc.) 41. Heat Sink 42. Data Cable 43. Power Cable 44. EMOS Battery 45. Daughter board 46. Cooling fan 47. Camera 48. USB Port 49. ...

Awesome Tips for Beginner #1

Image
1.AT A Time only one task Stick: Ask for Help Asking for help can be embarrassing &’ trying to figure stuff out on your own ‘can help you learn. But if you wait too long, or never ask for help, you ‘ll end up spinning your wheels & wasting time!   2.Don ‘t Be Afraid to Ask for Help: Asking for help can be embarrassing &’ trying to figure stuff out on your own ‘can help you learn.  But if you wait too long, or never ask for help, you ‘ll end up spinning your wheels & wasting time!   3.Utilizing Internet: (Sometimes Programming Is More’) If Quoting About Search On the Internet It Is Actually Verifying.   4.Remember Technology Always changes: Languages  ​​ & frameworks don  ‘ t last forever.    If you want to become successful in this field, learn to unlearn & learn to learn!   5.Never Give Up: Just ‘you do what you can for as long as you can’ and when you finally can’t, you do the next best thing.  You bac...