All Projects → apachecn → Ds Ai Tech Notes

apachecn / Ds Ai Tech Notes

Licence: other
📖 [译] 数据科学和人工智能技术笔记

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ds Ai Tech Notes

Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+8.4%)
Mutual labels:  sklearn, numpy, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+3248.85%)
Mutual labels:  data-science, numpy, matplotlib
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1577.1%)
Mutual labels:  data-science, numpy, matplotlib
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+3.05%)
Mutual labels:  sklearn, numpy, matplotlib
Ai competitions
AI比赛相关信息汇总
Stars: ✭ 443 (+238.17%)
Mutual labels:  ai, sklearn, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-3.05%)
Mutual labels:  data-science, numpy, matplotlib
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-90.08%)
Mutual labels:  numpy, sklearn, matplotlib
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+3.82%)
Mutual labels:  sklearn, numpy, matplotlib
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+190.84%)
Mutual labels:  data-science, numpy, matplotlib
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+163.36%)
Mutual labels:  data-science, numpy, matplotlib
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+49.62%)
Mutual labels:  data-science, sklearn, numpy
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (+394.66%)
Mutual labels:  ai, data-science, sklearn
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+161.07%)
Mutual labels:  ai, notes, data-science
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+16730.53%)
Mutual labels:  data-science, numpy, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+5978.63%)
Mutual labels:  data-science, numpy, matplotlib
Learning python
Source material for Python Like You Mean it
Stars: ✭ 78 (-40.46%)
Mutual labels:  data-science, numpy
Covid19 Dashboard
A site that displays up to date COVID-19 stats, powered by fastpages.
Stars: ✭ 1,212 (+825.19%)
Mutual labels:  data-science, matplotlib
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+869.47%)
Mutual labels:  ai, data-science
Double pendulum
Animations of random double pendulums
Stars: ✭ 73 (-44.27%)
Mutual labels:  numpy, matplotlib
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-31.3%)
Mutual labels:  data-science, numpy

数据科学和人工智能技术笔记

作者:Chris Albon

译者:飞龙

协议:CC BY-NC-SA 4.0

两种方法可以编写无错误的程序;只有第三种方法有效——艾伦·J·佩利

下载

Docker

docker pull apachecn0/ds-ai-tech-notes
docker run -tid -p <port>:80 apachecn0/ds-ai-tech-notes
# 访问 http://localhost:{port} 查看文档

PYPI

pip install ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档

赞助我

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].