#
self-learning
Here are 262 public repositories matching this topic...
learning
computer-science
udacity
algorithm
university
algorithms
robotics
coursera
ros
edx
self-learning
moocs
-
Updated
May 6, 2020
-
Updated
Apr 23, 2020
-
Updated
Jan 17, 2020
Watch a Neural Network learns to shoot a target
-
Updated
Jan 5, 2020 - JavaScript
My ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free(as speech not free food) or open-source.
python
learning
data-science
machine-learning
data-mining
deep-neural-networks
deep-learning
graph-algorithms
book
scikit-learn
jupyter-notebook
resources
pandas
kaggle
data-analysis
python-machine-learning
graph-mining
self-learning
zeppelin-notebook
data-science-resourses
-
Updated
Apr 28, 2020 - Jupyter Notebook
algorithms
data-structures
self-improvement
self-study
hacktoberfest
community-driven
self-learning
hacktoberfest2018
hacktoberfest2019
-
Updated
Oct 28, 2019 - Jupyter Notebook
OleksiyRudenko
commented
Oct 30, 2018
This project needs an emblem.
Anything like the one in the bottom would fit.
Please, share your own artwork or refer to someone who could be of help. Permission to use the asset in non-commercial open source projects is required.
What the asset owner will get:
- credits with a link to her or his web site
- distribution of credits across forks of this project (not many yet though)
Tha
Code and personal notes for the book Computer Science Distilled by Wladston Ferreira
-
Updated
Jun 11, 2019 - JavaScript
Unseen Object Segmentation in Videos via Transferable Representations, ACCV 2018 (oral)
computer-vision
deep-learning
transfer-learning
self-learning
video-segmentation
object-segmentation
-
Updated
Jan 15, 2019 - C++
Follow my tutorials and articles here: https://www.inspiredwebdev.com || get my book here: https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript
-
Updated
Feb 4, 2020 - JavaScript
Learn how to use Kinesis Firehose, AWS Glue, S3, and Amazon Athena by streaming and analyzing reddit comments in realtime. 100-200 level tutorial.
real-time
reddit
sentiment-analysis
data-stream
tutorials
data-lake
kinesis-firehose
self-learning
sentiment-classification
amazon-athena
aws-glue
delivery-stream
-
Updated
Jan 3, 2020 - Python
Open
签个到,方便互踩
25
liujuanjuan1984
commented
Mar 13, 2019
at
-
Updated
May 17, 2020 - HTML
Репозиторій з курсів «Front-end» та «NodeJS» проекту Masters Academy
nodejs
javascript
css
html
learning
front-end
angular
course
self-learning
mastersacademy
masters-academy
-
Updated
Apr 16, 2020 - HTML
TalkingData AdTracking Fraud Detection Challenge on Kaggle Competition
-
Updated
Sep 24, 2018 - Jupyter Notebook
How do we process data in different formats like docx, pdf etc and generate insights to be linked with structured data in database?This pattern helps in establishing relations between structured & unstructured data to generate recommendations using Watson NLU & Watson Studio.
nlp
data-science
text-mining
watson
natural-language
jupyter-notebook
artificial-intelligence
cloud-computing
recommender-system
self-learning
ibm-cloud
watson-nlu
watson-natural-language
unstructured-data
pdf-document-processor
watson-studio
-
Updated
Apr 22, 2019 - Jupyter Notebook
Calpa 的技术博客评论区,前身为 Hexo Blog
-
Updated
Jun 16, 2018 - HTML
A repository with a selection of hand picked free courses from high quality universities that amount to a full Computer Science undergrad curriculum, based on 2019's MIT undergrad curriculum.
-
Updated
Jul 21, 2019
Work completed while studying through p1xt's Job Ready JavaScript 2.0 Guide.
-
Updated
Oct 23, 2019 - JavaScript
data-science
machine-learning
deep-learning
concepts
scikit-learn
jupyter-notebook
coursera
kaggle
colab
pca
python-programming-language
self-learning
dataquest
deeplearning-ai
dinhanhthi
-
Updated
May 16, 2020 - HTML
Suite of self-learning algorithms.
-
Updated
Oct 24, 2019 - Jupyter Notebook
A self-learning roadmap for practitioners in software engineering
-
Updated
May 19, 2020
A simple supervised learning dictionary to correct texts implemented in Python 3
-
Updated
Apr 24, 2017 - Python
Self-learning k8s, based on the book Kubernetes in Action ( https://www.manning.com/books/kubernetes-in-action)
-
Updated
Apr 12, 2020 - JavaScript
Plattform zum Austauschen von Selbstlern-Material für die Lehrpläne aller Bundesländer.
-
Updated
May 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the self-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the self-learning topic, visit your repo's landing page and select "manage topics."
首先感谢分享程序。
请问在6x6 四子棋的训练过程中,有没有调节learning_rate或者其他参数?
程序里的c_puct=5 , 温度t=1,学习率 0.002,batch_size 512 , deque最大长度10000, kl-targ=0.02 ,epochs=5
我使用你程序里的预设参数 tensorflow训练6x6 四子棋 ,loss下降到2左右就无法下降了,调节学习率也没成功。。。求帮助解答,谢谢
另外,不明白explain_var_old这个参考数值的意义。