by Lora Lennertz
Last Updated Apr 3, 2025
282 views this year
Books
Fuzzy Sets-Based Methods and Techniques for Modern Analytics by Ali Ebrahimnejad; José Luis VerdegayThe book offers a comprehensive, practice-oriented introduction to the field of fuzzy mathematical programming (FMP) as key topic of modern analytics. FMP plays a fundamental role in dealing with a varied range of problems, such as those concerning smart cities, sustainability, and renewable energies. This book includes an introduction to the basic concepts, together with extensive information on the computational-intelligence-based optimization models and techniques that have been used to date. Special emphasis is given to fuzzy transportation problems. The book is a valuable resource for researchers, data scientists and practitioners dealing with computational-intelligence-based optimization models for analytics.
Supports many supervised and unsupervised learning algorithms. Examples include linear and logistic regressions, decision trees, clustering, k-means and so on. It builds on two basic libraries of Python, NumPy and SciPy.
Used by Google to identify objects in photos or understand spoken words in its voice-recognition app. When you write a program in Python, you can compile and run on either your CPU or GPU.
Theano is similar to NumPy. Theano allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. What sets Theano apart is that it takes advantage of the computer’s GPU.
Good for: NLP, clustering, and classification. The data mining portion helps you collect data from web services like Google, Twitter, and Wikipedia. It also has a web crawler and HTML DOM parser.
Used by Google to identify objects in photos or understand spoken words in its voice-recognition app. When you write a program in Python, you can compile and run on either your CPU or GPU.