舉報

會員
Machine Learning for the Web
最新章節:
Index
Thebookisaimedatupcomingandnewdatascientistswhohavelittleexperiencewithmachinelearningoruserswhoareinterestedinandareworkingondevelopingsmart(predictive)webapplications.KnowledgeofDjangowouldbebeneficial.ThereaderisexpectedtohaveabackgroundinPythonprogrammingandgoodknowledgeofstatistics.
目錄(76章)
倒序
- 封面
- 版權頁
- Credits
- Foreword
- About the Author
- About the Reviewers
- www.PacktPub.com
- eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Introduction to Practical Machine Learning Using Python
- General machine-learning concepts
- Preparing manipulating and visualizing data – NumPy pandas and matplotlib tutorials
- Scientific libraries used in the book
- When to use machine learning
- Summary
- Chapter 2. Unsupervised Machine Learning
- Clustering algorithms
- Dimensionality reduction
- Singular value decomposition
- Summary
- Chapter 3. Supervised Machine Learning
- Model error estimation
- Generalized linear models
- Naive Bayes
- Decision trees
- Support vector machine
- A comparison of methods
- Hidden Markov model
- Summary
- Chapter 4. Web Mining Techniques
- Web structure mining
- Web content mining
- Natural language processing
- Postprocessing information
- Summary
- Chapter 5. Recommendation Systems
- Utility matrix
- Similarities measures
- Collaborative Filtering methods
- CBF methods
- Association rules for learning recommendation system
- Log-likelihood ratios recommendation system method
- Hybrid recommendation systems
- Evaluation of the recommendation systems
- Summary
- Chapter 6. Getting Started with Django
- HTTP – the basics of the GET and POST methods
- Writing an app – most important features
- Admin
- Summary
- Chapter 7. Movie Recommendation System Web Application
- Application setup
- Models
- Commands
- User sign up login/logout implementation
- Information retrieval system (movies query)
- Rating system
- Recommendation systems
- Admin interface and API
- Summary
- Chapter 8. Sentiment Analyser Application for Movie Reviews
- Application usage overview
- Search engine choice and the application code
- Scrapy setup and the application code
- Django models
- Integrating Django with Scrapy
- PageRank: Django view and the algorithm code
- Admin and API
- Summary
- Index 更新時間:2021-07-14 10:46:30
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- C++ Primer習題集(第5版)
- 零基礎PHP學習筆記
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- MongoDB for Java Developers
- Android 應用案例開發大全(第3版)
- 飛槳PaddlePaddle深度學習實戰
- Serverless computing in Azure with .NET
- Learning R for Geospatial Analysis
- Mastering Linux Security and Hardening
- C++反匯編與逆向分析技術揭秘(第2版)
- Python機器學習算法與應用
- Practical GIS
- Instant OpenCV for iOS
- Swift語言實戰晉級(第2版)
- Instant PhoneGap
- 寫給設計師的技術書:從智能終端到感知交互
- 零基礎學Visual Basic第2版
- Learning PowerShell DSC
- SignalR Blueprints
- Unreal Engine 4 Game Development Quick Start Guide
- Visual FoxPro程序設計實踐教程(第3版)
- PhoneGap 3 Beginner's Guide
- React Native By Example
- Python數據分析從入門到精通
- Unreal Engine 4.X By Example
- Web開發技術:HTML、CSS、JavaScript
- Visual Basic 2010入門經典
- Java 9 并發編程實戰