scispace - formally typeset
S

Sebastian Raschka

Researcher at University of Wisconsin-Madison

Publications -  45
Citations -  2633

Sebastian Raschka is an academic researcher from University of Wisconsin-Madison. The author has contributed to research in topics: Deep learning & Artificial neural network. The author has an hindex of 16, co-authored 42 publications receiving 1537 citations. Previous affiliations of Sebastian Raschka include Michigan State University.

Papers
More filters
Book

Python Machine Learning

TL;DR: Covering a wide range of powerful Python libraries, including scikit-learn, Theano, and Keras, and featuring guidance and tips on everything from sentiment analysis to neural networks, you'll soon be able to answer some of the most important questions facing you and your organization.
Posted Content

Model Evaluation, Model Selection, and Algorithm Selection in Machine Learning

TL;DR: Different flavors of the bootstrap technique are introduced for estimating the uncertainty of performance estimates, as an alternative to confidence intervals via normal approximation if bootstrapping is computationally feasible.
Journal ArticleDOI

MLxtend: Providing machine learning and data science utilities and extensions to Python's scientific computing stack

TL;DR: While MLxtend implements a large variety of functions, highlights include sequential feature selection algorithms (Pudil, Novovičová, and Kittler 1994), implementations of stacked generalization for classification and regression, and algorithms for frequent pattern mining.
Book

Python machine learning : machine learning and deep learning with Python, scikit-learn, and TensorFlow

TL;DR: In this article, the authors give computers the ability to learn from data training using simple ML Algorithms for Classification ML Classifiers Using scikit-learn Building Good Training Datasets - Data Preprocessing Compressing Data via Dimensionality Reduction Best Practices for Model Evaluation and Hyperparameter Tuning Combining Different Models for Ensemble Learning Applying ML to Sentiment Analysis Embedding a ML Model into a Web Application Predicting Continuous Target Variables with Regression Analysis Working with Unlabeled Data - Clustering Analysis Implementing Multilayer Artificial Neural Networks Parallelizing
Journal ArticleDOI

Machine Learning in Python: Main developments and technology trends in data science, machine learning, and artificial intelligence

TL;DR: A comprehensive survey of machine learning with Python can be found in this article, where the authors cover widely-used libraries and concepts, collected together for holistic comparison, with the goal of educating the reader and driving the field of Python machine learning forward.